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

Unified Diff: tests/lib/lib.status

Issue 608873002: Multitest has a 'checked mode compile-time error' marker now. Use it to clean up the mirrors status… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: also mark analyzer as failing Created 6 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 | « no previous file | tests/lib/mirrors/regress_16321_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index a43471fb28a2e8023f3a3e56794861131ed767e2..dbcecd02b33ac4bf27a0e0689ddef035cc8994c4 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -2,12 +2,6 @@
# 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 && $runtime != dartium ]
-mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
-
-[ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
-mirrors/regress_16321_test/01: RunTimeError # Issue 16351
-
[ $unchecked ]
mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type checks.
@@ -300,6 +294,9 @@ mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
profiler/metrics_test: Fail # Issue 20309
profiler/metrics_num_test: Fail # Issue 20309
+[ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
+mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
+
[ $compiler == dart2js && $runtime == d8 && $system == windows ]
async/*deferred*: Skip # Issue 17458
mirrors/*deferred*: Skip # Issue 17458
« no previous file with comments | « no previous file | tests/lib/mirrors/regress_16321_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698