Searched refs:test_config (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | testsuite.py | 87 def __init__(self, suite, test_class, test_config, test_root): 90 self.test_config = test_config 121 suite, path, self._path_to_name(path), self.test_config, **kwargs) 252 def Load(root, test_config, framework_name): 255 return module.GetSuite(name, root, test_config, framework_name) 257 def __init__(self, name, root, test_config, framework_name): 260 self.test_config = test_config 266 self, self._test_class(), self.test_config, sel [all...] |
H A D | testsuite_test.py | 19 from testrunner.test_config import TestConfig 27 self.test_config = TestConfig( 41 self.suite = TestSuite.Load(self.test_root, self.test_config, 46 self.assertEquals(self.suite.test_config, self.test_config)
|
/third_party/node/deps/v8/tools/testrunner/objects/ |
H A D | testcase.py | 77 def __init__(self, suite, path, name, test_config): 93 self._test_config = test_config 257 not self.suite.test_config.run_skipped)
|
/third_party/mesa3d/src/glx/ |
H A D | glxcmds.c | 1202 struct glx_config test_config; in choose_fbconfig() local 1212 init_fbconfig_for_chooser(&test_config, GL_TRUE); in choose_fbconfig() 1213 __glXInitializeVisualConfigFromTags(&test_config, 512, in choose_fbconfig() 1219 if (fbconfigs_compatible(&test_config, configs[i])) { in choose_fbconfig() 1256 struct glx_config test_config; in glXChooseVisual() local 1272 init_fbconfig_for_chooser(&test_config, GL_FALSE); in glXChooseVisual() 1273 __glXInitializeVisualConfigFromTags(&test_config, 512, in glXChooseVisual() 1286 if (fbconfigs_compatible(&test_config, config) in glXChooseVisual()
|
/third_party/python/Lib/test/ |
H A D | test_turtle.py | 11 test_config = """\ 63 cfg_name = self.get_cfg_file(test_config)
|
H A D | test_logging.py | 1625 test_config = """ 1645 self.apply_config(test_config) 1649 test_config = """ 1672 file = io.StringIO(textwrap.dedent(test_config))
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 28 from testrunner.test_config import TestConfig 638 test_config = self._create_test_config(options) 647 os.path.join(options.test_root, name), test_config,
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_upload.py | 15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase
|
H A D | test_register.py | 16 from distutils.tests.test_config import BasePyPIRCCommandTestCase
|
H A D | test_sdist.py | 27 from distutils.tests.test_config import BasePyPIRCCommandTestCase
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 79 test_config(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_config() function 6423 {"test_config", test_config, METH_NOARGS},
|
Completed in 24 milliseconds