| 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 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 (fixed in r675) | 24 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 (fixed in r675) |
| 25 | 25 |
| 26 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 26 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 27 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 27 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 28 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 28 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 29 | 29 |
| 30 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 (fixed in r675) | 30 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 (fixed in r675) |
| 31 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 | 31 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 |
| 32 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 | 32 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 |
| 33 | 33 |
| 34 LibTest/typed_data/ByteData/buffer_A01_t01: RuntimeError, PASS # co19 issue 669 |
| 35 LibTest/typed_data/Float32List/buffer_A01_t01: RuntimeError, PASS # co19 issue 6
69 |
| 36 LibTest/typed_data/Float32x4List/buffer_A01_t01: RuntimeError, PASS # co19 issue
669 |
| 37 LibTest/typed_data/Float64List/buffer_A01_t01: RuntimeError, PASS # co19 issue 6
69 |
| 38 LibTest/typed_data/Int16List/buffer_A01_t01: RuntimeError, PASS # co19 issue 669 |
| 39 LibTest/typed_data/Int32List/buffer_A01_t01: RuntimeError, PASS # co19 issue 669 |
| 40 LibTest/typed_data/Int64List/buffer_A01_t01: RuntimeError, PASS # co19 issue 669 |
| 41 LibTest/typed_data/Int8List/buffer_A01_t01: RuntimeError, PASS # co19 issue 669 |
| 42 LibTest/typed_data/Uint16List/buffer_A01_t01: RuntimeError, PASS # co19 issue 66
9 |
| 43 LibTest/typed_data/Uint32List/buffer_A01_t01: RuntimeError, PASS # co19 issue 66
9 |
| 44 LibTest/typed_data/Uint64List/buffer_A01_t01: RuntimeError, PASS # co19 issue 66
9 |
| 45 LibTest/typed_data/Uint8ClampedList/buffer_A01_t01: RuntimeError, PASS # co19 is
sue 669 |
| 46 LibTest/typed_data/Uint8List/buffer_A01_t01: RuntimeError, PASS # co19 issue 669 |
| 47 |
| 48 |
| 34 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] | 49 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] |
| 35 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 50 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 36 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 51 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 37 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 52 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 38 | 53 |
| 39 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 54 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 40 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 55 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 41 | 56 |
| 42 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 (not fixed in r672) | 57 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 (not fixed in r672) |
| 43 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 | 58 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 106 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
| 92 | 107 |
| 93 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 | 108 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 |
| 94 | 109 |
| 95 | 110 |
| 96 ### CHECKED MODE FAILURES ### | 111 ### CHECKED MODE FAILURES ### |
| 97 | 112 |
| 98 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] | 113 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] |
| 99 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 114 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 100 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 115 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| OLD | NEW |