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/jstest-test-expected.txt

Issue 2212023002: Modifying audio-testing.js to support testharness.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing js-test.js loading order Created 4 years, 4 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/jstest-test-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/jstest-test-expected.txt b/third_party/WebKit/LayoutTests/webaudio/unit-tests/jstest-test-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af4df7a3e86f1c8900dbc04e48761586afcbec2f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/jstest-test-expected.txt
@@ -0,0 +1,20 @@
+A simple unit testing for audio-testing.js and js-test.js
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS Zero is equal to 0.
+PASS One is not equal to 0.
+PASS Expected SNR (110) is greater than or equal to 100.
+PASS Maximum error value (0.000001) is less than or equal to 0.00001.
+FAIL max error (0.000001) is not less than or equal to -1.
+PASS One point double zero one is 1 within a relative error of 0.1.
+FAIL Two is not 1 within a relative error of 0.1: 2 with relative error 1.
+PASS [2, 2, 2] contains only the constant 2.
+PASS [1, 2, 3] is identical to the array [1,2,3].
+PASS My array equals [0.1,0.2] with an element-wise tolerance of 0.02.
+PASS My random array contains all the expected values in the correct order: [1,3,2].
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698