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

Unified Diff: pkg/pkg.status

Issue 15492003: Split out unittest tests whose behavior differs in minified mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 6f9e10e5670776c60d9c6604dbebb98ab319af23..6ad9eda14c603af68945bce03b08fa89c95b3c74 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -126,6 +126,17 @@ unittest/test/instance_test: Skip
unittest/test/mock_test: Fail
unittest/test/mock_regexp_negative_test: Fail
+# The unminified unittest tests test that the real names of Dart types are
+# printed. Minified versions of these tests exist that test the behavior when
+# minified.
+unittest/test/*_unminified_test: Skip
+
+[ $compiler == dart2js && $minified == false ]
+# The minified unittest tests test that the minified names of Dart types are
+# printed. Unminified versions of these tests exist that test the behavior when
+# not minified.
+unittest/test/*_minified_test: Skip
+
[ $compiler == none && $runtime == drt ]
dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
« no previous file with comments | « no previous file | pkg/unittest/test/matchers_minified_test.dart » ('j') | pkg/unittest/test/pretty_print_minified_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698