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

Unified Diff: pkg/pkg.status

Issue 14732003: Implement Model-Driven-Views spec for Dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: try upload again 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 5a1ecb1ae16bb01dbb846ec63a154c0aca796aac..6b3eae4902facb748be13ca43ac64ac00660bfc5 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -143,3 +143,7 @@ dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
# test on Dartium, which requires all tests to have a library.
[ $runtime == dartium || $runtime == drt ]
serialization/test/no_library_test: Skip # Expected Failure
+
+# Skip mdv_observe tests on command line VM, they only run in the browser.
+[ $runtime == vm ]
+mdv_observe: Skip

Powered by Google App Engine
This is Rietveld 408576698