Index: utils/tests/peg/peg.status |
diff --git a/utils/tests/peg/peg.status b/utils/tests/peg/peg.status |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f9b27574e54dd874244b63b8b1b9844aa212b951 |
--- /dev/null |
+++ b/utils/tests/peg/peg.status |
@@ -0,0 +1,10 @@ |
+# Copyright (c) 2011, 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. |
+ |
+prefix peg |
+ |
+[ $component == dartc ] |
+PegTest: Skip # Undiagnosed error on "a ? b ? c : d : e ? f : g" |
+ |
+[ $component == vm && $mode == debug ] |
Siggi Cherem (dart-lang)
2011/11/03 22:22:55
you should be able to delete this line, but then m
|