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

Unified Diff: test/browser/language_tests.js

Issue 1978613003: A few more tests pass (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | 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 2f39445f50ca40f666abec9f876e183021451a68..89bb3cb0c6a029686853b35a909a534739730d92 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -57,8 +57,7 @@
'async_switch_test': skip_fail,
'asyncstar_throw_in_catch_test': skip_fail,
'await_future_test': skip_fail,
- 'bit_operations_test_none_multi': skip_fail,
- 'bit_shift_test': skip_fail,
+ 'bit_operations_test_none_multi': skip_fail, // DDC/dart2js canonicalize bitop results to unsigned
'bool_test': skip_fail,
'bound_closure_equality_test': skip_fail,
'branch_canonicalization_test': skip_fail, // JS bit operations truncate to 32 bits.
@@ -287,12 +286,8 @@
'number_identifier_test_05_multi': skip_fail,
'number_identity2_test': skip_fail,
'numbers_test': skip_fail,
- 'operator4_test': skip_fail,
- 'operator_test': skip_fail,
+ 'operator4_test': skip_fail, // CastError instead of TypeError
'optimized_hoisting_checked_mode_assert_test': skip_fail,
- 'positive_bit_operations_test': skip_fail,
- 'prefix_test1': skip_fail,
- 'prefix_test2': skip_fail,
'redirecting_factory_reflection_test': skip_fail,
'regress_13462_0_test': skip_fail,
'regress_13462_1_test': skip_fail,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698