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

Unified Diff: dart/tests/utils/utils.status

Issue 10836289: Update status file for dummy_compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address one more comment Created 8 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: dart/tests/utils/utils.status
diff --git a/dart/tests/utils/utils.status b/dart/tests/utils/utils.status
index 90bb532a63244fbee0f131ab50fd1421e7ecbd97..dfd6939e0221a25ad7c0f3bfd63d308ab9a708da 100644
--- a/dart/tests/utils/utils.status
+++ b/dart/tests/utils/utils.status
@@ -2,47 +2,25 @@
# 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.
+dartdoc_test: Fail # http://dartbug.com/4540
ricow1 2012/08/16 16:07:16 I like this way better, we will actually notice wh
+
[ $arch == simarm ]
*: Skip
-[ $compiler == frog || $compiler == dart2js ]
-# Dartdoc only runs on the VM.
-dartdoc_test: Skip
-markdown_test: Skip
-
-[ $compiler == frog ]
-dummy_compiler_test: Fail
-utf8_test: Crash
-*_layout_test: Skip
-
[ $compiler == dart2js ]
utf8_test: Fail # compiler cancelled: Unhandled non-BMP character: U+10412
-
-[ $compiler == dart2js && $checked ]
dummy_compiler_test: Slow, Pass
-[ $compiler == dart2js && $unchecked ]
-dummy_compiler_test: Slow, Pass
-
-[ $runtime == vm || $compiler == dartc || ($compiler == none && $runtime == drt) ]
-# TODO(rnystrom): Right now, the VM tests can't access frog/ and client/ which
-# dartdoc uses, so disable for now. Once the deps files are unified this should
-# be fixed.
-dartdoc_test: Skip
-markdown_test: Skip
-
[ $compiler == none && $runtime == drt ]
dummy_compiler_test: Fail # Issue 2264.
+dartdoc_test: Skip # http://dartbug.com/4541
[ $compiler == dartc ]
-dummy_compiler_test: Fail # Issue 3529.
+dummy_compiler_test: Fail # http://dartbug.com/4539
[ $compiler == dart2js && $browser ]
*: Skip
-[ $compiler == frog && $runtime == none ]
-*: Skip
-
[ $runtime == vm ]
*_layout_test: Skip
« 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