Lines Matching refs:True

61 def parse_args(extra_args=None, tests_included=False, new_results=False, print_nothing=True):
81 def passing_run(extra_args=None, port_obj=None, tests_included=False, host=None, shared_port=True):
95 def logging_run(extra_args=None, port_obj=None, tests_included=False, host=None, new_results=False, shared_port=True):
107 def run_and_capture(port_obj, options, parsed_args, shared_port=True):
141 options, parsed_args = parse_args(args, tests_included=True)
192 options, args = parse_args(tests_included=True)
258 tests_included=True, shared_port=False)
282 ['failures/expected/exception.html', '--child-processes', '1'], tests_included=True)
286 ['--child-processes', '2', '--skipped=ignore', 'failures/expected/exception.html', 'passes/text.html'], tests_included=True, shared_port=False)
290 details, regular_output, _ = logging_run(['failures/expected/device_failure.html'], tests_included=True)
303 details, _, _ = logging_run(['failures/expected/keyboard.html', '--child-processes', '1'], tests_included=True)
307 _, regular_output, _ = logging_run(['failures/expected/keyboard.html', 'passes/text.html', '--child-processes', '2', '--skipped=ignore'], tests_included=True, shared_port=False)
311 details, err, _ = logging_run(['resources'], tests_included=True)
316 details, err, _ = logging_run(['foo'], tests_included=True)
321 details, err, _ = logging_run(['--run-chunk', '5:400', 'foo/bar.html'], tests_included=True)
408 tests_included=True, host=host)
478 details, err, user = logging_run(['--test-list=%s' % filename], tests_included=True, host=host)
512 port_obj.default_smoke_test_only = lambda: True
528 tests_included=True, host=host)
543 details, err, _ = logging_run(['--retry-failures', 'failures/unexpected/text_then_crash.html'], tests_included=True)
551 details, err, _ = logging_run(['--retry-failures', 'failures/expected/crash_then_text.html'], tests_included=True)
563 details, err, _ = logging_run(extra_args=args, host=host, tests_included=True)
572 _, regular_output, _ = logging_run(['failures/unexpected/crash-with-stderr.html'], tests_included=True, host=host)
577 _, regular_output, _ = logging_run(['failures/unexpected/checksum-with-matching-image.html'], tests_included=True, host=host)
584 tests_included=True, host=host)
629 _, _, user = logging_run(['--results-directory=' + str(tmpdir)], tests_included=True, host=host)
637 _, _, user = logging_run(tests_included=True)
646 _, _, user = logging_run(['--results-directory=foo'], tests_included=True, host=host)
651 details, err, _ = logging_run(['--debug-rwt-logging', 'failures/unexpected/text-image-checksum.html'], tests_included=True, host=host)
656 details, err, _ = logging_run(['--debug-rwt-logging', 'failures/unexpected'], tests_included=True, host=host)
664 details, err, _ = logging_run(['--debug-rwt-logging', '--test-list=%s' % filename], tests_included=True, host=host)
671 details, err, _ = logging_run(['--debug-rwt-logging', '--test-list=%s' % filename], tests_included=True, host=host)
677 details, err, _ = logging_run(['--debug-rwt-logging', '--retry-failures', 'failures/flaky'], tests_included=True, host=host)
687 details, err, _ = logging_run(['--no-retry-failures', '--clobber-old-results', 'failures/flaky'], tests_included=True, host=host)
697 details, err, _ = logging_run(['--retry-failures', 'failures/unexpected/crash.html'], tests_included=True, host=host)
703 details, err, _ = logging_run(['--retry-failures', 'failures/unexpected/leak.html'], tests_included=True, host=host)
709 details, err, _ = logging_run(['--no-pixel-tests', '--retry-failures', 'failures/unexpected/text-image-checksum.html'], tests_included=True, host=host)
719 {"expected": "PASS", "actual": "TEXT IMAGE+TEXT", "is_unexpected": True})
721 self.assertEqual(details.enabled_pixel_tests_in_retry, True)
725 details, err, _ = logging_run(['--debug-rwt-logging', '--retry-failures', 'failures/unexpected/text-image-checksum.html'], tests_included=True, host=host)
766 _, err, _ = logging_run(['--no-show-results', 'reftests/foo/'], tests_included=True, host=host)
779 _, err, _ = logging_run(['--details', 'virtual/virtual_passes/passes/reftest.html'], tests_included=True)
792 tests_included=True, host=host))
812 _, err, _ = logging_run(['--pixel-tests', 'failures/unexpected/text-image-checksum.html'], tests_included=True, host=host)
852 options, parsed_args = parse_args(['--verbose', '--fully-parallel', '--child-processes', '2', 'passes/text.html', 'passes/image.html'], tests_included=True, print_nothing=False)
865 tests_included=True, host=host)
880 _, _, _ = logging_run(['--no-show-results', 'reftests/foo/'], tests_included=True, host=host)
890 {"expected": "PASS", "actual": "IMAGE", "reftest_type": ["=="], "is_unexpected": True})
892 {"expected": "PASS", "actual": "IMAGE", "reftest_type": ["!="], "is_unexpected": True})
894 {"expected": "PASS", "actual": "IMAGE", "reftest_type": ["==", "!="], "is_unexpected": True})
915 tests_included=True, host=host, new_results=True)
930 tests_included=True, host=host, new_results=True)
956 tests_included=True, host=host, new_results=True, port_obj=port)
982 tests_included=True, host=host, new_results=True, port_obj=port)
996 tests_included=True, host=host, new_results=True)
1008 self.assertTrue(passing_run(args + ['--platform', 'mock-' + port_name, 'fast/harness/results.html'], tests_included=True, host=Host()))