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

Unified Diff: pkg/pkg.status

Issue 15798018: Fix bug in status file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 000d71895c5958de22a5055c3224ebc462959e52..a58d557fca99b1d1d92848950a7bc594f2d21b7e 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -135,6 +135,11 @@ unittest/test/unittest_test: Pass, Crash # Issue 10935
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 && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ]
crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2692
@@ -146,11 +151,6 @@ crypto/test/sha1_test: Slow, Pass
# Bug in JSC: the test only passes when being debugged.
crypto/test/hmac_md5_test: Fail, Pass
-# 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
-
[ $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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698