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

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

Issue 10168010: test rename overhaul: step 1 peg. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « tools/test.dart ('k') | utils/tests/peg/peg_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/peg/peg.status
diff --git a/utils/tests/peg/peg.status b/utils/tests/peg/peg.status
index a70878d5608750cb237e616ccd7a89e5baf2fcc6..c96663da1201dec9d472aec5ddfdd720faa9ee31 100644
--- a/utils/tests/peg/peg.status
+++ b/utils/tests/peg/peg.status
@@ -2,8 +2,17 @@
# 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.
-[ $compiler == dartc ]
-PegTest: Skip # Undiagnosed error on "a ? b ? c : d : e ? f : g"
+[ $runtime == opera ]
+peg_tests: Skip
-[ $compiler == frog || $compiler == dart2js || $runtime == drt ]
-PegTest: Skip # #-directives not supported by browser test architecture
+[ $compiler == dart2js && ($runtime == ff || $runtime == ie || $runtime == chrome || $runtime == safari) ]
+peg_tests: Skip # TODO(ahe): Triage
+
+[ $arch == x64 ]
+*: Skip
+
+[ $arch == simarm ]
+*: Skip
+
+[ $arch == arm ]
+*: Skip
« no previous file with comments | « tools/test.dart ('k') | utils/tests/peg/peg_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698