Chromium Code Reviews| Index: dart/tests/try/try.status |
| diff --git a/dart/tests/try/try.status b/dart/tests/try/try.status |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c2295cf1fbcb2aa4cdce6b5bcfc32f6b81f4878f |
| --- /dev/null |
| +++ b/dart/tests/try/try.status |
| @@ -0,0 +1,10 @@ |
| +# Copyright (c) 2014, 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. |
| + |
| +# Not dart2js on chrome or drt. |
| +[ $compiler != dart2js || ($runtime != drt && $runtime != chrome) ] |
| +*: skip |
|
kasperl
2014/03/25 09:48:07
skip -> Skip?
ahe
2014/03/25 14:06:51
Done.
|
| + |
| +[ $compiler == dart2js && ($runtime == drt || $runtime == chrome) ] |
| +paste_test: Fail # http://dartbug.com/17726 |