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 Language/Statements/Assert/syntax_t04: Pass, Fail # assert now has an optional s
econd parameter. | 17 Language/Statements/Assert/syntax_t04: Pass, Fail # assert now has an optional s
econd parameter. |
18 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. | 18 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. |
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 [ $compiler != dart2analyzer ] | 21 [ $compiler != dart2analyzer ] |
22 # Tests that fail on every runtime, but not on the analyzer. | 22 # Tests that fail on every runtime, but not on the analyzer. |
23 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 | 23 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 |
24 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 | 24 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 |
25 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co
19 issue 66 | 25 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co
19 issue 66 |
26 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co
19 issue 66 | 26 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co
19 issue 66 |
27 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 27 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 28 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr
or # Issue 27183 |
28 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 | 29 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 |
29 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 | 30 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 |
30 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 | 31 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 |
31 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 | 32 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 |
32 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # co19 issue 741 | 33 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # co19 issue 741 |
33 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c
o19 issue 740 | 34 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c
o19 issue 740 |
34 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 | 35 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 |
35 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) | 36 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) |
36 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 | 37 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 |
37 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 | 38 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 |
(...skipping 19 matching lines...) Expand all Loading... |
57 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 | 58 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 |
58 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 59 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
59 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 60 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
60 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 61 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
61 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 | 62 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 |
62 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 | 63 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 |
63 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 | 64 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 |
64 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 | 65 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 |
65 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 | 66 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 |
66 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261 | 67 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261 |
| 68 |
| 69 [ $compiler != dart2analyzer && $checked ] |
| 70 # Tests that fail on every runtime in checked mode, but not on the analyzer. |
| 71 Language/Functions/generator_return_type_t01: Fail # Co19 issue 110 |
| 72 Language/Functions/generator_return_type_t02: Fail # Co19 issue 110 |
| 73 Language/Functions/async_return_type_t01: Fail # Co19 issue 110 |
| 74 Language/Types/Type_Void/returning_t02: Fail # Co19 issue 110 |
| 75 Language/Types/Type_Void/returning_t03: Fail # Co19 issue 110 |
| 76 Language/Types/Type_Void/returning_t04: Fail # Co19 issue 110 |
| 77 Language/Types/Type_Void/returning_t05: Fail # Co19 issue 110 |
OLD | NEW |