Lines Matching refs:tests
3 The output files from the individual tests have been written in a directory
27 tests = defaultdict(dict)
39 test = tests[name]
51 test = tests[testname]
61 tests["cpp"]["name"] = "cpp"
64 tests["cpp"]["time"] = f.read().strip()
65 tests["cpp"]["failure"] = False
67 ret = tests.values()
73 def genxml(tests):
78 for test in tests: