/external/llvm/utils/lit/tests/ |
discovery.py | 4 # RUN: -j 1 --debug --show-tests --show-suites \ 13 # CHECK-BASIC-OUT: -- Test Suites -- 34 # RUN: -j 1 --show-tests --show-suites -v > %t.out 45 # RUN: -j 1 --debug --show-tests --show-suites \ 57 # CHECK-ASEXEC-OUT: -- Test Suites -- 78 # RUN: -j 1 --show-tests --show-suites -v > %t.out 90 # RUN: -j 1 --show-tests --show-suites -v > %t.out
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLServerSocketFactory.java | 153 * Returns the list of cipher suites which are enabled by default. 155 * will use one of these cipher suites. The minimum quality of service 157 * authentication (that is, no anonymous cipher suites). 160 * @return array of the cipher suites enabled by default 166 * Returns the names of the cipher suites which could be enabled for use 169 * be enabled by default, since this list may include cipher suites which 171 * cipher suites are useful in specialized applications.
|
/external/autotest/server/site_tests/brillo_Gtests/ |
brillo_Gtests.py | 30 """Run one or more native gTest Suites.""" 111 """Find all the gTest Suites installed on the DUT. 129 # Get the name and path from the suites on the DUT and 215 """Run gTest Suites on the DUT. 218 @param gtest_suites: List of gTest suites to run. Default is to run 243 'The following gTest Suites failed: \n %s', 246 'Not all gTest Suites completed successfully. ' 247 '%s out of %s suites failed. ' 248 'Failed Suites: %s'
|
/external/autotest/site_utils/ |
control_file_preprocessor.py | 15 This is intended for use only with Chrome OS test suites that leverage the 29 # A set of SUITES that we choose not to preprocess as they might have tests 59 raise ValueError('Could not find directory: %s, failed to map suites to'
|
/external/v8/tools/testrunner/network/ |
distro.py | 43 def Assign(suites, peers): 45 for s in suites: 56 for s in suites:
|
/platform_testing/libraries/longevity/ |
README.md | 3 This library serves as a test runner for longevity suites, which exercise test cases repeatedly in 10 minor differences. All of the examples below use the sample suites bundled as part of the 12 Follow the samples directory to see how longevity suites are constructed.
|
/test/vts-testcase/kernel/ltp/ |
ltp_configs.py | 114 # List of LTP test suites to run 154 # List of LTP test suites to run 194 # List of LTP test suites that will not run in multi-thread mode
|
/external/testng/src/main/java/org/testng/ |
TestNG.java | 273 // so don't initialize suites twice. 299 // Parse the suites that were passed on the command line 333 // If suites were passed on the command line, they take precedence over the suite file 336 StringBuilder suites = new StringBuilder(); local 338 suites.append(s); 341 + suites + " instead"); 364 Collection<XmlSuite> suites = parser.parse(); local 365 for (XmlSuite suite : suites) { 573 Map<String, XmlSuite> suites = Maps.newHashMap(); local 591 XmlSuite xmlSuite = suites.get(suiteName) 870 List<XmlSuite> suites = m_cmdlineSuites != null ? m_cmdlineSuites : m_suites; local [all...] |
Converter.java | 42 private void findAllSuites(Collection<XmlSuite> suites, Set<XmlSuite> result) { 43 for (XmlSuite s : suites) {
|
/cts/tests/libcore/wycheproof-bc/ |
AndroidTest.xml | 27 context of one of the suites, so we have to limit the test 28 infrastructure to only running the test suites. -->
|
/external/autotest/server/site_tests/sequences/ |
control.power_weekly | 24 # TODO(tbroch) Deprecate this control file when SUITES= mechanism detailed @ 25 # https://sites.google.com/a/chromium.org/dev/chromium-os/testing/test-suites
|
/external/llvm/utils/lit/ |
TODO | 8 1. Change to always load suites, then resolve command line arguments? 28 are resolved to test suites, and then the resolution of the input specifier is 31 * We could resolve to test suites, then fully load each test suite, then have 38 suite. This would allow formats that anticipate large test suites to manage 54 3. Allow 'lit' driver to cooperate with test formats and suites to add options 62 It would be really nice if we could allow test formats and test suites to add 64 don't know what test formats or test suites are in use until we have parsed the 66 formats to be registered in order to have options, but for test suites we would
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
HOWTO_BugReporting | 2 POSIX Test Test Suites. 5 POSIX Test Test Suites.
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
Main.java | 30 public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, 32 m_model = new Model(suites);
|
/external/v8/tools/testrunner/local/ |
execution.py | 61 "process_context", ["suites", "context"]) 67 This reloads all suites per process and stores the global context. 73 suites = {} 80 suites[suite.name] = suite 81 return ProcessContext(suites, context) 175 self.test.SetSuiteObject(process_context.suites) 192 def __init__(self, suites, progress_indicator, context): 199 self.tests = [ t for s in suites for t in s.tests ] 211 self._CommonInit(suites, progress_indicator, context) 213 def _CommonInit(self, suites, progress_indicator, context) [all...] |
/cts/tests/libcore/javautilcollections/src/libcore/java/util/suite/ |
OtherCollectionsSuite.java | 30 * A suite of all guava-testlib Collection tests not covered by the other suites in this
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
control.bvt | 9 # suites to get more stability data. Do not change this.
|
/external/autotest/ |
moblab_config.ini | 7 # that with it can't run paygen_au_canary and moblab_RunSuite suites.
|
/external/autotest/server/site_tests/network_WiFi_DisconnectReason/ |
control.ap_send_chan_switch | 13 # Removing from all test suites for now.
|
/external/autotest/test_suites/ |
control.cr50_stress | 18 tests. Other stress related suites will focus on more specific aspects, which
|
control.sanity | 19 This suite is intended to block other bvt suites, and as such is highly
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
run_tests | 127 suites = discover('trace_event_impl', args) 129 suites = discover('trace_event_impl', ['.*']) 133 res = r.run(suites) 139 for s in suites:
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
DerivedGenerator.java | 28 * to generate source code (since GWT cannot use reflection to generate the suites).
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
OpenJdk6Tests.java | 25 * because the suitebuilder won't pick up the suites directly in the other
|
/external/junit/src/main/java/org/junit/runner/ |
Computer.java | 8 * Represents a strategy for computing runners and suites.
|