Chromium Code Reviews| 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..b3d0b0ce8e37a741b9562a3e07e59b513451d657 |
| --- /dev/null |
| +++ b/utils/tests/peg/peg.status |
| @@ -0,0 +1,8 @@ |
| +# 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" |