| 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 | |
| 19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 | 18 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 |
| 20 | 19 |
| 21 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Fail # co19 is
sue 80 | |
| 22 | |
| 23 [ $system == linux ] | |
| 24 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail # co19 issue 72 | |
| 25 LibTest/collection/ListBase/ListBase_class_A01_t02: Fail # co19 issue 72 | |
| 26 LibTest/collection/ListBase/listToString_A01_t01: Fail # co19 issue 72 | |
| 27 LibTest/collection/ListBase/listToString_A02_t01: Fail # co19 issue 72 | |
| 28 LibTest/collection/MapBase/MapBase_class_A01_t01: Fail # co19 issue 72 | |
| 29 LibTest/collection/MapMixin/MapMixin_class_A01_t01: Fail # co19 issue 72 | |
| 30 | |
| 31 [ $compiler != dart2analyzer ] | 20 [ $compiler != dart2analyzer ] |
| 32 LibTest/isolate/ReceivePort/take_A01_t02: Fail # co19 issue 81 | 21 LibTest/isolate/ReceivePort/take_A01_t02: Fail # co19 issue 81 |
| 33 LibTest/async/Stream/take_A01_t02: Fail # co19 issue 81 | 22 LibTest/async/Stream/take_A01_t02: Fail # co19 issue 81 |
| 34 # Tests that fail on every runtime, but not on the analyzer. | 23 # Tests that fail on every runtime, but not on the analyzer. |
| 35 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 | 24 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 |
| 36 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 | 25 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 |
| 37 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co
19 issue 66 | 26 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co
19 issue 66 |
| 38 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co
19 issue 66 | 27 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co
19 issue 66 |
| 39 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 28 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 40 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr
or # Issue 27183 | 29 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr
or # Issue 27183 |
| 41 LibTest/collection/LinkedListEntry/unlink_A01_t02: Fail # co19 pull request 73 | |
| 42 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 | 30 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 |
| 43 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 | 31 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 |
| 44 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 | 32 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 |
| 45 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 | 33 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 |
| 46 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # co19 issue 741 | 34 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # co19 issue 741 |
| 47 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c
o19 issue 740 | 35 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c
o19 issue 740 |
| 48 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 | 36 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 |
| 49 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) | 37 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) |
| 50 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 | 38 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 |
| 51 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 | 39 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 75 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 | 63 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 |
| 76 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 | 64 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 |
| 77 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 | 65 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 |
| 78 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 | 66 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 |
| 79 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 | 67 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 |
| 80 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261 | 68 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261 |
| 81 | 69 |
| 82 [ $runtime == dartium || $compiler == dart2js ] | 70 [ $runtime == dartium || $compiler == dart2js ] |
| 83 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 71 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 84 | 72 |
| 85 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && ($runtime == vm || $runtime == drt || $runtime == dart
ium || $runtime == dart_precompiled || $runtime == dart_app) ] | 73 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && ($runtime == vm || $runtime == drt || $runtime == dart
_precompiled || $runtime == dart_app) ] |
| 86 # Optional trailing commas for argument and parameter lists added to language. | 74 # Optional trailing commas for argument and parameter lists added to language. |
| 87 # https://github.com/dart-lang/co19/issues/68 | 75 # https://github.com/dart-lang/co19/issues/68 |
| 88 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_
t05: Fail, OK | 76 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_
t05: Fail, OK |
| 89 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK | 77 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK |
| 90 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK | 78 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK |
| 91 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK | 79 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK |
| 92 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK | 80 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK |
| 93 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK | 81 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK |
| 94 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK | 82 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK |
| OLD | NEW |