webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions | Variables
webkitpy.common.system.executive_unittest Namespace Reference

Classes

class  ExecutiveTest
 
class  ScriptErrorTest
 

Functions

def never_ending_command ()
 
def command_line (cmd, args)
 
def main (platform, stdin, stdout, cmd, args)
 

Variables

 script_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
 
 third_party_py = os.path.join(script_dir, "webkitpy", "thirdparty", "autoinstalled")
 

Function Documentation

◆ command_line()

def webkitpy.common.system.executive_unittest.command_line (   cmd,
  args 
)

◆ main()

def webkitpy.common.system.executive_unittest.main (   platform,
  stdin,
  stdout,
  cmd,
  args 
)

◆ never_ending_command()

def webkitpy.common.system.executive_unittest.never_ending_command ( )
Arguments for a command that will never end (useful for testing process
killing). It should be a process that is unlikely to already be running
because all instances will be killed.

Variable Documentation

◆ script_dir

webkitpy.common.system.executive_unittest.script_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))

◆ third_party_py

webkitpy.common.system.executive_unittest.third_party_py = os.path.join(script_dir, "webkitpy", "thirdparty", "autoinstalled")