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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-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-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 92d5047e8588f46b75364076b5859ac9e4b824cd..af7a57bee43167dbd4bcc051a7ce1aa3f31aa832 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-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 > [numerical] Numerical assertion unit test.
+PASS > [numerical] task started.
+PASS : 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).
@@ -10,7 +11,8 @@ 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 > [basic] task started.
+PASS : 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".

Powered by Google App Engine
This is Rietveld 408576698