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

Unified Diff: test/browser/language_tests.js

Issue 1924413002: Fix modulo and bitwise operators. (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 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
Index: test/browser/language_tests.js
diff --git a/test/browser/language_tests.js b/test/browser/language_tests.js
index bcfec16c3495847d385c1dd12af45909307fe215..564be8d3aa35e396f74f9a3a4f7f9f06750c5387 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -25,6 +25,7 @@
'bit_shift_test',
'bool_test',
'bound_closure_equality_test',
+ 'branch_canonicalization_test', // JS bit operations truncate to 32 bits.
sra1 2016/04/28 19:56:37 This is suppressed in language_dart2js.status
'call_closurization_test',
'call_function_apply_test',
'call_operator_test',

Powered by Google App Engine
This is Rietveld 408576698