| 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 | |
| 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 | |
| 16 LibTest/core/Stopwatch/elapsedTicks_A01_t01: PASS, FAIL, OK # co19 issue 657 | |
| 17 | 13 |
| 18 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler =
= dart2js ] | 14 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler =
= dart2js ] |
| 19 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail, pass, ok # co19 i
ssue 649 | |
| 20 | |
| 21 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure | 15 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure |
| 22 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure | 16 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure |
| 23 | 17 |
| 24 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662 | 18 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662
(fixed in r673) |
| 25 | 19 |
| 26 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure | 20 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure |
| 27 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure | 21 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure |
| 28 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 | 22 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 (fixed in r675) |
| 29 | 23 |
| 30 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 24 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 31 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 25 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 32 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 26 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 33 | 27 |
| 34 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 | 28 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 (fixed in r675) |
| 35 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 | 29 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 |
| 36 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 | 30 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 |
| 37 | 31 |
| 38 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 | |
| 39 | |
| 40 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip, OK # co19 issue 661 | |
| 41 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip, OK # co19 issue 661 | |
| 42 | |
| 43 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] | 32 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] |
| 44 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 33 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 45 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 34 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 46 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 35 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 47 | 36 |
| 48 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 37 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 49 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 38 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 50 | 39 |
| 51 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 | 40 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 (not fixed in r672) |
| 52 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 | 41 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 |
| 53 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389 | 42 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389 |
| 54 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389 | 43 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389 |
| 55 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 | 44 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 |
| 56 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389 | 45 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389 |
| 57 | 46 |
| 58 LibTest/async/Stream/Stream.periodic_A01_t01: PASS, FAIL, OK # co19 issue 538 | 47 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) |
| 59 | 48 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) |
| 60 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 | |
| 61 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 | |
| 62 | 49 |
| 63 | 50 |
| 64 [ $runtime == dartium || $compiler == dart2js ] | 51 [ $runtime == dartium || $compiler == dart2js ] |
| 65 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 52 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 66 | 53 |
| 67 [ $runtime == vm || $compiler == dart2js ] | 54 [ $runtime == vm || $compiler == dart2js ] |
| 68 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. | |
| 69 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: PASS, FAIL, OK # co19 issue
560 | |
| 70 | |
| 71 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 | 55 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 72 LibTest/math/sin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 56 LibTest/math/sin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 73 | 57 |
| 74 LibTest/async/Stream/Stream.periodic_A03_t01: PASS, FAIL, OK # co19 issue 538 | 58 # LibTest/isolate/IsolateStream/contains_A02_t01: FAIL, OK # co19 issue 540 |
| 75 LibTest/async/Timer/run_A01_t01: PASS, FAIL, OK # co19 issue 538 | |
| 76 LibTest/async/Timer/Timer_A01_t01: PASS, FAIL, OK # co19 issue 538 | |
| 77 LibTest/async/Timer/Timer_A02_t01: PASS, FAIL, OK # co19 issue 538 | |
| 78 LibTest/async/Timer/Timer.periodic_A01_t01: PASS, FAIL, OK # co19 issue 537 | |
| 79 LibTest/async/Timer/Timer.periodic_A02_t01: PASS, FAIL, OK # co19 issue 538 | |
| 80 | |
| 81 LibTest/isolate/IsolateStream/contains_A02_t01: FAIL, OK # co19 issue 540 | |
| 82 | 59 |
| 83 | 60 |
| 84 [ $runtime == vm || $compiler == none || $compiler == dart2js ] | 61 [ $runtime == vm || $compiler == none || $compiler == dart2js ] |
| 85 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 | 62 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) |
| 86 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 | 63 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 |
| 87 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 | 64 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 |
| 88 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 | 65 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 |
| 89 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 | 66 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 |
| 90 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 | 67 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 |
| 91 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639 | 68 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639 |
| 92 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639 | 69 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639 |
| 93 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639 | 70 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639 |
| 94 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639 | 71 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639 |
| 95 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639 | 72 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 112 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 89 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
| 113 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 90 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
| 114 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 91 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
| 115 | 92 |
| 116 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 | 93 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 |
| 117 | 94 |
| 118 | 95 |
| 119 ### CHECKED MODE FAILURES ### | 96 ### CHECKED MODE FAILURES ### |
| 120 | 97 |
| 121 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] | 98 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] |
| 122 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 | |
| 123 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 99 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 124 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 100 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| OLD | NEW |