| 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 . | 7 # https://code.google.com/p/co19/issues/list . |
| 8 # | 8 # |
| 9 # In order to qualify here these tests need to fail both on the VM and dart2js. | 9 # In order to qualify here these tests need to fail both on the VM and dart2js. |
| 10 | 10 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 | 44 |
| 45 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 45 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 46 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 46 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 47 | 47 |
| 48 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 | 48 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 |
| 49 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 | 49 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 |
| 50 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 | 50 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 |
| 51 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 | 51 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 |
| 52 | 52 |
| 53 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # C
o19 issue 740 | 53 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # C
o19 issue 740 |
| 54 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # Co19 issue 741 |
| 54 | 55 |
| 55 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) | 56 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) |
| 56 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) | 57 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) |
| 57 | 58 |
| 58 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) | 59 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) |
| 59 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 | 60 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 |
| 60 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 | 61 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 |
| 61 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 | 62 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 |
| 62 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 | 63 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 |
| 63 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 | 64 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 81 | 82 |
| 82 [ $runtime == dartium || $compiler == dart2js ] | 83 [ $runtime == dartium || $compiler == dart2js ] |
| 83 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 84 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 84 | 85 |
| 85 ### CHECKED MODE FAILURES ### | 86 ### CHECKED MODE FAILURES ### |
| 86 | 87 |
| 87 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 88 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] |
| 88 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 89 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 89 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 90 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 90 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 | 91 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 |
| OLD | NEW |