webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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") | |
def webkitpy.common.system.executive_unittest.command_line | ( | cmd, | |
args | |||
) |
def webkitpy.common.system.executive_unittest.main | ( | platform, | |
stdin, | |||
stdout, | |||
cmd, | |||
args | |||
) |
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.
webkitpy.common.system.executive_unittest.script_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) |
webkitpy.common.system.executive_unittest.third_party_py = os.path.join(script_dir, "webkitpy", "thirdparty", "autoinstalled") |