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

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

Issue 2591233004: Provide detailed information on the test failure (Closed)
Patch Set: Fixing nits after l-g-t-m Created 4 years 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 95b429892dac77bbc7b6b3aa98f5d4e3c589056c..97b8733e9d4abfd660cbee847d33c2f8b31cab2b 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
@@ -4,21 +4,22 @@ PASS # AUDIT TASK RUNNER STARTED.
PASS > [basic-failure] 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. assert_true: expected true got false
-FAIL X true is not false. assert_true: expected true got false
-FAIL X 1 is not equal to 2. assert_true: expected true got false
-FAIL X 1 should not be equal to 1. assert_true: expected true got false
-FAIL X typeof 3.141592 is not equal to string. assert_true: expected true got false
-FAIL X 1 is not greater than 2. assert_true: expected true got false
-FAIL X 1 is not greater than or equal to 2. assert_true: expected true got false
-FAIL X 2 is not less than 1. assert_true: expected true got false
-FAIL X 2 is not less than or equal to 1. assert_true: expected true got false
-FAIL X Decoding audio data with no argument rejected incorrectly with TypeError: Failed to execute 'decodeAudioData' on 'BaseAudioContext': 1 argument required, but only 0 present.. assert_true: expected true got false
-FAIL X undefined resolved incorrectly. assert_true: expected true got false
+FAIL X 3 < 5 is not true. Got false. assert_true: expected true got false
+FAIL X true is not false. Got true. assert_true: expected true got false
+FAIL X The number of channels is not equal to 2. Got 1. assert_true: expected true got false
+FAIL X 1 should not be equal to 1. Got 1. assert_true: expected true got false
+FAIL X typeof 3.141592 is not equal to string. Got number. assert_true: expected true got false
+FAIL X 1 is not greater than 2. Got 1. assert_true: expected true got false
+FAIL X 1 is not greater than or equal to 2. Got 1. assert_true: expected true got false
+FAIL X 2 is not less than 1. Got 2. assert_true: expected true got false
+FAIL X 2 is not less than or equal to 1. Got 2. assert_true: expected true got false
+FAIL X Decoding audio data with no argument rejected incorrectly with TypeError: Failed to execute 'decodeAudioData' on 'BaseAudioContext': 1 argument required, but only 0 present.. Got undefined. assert_true: expected true got false
+FAIL X undefined resolved incorrectly. Got undefined. assert_true: expected true got false
FAIL < [basic-failure] 13 out of 13 assertions were failed. assert_true: expected true got false
PASS > [numerical-failures] Testing numerical assertion failures.
-FAIL X 0 is not close to 0.1 within an error of 0 assert_true: expected true got false
-FAIL X Expected 5 for all values but found 7 unexpected values. :
+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:
Index Actual
[0] 1
[1] 8
@@ -59,7 +60,7 @@ FAIL X [0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.9] does not equal [0.7,0.6,0.5,0.4,0.3,0.2
[5] 5.9999999999999998e-1 2.0000000000000001e-1 3.9999999999999997e-1 1.9999999999999998e+0 2.0000000000000004e-2
Max AbsError of 5.9999999999999998e-1 at index of 0.
Max RelError of 5.9999999999999991e+0 at index of 6. assert_true: expected true got false
-FAIL < [numerical-failures] 8 out of 8 assertions were failed. assert_true: expected true got false
+FAIL < [numerical-failures] 9 out of 9 assertions were failed. assert_true: expected true got false
FAIL # AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed. assert_true: expected true got false
Harness: the test ran to completion.
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698