author | Wes Kocher <wkocher@mozilla.com> |
Thu, 13 Dec 2018 13:57:25 +0000 | |
changeset 450673 | 0f33ddfa45f60ff2297d79aa14910442511bb272 |
parent 450672 | b658e04623b571a27ff5faa0c435a406eae74c13 |
child 450674 | d8062a5a3bd5d2d9cc2e0d49865646652a627a7d |
push id | 35208 |
push user | csabou@mozilla.com |
push date | Sat, 15 Dec 2018 02:48:07 +0000 |
treeherder | mozilla-central@d86d184dc7d6 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1504357, 14303 |
milestone | 66.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/tests/tools/wptrunner/wptrunner/wptrunner.py | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/tests/tools/wptrunner/wptrunner/wptrunner.py +++ b/testing/web-platform/tests/tools/wptrunner/wptrunner/wptrunner.py @@ -280,17 +280,17 @@ def run_tests(config, test_paths, produc test_total += test_count unexpected_total += unexpected_count logger.info("Got %i unexpected results" % unexpected_count) logger.suite_end() if repeat_until_unexpected and unexpected_total > 0: break if len(test_loader.test_ids) == skipped_tests: - break; + break if test_total == 0: if skipped_tests > 0: logger.warning("All requested tests were skipped") else: logger.error("No tests ran") return False