| 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 28 matching lines...) Expand all Loading... |
| 39 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-methods/test-004_t01: Skip # Issue 21115 | 39 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-methods/test-004_t01: Skip # Issue 21115 |
| 40 | 40 |
| 41 [ $compiler != dart2analyzer ] | 41 [ $compiler != dart2analyzer ] |
| 42 # Tests that fail on every runtime, but not on the analyzer. | 42 # Tests that fail on every runtime, but not on the analyzer. |
| 43 | 43 |
| 44 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 | 44 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 |
| 45 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 | 45 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 |
| 46 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 46 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 47 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 47 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 48 | 48 |
| 49 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure | 49 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 |
| 50 | 50 |
| 51 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai
l # co19-roll r623: Please triage this failure | 51 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai
l # Issue 14513 |
| 52 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # co19-roll r623: Please triage this failure | 52 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513 |
| 53 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # co19-roll r623: Please triage this failure | 53 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513 |
| 54 | 54 |
| 55 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 55 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 56 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 56 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 57 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 57 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 58 | 58 |
| 59 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 59 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 60 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 60 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 61 | 61 |
| 62 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 | 62 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 |
| 63 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 | 63 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 93 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 93 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
| 94 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 94 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
| 95 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 95 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
| 96 | 96 |
| 97 [ $runtime == dartium || $compiler == dart2js ] | 97 [ $runtime == dartium || $compiler == dart2js ] |
| 98 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 98 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 99 | 99 |
| 100 ### CHECKED MODE FAILURES ### | 100 ### CHECKED MODE FAILURES ### |
| 101 | 101 |
| 102 [ $compiler != dart2analyzer && $checked ] | 102 [ $compiler != dart2analyzer && $checked ] |
| 103 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 103 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19 is
sue 22 |
| 104 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 104 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19 issue 23 |
| 105 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 | 105 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 |
| OLD | NEW |