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

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

Issue 2618053002: Implement should().notBeConstantValueOf(x) (Closed)
Patch Set: Created 3 years, 11 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
index f2fcf6a0e41c7988d874f19ddb1d79e45c88e6f9..4ee6fae5fa5f37207607c057d9e43a2fe705c161 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
@@ -4,10 +4,11 @@ PASS # AUDIT TASK RUNNER STARTED.
PASS > [numerical] Numerical assertion unit test.
PASS 2.3 is 2 within an error of 0.3.
PASS [1,1,1] contains only the constant 1.
+PASS [1,0,1] contains 1 value that differs from the constant 1.
Raymond Toy 2017/01/06 18:50:12 While the output shows that it is true, the text d
hongchan 2017/01/06 19:14:42 I am adding the number of differences as well. Don
PASS [1,1,1] is identical to the array [1,1,1].
PASS [1,1,1,1,2,2,3,3,3] contains all the expected values in the correct order: one, two, three.
PASS [0.5,0.5,0.55,0.5,0.45,0.5] has no glitch above the threshold of 0.06.
-PASS < [numerical] All assertions passed. (total 5 assertions)
+PASS < [numerical] All assertions passed. (total 6 assertions)
PASS > [basic] Simple unit tests for basic assertions.
PASS OfflineAudioContext does exist.
PASS Setting foo1 to 0 did not throw an exception.

Powered by Google App Engine
This is Rietveld 408576698