From 5ca1d8a984abfa261ecc2d8f2b2dbda1b6e9f992 Mon Sep 17 00:00:00 2001 From: "koda@google.com" Date: Wed, 13 Aug 2014 16:57:04 +0000 Subject: [PATCH] Skip Observatory tests on dart2dart. BUG=dart:20487 R=johnmccutchan@google.com Review URL: https://codereview.chromium.org//468143002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39205 260f80e4-7a28-3924-810f-c04153c831b5 --- runtime/bin/vmservice/vmservice.status | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/runtime/bin/vmservice/vmservice.status b/runtime/bin/vmservice/vmservice.status index 8beb5c016d3..441a22c10c8 100644 --- a/runtime/bin/vmservice/vmservice.status +++ b/runtime/bin/vmservice/vmservice.status @@ -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