Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt

Issue 2705483002: Print out label and description on task entry in Audit task runner (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt
index f2793294c5e95f10f382b086dac2db3ca10eec25..3c2a011221fd04ae65c06e6afc817141ae2bb009 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt
@@ -1,7 +1,8 @@
CONSOLE ERROR: line 39: [audit.js] this test requires the explicit comparison with the expected result when it runs with run-webkit-tests.
This is a testharness.js-based test.
PASS # AUDIT TASK RUNNER STARTED.
-PASS > [basic-failure] Testing basic assertion failures.
+PASS > [basic-failure] task started.
+PASS : Testing basic assertion failures.
FAIL X Setting foo to bar incorrectly threw ReferenceError: "bar is not defined". assert_true: expected true got false
FAIL X function () { var foo = 0; } did not throw an exception. assert_true: expected true got false
FAIL X 3 < 5 is not true. Got false. assert_true: expected true got false
@@ -20,7 +21,8 @@ FAIL X Decoding audio data with no argument rejected incorrectly with TypeError:
FAIL X Suspending OAC with no argument rejected correctly but got TypeError instead of IndexSizeError. Got undefined. assert_true: expected true got false
FAIL X Start OAC rendering resolved incorrectly. Got undefined. assert_true: expected true got false
FAIL < [basic-failure] 17 out of 17 assertions were failed. assert_true: expected true got false
-PASS > [numerical-failures] Testing numerical assertion failures.
+PASS > [numerical-failures] task started.
+PASS : Testing numerical assertion failures.
FAIL X 0 is not close to 0.1 within a relative error of 0 (RelErr=1). Got 0. assert_true: expected true got false
FAIL X The measured decibel is not close to 62 within a relative error of 0.01 (RelErr=0.04838709677419355). Got 59. assert_true: expected true got false
FAIL X Expected 5 for all values but found 7 unexpected values:

Powered by Google App Engine
This is Rietveld 408576698