Home
last modified time | relevance | path

Searched refs:SimpleTestConfiguration (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/testpy/
D__init__.py96 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/
Dtestcfg.py6 return testpy.SimpleTestConfiguration(context, root, 'internet')
/third_party/node/test/pummel/
Dtestcfg.py6 return testpy.SimpleTestConfiguration(context, root, 'pummel')
/third_party/node/test/sequential/
Dtestcfg.py6 return testpy.SimpleTestConfiguration(context, root, 'sequential')
/third_party/node/test/benchmark/
Dtestcfg.py6 return testpy.SimpleTestConfiguration(context, root, 'benchmark')
/third_party/node/test/embedding/
Dtestcfg.py6 return testpy.SimpleTestConfiguration(context, root, 'embedding')
/third_party/node/test/wpt/
Dtestcfg.py6 return testpy.SimpleTestConfiguration(context, root, 'wpt')
/third_party/node/test/tick-processor/
Dtestcfg.py6 return testpy.SimpleTestConfiguration(context, root, 'tick-processor')
/third_party/node/test/known_issues/
Dtestcfg.py9 return testpy.SimpleTestConfiguration(myContext, root, 'known_issues')