Searched refs:SimpleTestConfiguration (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/testpy/ |
D | __init__.py | 96 class SimpleTestConfiguration(test.TestConfiguration): class 98 super(SimpleTestConfiguration, self).__init__(context, root, section) 121 class ParallelTestConfiguration(SimpleTestConfiguration): 133 class AddonTestConfiguration(SimpleTestConfiguration): 159 class AbortTestConfiguration(SimpleTestConfiguration):
|
/third_party/node/test/internet/ |
D | testcfg.py | 6 return testpy.SimpleTestConfiguration(context, root, 'internet')
|
/third_party/node/test/pummel/ |
D | testcfg.py | 6 return testpy.SimpleTestConfiguration(context, root, 'pummel')
|
/third_party/node/test/sequential/ |
D | testcfg.py | 6 return testpy.SimpleTestConfiguration(context, root, 'sequential')
|
/third_party/node/test/benchmark/ |
D | testcfg.py | 6 return testpy.SimpleTestConfiguration(context, root, 'benchmark')
|
/third_party/node/test/embedding/ |
D | testcfg.py | 6 return testpy.SimpleTestConfiguration(context, root, 'embedding')
|
/third_party/node/test/wpt/ |
D | testcfg.py | 6 return testpy.SimpleTestConfiguration(context, root, 'wpt')
|
/third_party/node/test/tick-processor/ |
D | testcfg.py | 6 return testpy.SimpleTestConfiguration(context, root, 'tick-processor')
|
/third_party/node/test/known_issues/ |
D | testcfg.py | 9 return testpy.SimpleTestConfiguration(myContext, root, 'known_issues')
|