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

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
« no previous file with comments | « lib/src/compiler/code_generator.dart ('k') | test/codegen/expect/expect.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
'call_closurization_test',
'call_function_apply_test',
'call_operator_test',
« no previous file with comments | « lib/src/compiler/code_generator.dart ('k') | test/codegen/expect/expect.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698