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

Unified Diff: test/mjsunit/compiler/regress-bit-number-constant.js

Issue 850013003: [turbofan] Fix truncation/representation sloppiness wrt. bool/bit. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes/Cleanups Created 5 years, 11 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/mjsunit/compiler/regress-3812.js ('k') | test/unittests/compiler/change-lowering-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/regress-bit-number-constant.js
diff --git a/test/mjsunit/compiler/regress-bit-number-constant.js b/test/mjsunit/compiler/regress-bit-number-constant.js
index ca4cf116d95d65d9935046bcfb871362fda918d6..d36fe30ce06e610a0dad89a3c34448c4b46944a9 100644
--- a/test/mjsunit/compiler/regress-bit-number-constant.js
+++ b/test/mjsunit/compiler/regress-bit-number-constant.js
@@ -15,4 +15,3 @@ var foo = (function Module(stdlib, foreign, heap) {
})(stdlib, foreign, buffer).foo;
assertFalse(foo(1));
-assertTrue(foo(0));
« no previous file with comments | « test/mjsunit/compiler/regress-3812.js ('k') | test/unittests/compiler/change-lowering-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698