Home
last modified time | relevance | path

Searched refs:test_config (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/local/
H A Dtestsuite.py87 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 Dtestsuite_test.py19 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 Dtestcase.py77 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 Dglxcmds.c1202 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 Dtest_turtle.py11 test_config = """\
63 cfg_name = self.get_cfg_file(test_config)
H A Dtest_logging.py1625 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 Dbase_runner.py28 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 Dtest_upload.py15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase
H A Dtest_register.py16 from distutils.tests.test_config import BasePyPIRCCommandTestCase
H A Dtest_sdist.py27 from distutils.tests.test_config import BasePyPIRCCommandTestCase
/third_party/python/Modules/
H A D_testcapimodule.c79 test_config(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_config() function
6423 {"test_config", test_config, METH_NOARGS},

Completed in 23 milliseconds