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

Unified Diff: test/cctest/compiler/value-helper.h

Issue 1533503002: [turbofan] Fixed the second return value of TryTruncateFloatXXToUint64. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Code cleanup Created 5 years 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/cctest/compiler/test-run-machops.cc ('k') | test/cctest/wasm/test-run-wasm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/compiler/value-helper.h
diff --git a/test/cctest/compiler/value-helper.h b/test/cctest/compiler/value-helper.h
index 39a3b09bb6313842dbfad03b0e512265e3fe15b1..cbde9a741748bde94979345d87fc57b2b3796b16 100644
--- a/test/cctest/compiler/value-helper.h
+++ b/test/cctest/compiler/value-helper.h
@@ -104,6 +104,7 @@ class ValueHelper {
-62.0f,
-15.0f,
-7.0f,
+ -1.0f,
-0.0256635f,
-4.60374e-07f,
-3.63759e-10f,
@@ -133,6 +134,7 @@ class ValueHelper {
5.57888e-07f,
4.89988e-05f,
0.244326f,
+ 1.0f,
12.4895f,
19.0f,
47.0f,
@@ -186,6 +188,7 @@ class ValueHelper {
-999.75,
-2e66,
-1.75,
+ -1.0,
-0.5,
-0.0,
0.0,
@@ -194,6 +197,7 @@ class ValueHelper {
0.25,
0.375,
0.5,
+ 1.0,
1.25,
2,
3.1e7,
« no previous file with comments | « test/cctest/compiler/test-run-machops.cc ('k') | test/cctest/wasm/test-run-wasm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698