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

Unified Diff: tests/chrome/chrome.status

Issue 11958026: Stubbing out the initial library for Chrome application support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removing native support for dart:chrome Created 7 years, 11 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: tests/chrome/chrome.status
diff --git a/samples/tests/dartc/dartc.status b/tests/chrome/chrome.status
similarity index 55%
copy from samples/tests/dartc/dartc.status
copy to tests/chrome/chrome.status
index d11d59b3a2c50aa46bb0ed73a9115d82139701ac..077c8b2f095621148516ab49ea2a13366ad45459 100644
--- a/samples/tests/dartc/dartc.status
+++ b/tests/chrome/chrome.status
@@ -1,9 +1,11 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $runtime == vm ]
+# Not supported on the VM
*: Skip
-[ $mode == release ]
+[ $compiler == none]
+# Not supported on Dartium right now
*: Skip

Powered by Google App Engine
This is Rietveld 408576698