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. |
(...skipping 10 matching lines...) Expand all Loading... |
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 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 23 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
24 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 24 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
25 | 25 |
26 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 | 26 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 |
27 | 27 |
28 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 | 28 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 |
29 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 | 29 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 |
30 | 30 |
| 31 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co
19 issue 66 |
| 32 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co
19 issue 66 |
| 33 |
31 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 | 34 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 |
32 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 | 35 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 |
33 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 | 36 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 |
34 | 37 |
35 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 | 38 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 |
36 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 | 39 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 |
37 | 40 |
38 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 | 41 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 |
39 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 | 42 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 |
40 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 | 43 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 |
(...skipping 24 matching lines...) Expand all Loading... |
65 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639 | 68 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639 |
66 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 | 69 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 |
67 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 | 70 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 |
68 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 | 71 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 |
69 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 72 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
70 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 73 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
71 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 74 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
72 | 75 |
73 [ $runtime == dartium || $compiler == dart2js ] | 76 [ $runtime == dartium || $compiler == dart2js ] |
74 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 77 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
OLD | NEW |