Lines Matching refs:input_path
52 for input_path in tests + test_jsonchecker:
53 expect_failure = os.path.basename( input_path ).startswith( 'fail' )
54 is_json_checker_test = (input_path in test_jsonchecker) or expect_failure
55 print('TESTING:', input_path, end=' ')
59 input_path) )
66 failed_tests.append( (input_path, 'Parsing should have failed:\n%s' %
67 safeReadFile(input_path)) )
73 failed_tests.append( (input_path, 'Parsing failed:\n' + process_output) )
77 base_path = os.path.splitext(input_path)[0]
83 failed_tests.append( (input_path, 'Parsing failed:\n' + process_output) )
85 expected_output_path = os.path.splitext(input_path)[0] + '.expected'
91 failed_tests.append( (input_path, detail) )
127 input_path = os.path.normpath( os.path.abspath( args[1] ) )
129 input_path = None
130 status = runAllTests( jsontest_executable_path, input_path,