webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
runjsontests Namespace Reference

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 '
 

Function Documentation

◆ compareOutputs()

def runjsontests.compareOutputs (   expected,
  actual,
  message 
)

◆ main()

def runjsontests.main ( void  )

◆ runAllTests()

def runjsontests.runAllTests (   jsontest_executable_path,
  input_dir = None,
  use_valgrind = False,
  with_json_checker = False 
)

◆ safeReadFile()

def runjsontests.safeReadFile (   path)

Variable Documentation

◆ VALGRIND_CMD

string runjsontests.VALGRIND_CMD = 'valgrind --tool=memcheck --leak-check=yes --undef-value-errors=yes '