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

Unified Diff: pkg/pkg.status

Issue 11301046: Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « pkg/logging/test/logging_test.dart ('k') | pkg/unittest/collection_matchers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
===================================================================
--- pkg/pkg.status (revision 14440)
+++ pkg/pkg.status (working copy)
@@ -9,6 +9,12 @@
# arithmetic natively, i.e., the VM.
fixnum/test/int_64_vm_test: Skip
+# Skip mock tests for now until the noSuchMethod code is fixed.
+
+unittest/test/mock_test: Skip
+unittest/test/mock_regexp_negative_test: Skip
+unittest/test/mock_stepwise_negative_test: Skip
+
[$compiler == dart2dart]
*: Skip
@@ -34,8 +40,9 @@
intl/test/date_time_format_http_request_test: Skip
[ $runtime == drt && $compiler == none ]
-intl/test/number_format_test: Fail # New import syntax is not supported by test frameowrk
+intl/test/number_format_test: Fail
+
# Skip intl_message tests that use mirrors on dart2js until it's been
# implemented there.
[ $compiler == dart2js ]
@@ -58,5 +65,3 @@
[ $compiler == none && $runtime == drt ]
dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
-[ $compiler == none && ($runtime == dartium || $runtime == drt) ]
-unittest/test/mock_test: Fail
« no previous file with comments | « pkg/logging/test/logging_test.dart ('k') | pkg/unittest/collection_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698