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

Unified Diff: runtime/bin/vmservice/vmservice.status

Issue 468143002: Skip Observatory tests on dart2dart. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 4 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: runtime/bin/vmservice/vmservice.status
===================================================================
--- runtime/bin/vmservice/vmservice.status (revision 39196)
+++ runtime/bin/vmservice/vmservice.status (working copy)
@@ -3,7 +3,9 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dart2dart ]
-observatory/test/allocations_test: Fail # Issue 20487
+# The transformations of dart2dart are not guaranteed to preserve the
+# state/properties of the VM that the Observatory tests are inspecting.
+observatory/test/*: Skip
[ $browser ]
observatory/test/*: Skip # Uses dart:io
« 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