Lines Matching refs:tests
56 "wasm-spec-tests",
65 "wasm-api-tests",
72 "wasm-spec-tests",
80 "wasm-api-tests",
314 tests = self._load_testsuite_generators(args, options)
316 print(">>> Running tests for %s.%s" % (self.build_config.arch,
318 exit_code = self._do_execute(tests, args, options)
337 parser.usage = '%prog [options] [tests]'
350 help="The architecture to run tests for")
370 help="The device ID to run Android tests on. If not "
375 help="Split tests into this number of shards")
377 help="Run this shard from the split up tests.")
386 parser.add_option('--slow-tests-cutoff', type="int", default=100,
387 help='Collect N slowest tests')
393 "running all tests. Pass 0 to disable this feature.")
402 "Very slow tests will be rerun only once.")
409 parser.add_option('--dont-skip-slow-simulator-tests',
410 help='Don\'t skip more slow tests when using a'
422 parser.add_option("--run-skipped", help="Also run skipped tests.",
473 # Represents the OS where tests are run on. Same as host OS except for
547 # Many tests assume an English interface.
620 # Expand arguments with grouped tests. The args should reflect the list
628 # Use default tests if no test configuration was provided at the cmd line.
651 tests = suite.load_tests_from_disk(variables)
652 test_chain.merge(tests)
831 print("defaulting back to running all tests")