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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (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-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
deleted file mode 100644
index 92d5047e8588f46b75364076b5859ac9e4b824cd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-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 > [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] is not constantly 1 (contains 1 different value).
-PASS [1,0,0,1] is not constantly 1 (contains 2 different values).
-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 7 assertions)
-PASS > [basic] Simple unit tests for basic assertions.
-PASS OfflineAudioContext does exist.
-PASS Setting foo1 to 0 did not throw an exception.
-PASS function () { var foo2 = bar; } threw ReferenceError: "bar is not defined".
-PASS function () { var foo3 = bar; } threw ReferenceError: "bar is not defined".
-PASS Calling should() with no argument threw Error: "Task.should:: requires at least 1 argument.".
-PASS 3 < 5 is true.
-PASS false is false.
-PASS 1 is equal to 1.
-PASS 1 is not equal to 2.
-PASS object is equal to object.
-PASS 2 is greater than 1.
-PASS 2 is greater than or equal to 2.
-PASS 1 is less than 2.
-PASS 1 is less than or equal to 1.
-PASS 1 is equal to 1.
-PASS should(1).beEqualTo(1) is true.
-PASS The message is truthful!
-PASS Decoding audio data with no argument rejected correctly with TypeError: Failed to execute 'decodeAudioData' on 'BaseAudioContext': 1 argument required, but only 0 present..
-PASS Suspending OAC with no argument rejected correctly with TypeError.
-PASS Start OAC rendering resolved correctly.
-PASS < [basic] All assertions passed. (total 20 assertions)
-PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully.
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698