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

Side by Side Diff: test/emscripten/core/test_negative_zero-O3.out

Issue 1099813007: Revert "[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 unified diff | Download patch
OLDNEW
(Empty)
1 5.00, 5.00 ==> 5.00
2 5.00, -5.00 ==> -5.00
3 -5.00, 5.00 ==> 5.00
4 -5.00, -5.00 ==> -5.00
5 5.00, 4.00 ==> 5.00
6 5.00, -4.00 ==> -5.00
7 -5.00, 4.00 ==> 5.00
8 -5.00, -4.00 ==> -5.00
9 0.00, 5.00 ==> 0.00
10 0.00, -5.00 ==> -0.00
11 -0.00, 5.00 ==> 0.00
12 -0.00, -5.00 ==> -0.00
13 5.00, 0.00 ==> 5.00
14 5.00, -0.00 ==> -5.00
15 -5.00, 0.00 ==> 5.00
16 -5.00, -0.00 ==> -5.00
17 0.00, 0.00 ==> 0.00
18 0.00, -0.00 ==> -0.00
19 -0.00, 0.00 ==> 0.00
20 -0.00, -0.00 ==> -0.00
OLDNEW
« 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