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

Unified Diff: tests/language/language_dart2js.status

Issue 10912147: Change our 'is int' check to use Math.floor instead of a smi check. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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/infinity_test.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 12017)
+++ tests/language/language_dart2js.status (working copy)
@@ -34,7 +34,6 @@
function_type_test: Fail # does not detect type error in checked mode.
function_malformed_result_type_test: Fail # does not detect type error in checked mode.
void_type_test: Fail # does not detect type error in checked mode.
-arithmetic_test: Fail
type_parameter_test/01: Fail # Issue 4932
type_parameter_test/02: Fail # Issue 4932
@@ -45,6 +44,7 @@
assertion_test: Fail
[ $compiler == dart2js ]
+inifinity_test: Fail # Issue 4984
positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
class_literal_test/03: Fail # Calling a nonexistent static is not a compile time error anymore.
« no previous file with comments | « tests/language/infinity_test.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698