webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
def | compareOutputs (expected, actual, message) |
def | safeReadFile (path) |
def | runAllTests (jsontest_executable_path, input_dir=None, use_valgrind=False, with_json_checker=False) |
def | main () |
Variables | |
string | VALGRIND_CMD = 'valgrind --tool=memcheck --leak-check=yes --undef-value-errors=yes ' |
def runjsontests.compareOutputs | ( | expected, | |
actual, | |||
message | |||
) |
def runjsontests.main | ( | void | ) |
def runjsontests.runAllTests | ( | jsontest_executable_path, | |
input_dir = None , |
|||
use_valgrind = False , |
|||
with_json_checker = False |
|||
) |
def runjsontests.safeReadFile | ( | path | ) |