Commit 9ab1c76a authored by Michal Majewski's avatar Michal Majewski Committed by Commit Bot

[test] Fix tests expected to fail count.

Bug: v8:6917
Change-Id: I45ee0277bd243559746f9bc9396d1a8900c891cc
Reviewed-on: https://chromium-review.googlesource.com/832026
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50159}
parent de72192f
......@@ -58,7 +58,7 @@ def PrintReport(tests):
passes += 1
if statusfile.IsFailOk(outcomes):
fail_ok += 1
if list(outcomes) == [statusfile.FAIL]:
if statusfile.FAIL in outcomes and statusfile.PASS not in outcomes:
fail += 1
print REPORT_TEMPLATE % {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment