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

Unified Diff: tests/language/language.status

Issue 10356095: The shift-amount must not be anded with 31. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « tests/language/bit_shift_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 9f24382bd94c3eca6f9f1b3ed4c744683b240139..103ecba7039ebcf5fcba4e788ea4d28bd0615076 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -177,6 +177,7 @@ compile_time_constant_c_test/01: Fail # integers as keys in literal maps.
operator4_test: Fail
[ $compiler == frog ]
+bit_shift_test: Fail # Frog copies JS semantics: 499 >> 33 !== 0.
static_initializer_type_error_test: Fail # Checked mode not implemented.
exception_test: Fail # Issue 1785
factory3_test: Fail # Issue 417
« no previous file with comments | « tests/language/bit_shift_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698