Home
last modified time | relevance | path

Searched refs:test_config (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/local/
Dtestsuite.py87 def __init__(self, suite, test_class, test_config, test_root): argument
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): argument
255 return module.GetSuite(name, root, test_config, framework_name)
257 def __init__(self, name, root, test_config, framework_name): argument
260 self.test_config = test_config
266 self, self._test_class(), self.test_config, self.root)
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/openssl/test/recipes/
D80-test_cmp_http.t74 my $test_config = $ENV{OPENSSL_CMP_CONFIG} // "$server_name/test.cnf";
75 open (CH, $test_config) or die "Cannot open $test_config: $!";
99 die "Cannot find all CMP server config values in $test_config section [$section]\n"
210 my $test_config = $ENV{OPENSSL_CMP_CONFIG} // "$server_name/test.cnf";
247 $line =~ s{-section,,}{-config,../$test_config,-section,$server_name $aspect,};
/third_party/python/Lib/test/
Dcfgparser.11 # Also used by idlelib.test_idle.test_config.
Dtest_turtle.py11 test_config = """\ variable
63 cfg_name = self.get_cfg_file(test_config)
Dtest_logging.py1616 test_config = """
1636 self.apply_config(test_config)
/third_party/node/deps/v8/tools/testrunner/objects/
Dtestcase.py77 def __init__(self, suite, path, name, test_config): argument
93 self._test_config = test_config
257 not self.suite.test_config.run_skipped)
/third_party/mesa3d/src/glx/
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/node/deps/v8/tools/testrunner/
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/
Dtest_upload.py15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase
Dtest_register.py16 from distutils.tests.test_config import BasePyPIRCCommandTestCase
Dtest_sdist.py27 from distutils.tests.test_config import BasePyPIRCCommandTestCase
/third_party/python/Misc/NEWS.d/
D3.6.0a4.rst480 without -jn. Fix warning from test_config.
D3.6.3rc1.rst1139 changes_class_v4.py on bpo issue. * Add class test_config.ChangesTest,
D3.5.3rc1.rst1749 without -jn. Fix warning from test_config.
D3.7.0a1.rst6025 changes_class_v4.py on bpo issue. * Add class test_config.ChangesTest,
/third_party/python/Lib/idlelib/
DNEWS.txt721 * Add class test_config.ChangesTest, partly using configdialog_tests_v1.py.
817 -w option but without -jn. Fix warning from test_config.
/third_party/python/Modules/
D_testcapimodule.c69 test_config(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_config() function
5627 {"test_config", test_config, METH_NOARGS},
/third_party/cef/
DBUILD.gn1148 # Part of //base/test:test_config which is testingonly.
/third_party/chromium/patch/
D0003-ohos-1115.patch169199 -F src/test_config.c 284c29912736f68b0a583a920bf63fd8f9125dffb8a75cb0676e58502b2f7908
169200 +F src/test_config.c 8264637b06a3c1f0727c88d1ea32dcf7986b9e7e358a970cae87cdac8a5b2708
184376 diff --git a/src/third_party/sqlite/src/src/test_config.c b/src/third_party/sqlite/src/src/test_con…
184378 --- a/src/third_party/sqlite/src/src/test_config.c
184379 +++ b/src/third_party/sqlite/src/src/test_config.c