| 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 have been
filed | 5 # This file contains the tests that have been identified as broken and have been
filed |
| 6 # on the co19 issue tracker. | 6 # on the co19 issue tracker. |
| 7 # In order to qualify here these tests need to fail both on the VM and dart2js. | 7 # In order to qualify here these tests need to fail both on the VM and dart2js. |
| 8 | 8 |
| 9 ### GENERAL FAILURES ### | 9 ### GENERAL FAILURES ### |
| 10 | 10 |
| 11 [ $runtime == vm || $runtime != vm ] | 11 [ $runtime == vm || $runtime != vm ] |
| 12 # Tests that fail everywhere, including the analyzer. | 12 # Tests that fail everywhere, including the analyzer. |
| 13 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635 | 13 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635 |
| 14 LibTest/core/Stopwatch/start_A01_t01: PASS, FAIL, OK # co19 issue 657 | 14 LibTest/core/Stopwatch/start_A01_t01: PASS, FAIL, OK # co19 issue 657 |
| 15 LibTest/core/Stopwatch/start_A01_t02: PASS, FAIL, OK # co19 issue 657 | 15 LibTest/core/Stopwatch/start_A01_t02: PASS, FAIL, OK # co19 issue 657 |
| 16 LibTest/core/Stopwatch/elapsedTicks_A01_t01: PASS, FAIL, OK # co19 issue 657 |
| 16 | 17 |
| 17 LibTest/json/BuildJsonListener/BuildJsonListener_A01_t01: Fail, OK # Issue 637 | 18 LibTest/json/BuildJsonListener/BuildJsonListener_A01_t01: Fail, OK # Issue 637 |
| 18 LibTest/json/JsonParser/JsonParser_A01_t01: Fail, OK # Issue 637 | 19 LibTest/json/JsonParser/JsonParser_A01_t01: Fail, OK # Issue 637 |
| 19 LibTest/json/JsonParser/constants_A01_t01: Fail, OK # Issue 637 | 20 LibTest/json/JsonParser/constants_A01_t01: Fail, OK # Issue 637 |
| 20 LibTest/json/JsonParser/fail_A01_t01: Fail, OK # Issue 637 | 21 LibTest/json/JsonParser/fail_A01_t01: Fail, OK # Issue 637 |
| 21 LibTest/json/JsonParser/parseFalse_A01_t01: Fail, OK # Issue 637 | 22 LibTest/json/JsonParser/parseFalse_A01_t01: Fail, OK # Issue 637 |
| 22 LibTest/json/JsonParser/parseNull_A01_t01: Fail, OK # Issue 637 | 23 LibTest/json/JsonParser/parseNull_A01_t01: Fail, OK # Issue 637 |
| 23 LibTest/json/JsonParser/parseNumber_A01_t01: Fail, OK # Issue 637 | 24 LibTest/json/JsonParser/parseNumber_A01_t01: Fail, OK # Issue 637 |
| 24 LibTest/json/JsonParser/parseString_A01_t01: Fail, OK # Issue 637 | 25 LibTest/json/JsonParser/parseString_A01_t01: Fail, OK # Issue 637 |
| 25 LibTest/json/JsonParser/parseTrue_A01_t01: Fail, OK # Issue 637 | 26 LibTest/json/JsonParser/parseTrue_A01_t01: Fail, OK # Issue 637 |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 | 196 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 |
| 196 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 197 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 197 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 198 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 198 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t
riage this failure | 199 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t
riage this failure |
| 199 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19 issue 651. | 200 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19 issue 651. |
| 200 | 201 |
| 201 [ ($runtime == vm || $compiler == dart2js) && $checked] | 202 [ ($runtime == vm || $compiler == dart2js) && $checked] |
| 202 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 | 203 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 |
| 203 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 | 204 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 |
| 204 | 205 |
| OLD | NEW |