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

Unified Diff: tests/utils/utils.status

Issue 13019003: Enable full type-checks in checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 7 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/utils/utils.status
diff --git a/tests/utils/utils.status b/tests/utils/utils.status
index c1aab5a86a8d46827ddafa01036ab040b8c0f30e..8879440aff9f5ad62190ce40abcad8375e47f6e4 100644
--- a/tests/utils/utils.status
+++ b/tests/utils/utils.status
@@ -6,6 +6,10 @@
dummy_compiler_test: Slow, Pass
recursive_import_test: Slow, Pass
+
+
+[ $compiler == dart2js && $checked ]
+recursive_import_test: Fail # wrong code generated.
ngeoffray 2013/05/15 08:45:33 Could you file a bug and what is the wrong code?
karlklose 2013/05/15 12:59:16 This seems to been fixed in the meantime, removed.
[ $compiler == none && $runtime == drt ]
dummy_compiler_test: Skip # http://dartbug.com/7233
dart2js_test: Skip # Uses dart:io.

Powered by Google App Engine
This is Rietveld 408576698