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

Unified Diff: tests/lib/lib.status

Issue 148263007: VM: Fix crash when a type error is encountered while evaluating metadata in checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 849522803d9582577e5b02597914b56f0f9095ce..23335721ca78153aeb6fa760849ac4037d41420d 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -2,6 +2,9 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+[ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer ]
+mirrors/regress_16321_test/01: CompileTimeError, OK # Only a compile-time error in checked mode.
+
[ $compiler == dart2js && $checked && $runtime == ie9 ]
convert/ascii_test: Skip # http://dartbug.com/15498
convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/15498

Powered by Google App Engine
This is Rietveld 408576698