| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # This file contains the tests that have been identified as broken and | 5 # This file contains the tests that have been identified as broken and |
| 6 # have been filed on the co19 issue tracker at | 6 # have been filed on the co19 issue tracker at |
| 7 # https://code.google.com/p/co19/issues/list (read-only). | 7 # https://code.google.com/p/co19/issues/list (read-only). |
| 8 # https://github.com/dart-lang/co19/issues . | 8 # https://github.com/dart-lang/co19/issues . |
| 9 # | 9 # |
| 10 # In order to qualify here these tests need to fail both on the VM and dart2js. | 10 # In order to qualify here these tests need to fail both on the VM and dart2js. |
| 11 | 11 |
| 12 ### GENERAL FAILURES ### | 12 ### GENERAL FAILURES ### |
| 13 | 13 |
| 14 [ $runtime == vm || $runtime != vm ] | 14 [ $runtime == vm || $runtime != vm ] |
| 15 # Tests that fail everywhere, including the analyzer. | 15 # Tests that fail everywhere, including the analyzer. |
| 16 | 16 |
| 17 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. | 17 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. |
| 18 | 18 |
| 19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 | 19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 |
| 20 | 20 |
| 21 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Fail # co19 is
sue 80 |
| 22 |
| 21 [ $system == linux ] | 23 [ $system == linux ] |
| 22 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail # co19 issue 72 | 24 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail # co19 issue 72 |
| 23 LibTest/collection/ListBase/ListBase_class_A01_t02: Fail # co19 issue 72 | 25 LibTest/collection/ListBase/ListBase_class_A01_t02: Fail # co19 issue 72 |
| 24 LibTest/collection/ListBase/listToString_A01_t01: Fail # co19 issue 72 | 26 LibTest/collection/ListBase/listToString_A01_t01: Fail # co19 issue 72 |
| 25 LibTest/collection/ListBase/listToString_A02_t01: Fail # co19 issue 72 | 27 LibTest/collection/ListBase/listToString_A02_t01: Fail # co19 issue 72 |
| 26 LibTest/collection/MapBase/MapBase_class_A01_t01: Fail # co19 issue 72 | 28 LibTest/collection/MapBase/MapBase_class_A01_t01: Fail # co19 issue 72 |
| 27 LibTest/collection/MapMixin/MapMixin_class_A01_t01: Fail # co19 issue 72 | 29 LibTest/collection/MapMixin/MapMixin_class_A01_t01: Fail # co19 issue 72 |
| 28 | 30 |
| 29 [ $compiler != dart2analyzer ] | 31 [ $compiler != dart2analyzer ] |
| 30 # Tests that fail on every runtime, but not on the analyzer. | 32 # Tests that fail on every runtime, but not on the analyzer. |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 [ ($compiler == none || $compiler == precompiler || $compiler == dart2appjit) &&
($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == dart_p
recompiled || $runtime == dart_app) ] | 83 [ ($compiler == none || $compiler == precompiler || $compiler == dart2appjit) &&
($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == dart_p
recompiled || $runtime == dart_app) ] |
| 82 # Optional trailing commas for argument and parameter lists added to language. | 84 # Optional trailing commas for argument and parameter lists added to language. |
| 83 # https://github.com/dart-lang/co19/issues/68 | 85 # https://github.com/dart-lang/co19/issues/68 |
| 84 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_
t05: Fail, OK | 86 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_
t05: Fail, OK |
| 85 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK | 87 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK |
| 86 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK | 88 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK |
| 87 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK | 89 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK |
| 88 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK | 90 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK |
| 89 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK | 91 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK |
| 90 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK | 92 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK |
| OLD | NEW |