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

Unified Diff: test/emscripten/core/test_negative_zero-O3.out

Issue 1101493002: [test] Initial import of an emscripten test suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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 | « test/emscripten/core/test_negative_zero-O3.js ('k') | test/emscripten/core/test_negative_zero-Os.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/emscripten/core/test_negative_zero-O3.out
diff --git a/test/emscripten/core/test_negative_zero-O3.out b/test/emscripten/core/test_negative_zero-O3.out
new file mode 100644
index 0000000000000000000000000000000000000000..5d792ffbea9929646359bdc29ed29497c50e4635
--- /dev/null
+++ b/test/emscripten/core/test_negative_zero-O3.out
@@ -0,0 +1,20 @@
+5.00, 5.00 ==> 5.00
+5.00, -5.00 ==> -5.00
+-5.00, 5.00 ==> 5.00
+-5.00, -5.00 ==> -5.00
+5.00, 4.00 ==> 5.00
+5.00, -4.00 ==> -5.00
+-5.00, 4.00 ==> 5.00
+-5.00, -4.00 ==> -5.00
+0.00, 5.00 ==> 0.00
+0.00, -5.00 ==> -0.00
+-0.00, 5.00 ==> 0.00
+-0.00, -5.00 ==> -0.00
+5.00, 0.00 ==> 5.00
+5.00, -0.00 ==> -5.00
+-5.00, 0.00 ==> 5.00
+-5.00, -0.00 ==> -5.00
+0.00, 0.00 ==> 0.00
+0.00, -0.00 ==> -0.00
+-0.00, 0.00 ==> 0.00
+-0.00, -0.00 ==> -0.00
« no previous file with comments | « test/emscripten/core/test_negative_zero-O3.js ('k') | test/emscripten/core/test_negative_zero-Os.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698