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

Unified Diff: tests/corelib/corelib.status

Issue 10692099: Fix int.compareTo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 5 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/corelib/compare_to_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 5bb356b19c9ce76a2b5f5336631ae9d86e7d3063..5ed2ded8f8d94ab81140dfcba2331932f84c3f2c 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -6,10 +6,12 @@
unicode_test: Fail # Bug 5163868
*dartc_test: Skip
expando_test: Fail
+compare_to2_test: Fail # Bug 4018
[ $compiler == dartc ]
*vm_test: Skip
expando_test: Fail
+compare_to2_test: Fail, Ok # Requires bigint support.
[ $compiler == frog ]
# VM or DartC specific tests not to be run by Frog. See language.status.
@@ -19,6 +21,7 @@ expando_test: Fail
*dartc_negative_test: Skip
# Note: Correctly skips 4 VMTests that rely on VM internals
+compare_to2_test: Fail, Ok # Requires bigint support.
const_list_*: Fail # 'const' is not currently checked.
core_runtime_types_test: Fail
for_in_test: Fail
« no previous file with comments | « tests/corelib/compare_to_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698