 Chromium Code Reviews
 Chromium Code Reviews Issue 1924413002:
  Fix modulo and bitwise operators.  (Closed) 
  Base URL: https://github.com/dart-lang/dev_compiler@master
    
  
    Issue 1924413002:
  Fix modulo and bitwise operators.  (Closed) 
  Base URL: https://github.com/dart-lang/dev_compiler@master| 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', |