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

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

Issue 2781643002: Audit should support Uint8Arrays (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.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-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 2f9ec0b0af18f3d4c62f0dfc23688c0e8c7d24a2..1e8008eb3f28d863750f2accbd703e72bd3d6ff3 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
@@ -11,6 +11,11 @@ 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 > [numerical typed arrays] Numerical assertion unit test with typed arrays.
+PASS Uint8Array is identical to the array [1,2,3].
+PASS Float32Array is identical to the array [1,2,3].
+PASS Float64Array is identical to the array [1,2,3].
+PASS < [numerical typed arrays] All assertions passed. (total 3 assertions)
PASS > [basic] Simple unit tests for basic assertions.
PASS OfflineAudioContext does exist.
PASS Setting foo1 to 0 did not throw an exception.
@@ -40,6 +45,6 @@ PASS > [dummy-label-string]
PASS < [dummy-label-string] All assertions passed. (total 0 assertions)
PASS > [dummy-label-object]
PASS < [dummy-label-object] All assertions passed. (total 0 assertions)
-PASS # AUDIT TASK RUNNER FINISHED: 5 tasks ran successfully.
+PASS # AUDIT TASK RUNNER FINISHED: 6 tasks ran successfully.
Harness: the test ran to completion.
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698