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

Unified Diff: tests/standalone/standalone.status

Issue 10915083: Change assert implementation to not depend on a top-level function called 'assert'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved assert detection further down. Now demetered. 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
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index e72369a4bdca62fc839f686409479a1c189a3de8..0f18d84ad8e742f364a4027497403b3fdcae1ee2 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -52,7 +52,7 @@ package/*: Skip # Do not run those in Dartium.
medium_integer_test: Fail, OK # cannot resolve type Mint
[ $compiler == dart2js && $runtime == d8 ]
-assert_test: Fail # Assert not implemented
+assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
byte_array_test: Fail, OK # ByteArray
deoptimization_test: Fail, OK # Requires bigint.
out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
« lib/compiler/implementation/resolver.dart ('K') | « tests/standalone/assert_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698