| 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 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 | 26 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 |
| 27 | 27 |
| 28 # These tests are obsolete and need updating. | 28 # These tests are obsolete and need updating. |
| 29 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 | 29 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 |
| 30 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-003_t01: Skip # Issue 19019 | 30 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-003_t01: Skip # Issue 19019 |
| 31 | 31 |
| 32 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi
x). | 32 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi
x). |
| 33 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-methods/test-004_t01: Skip # Issue 21115 | 33 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-methods/test-004_t01: Skip # Issue 21115 |
| 34 | 34 |
| 35 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] | 35 [ $compiler != dart2analyzer ] |
| 36 # Tests that fail on every runtime, but not on the analyzer. | 36 # Tests that fail on every runtime, but not on the analyzer. |
| 37 | 37 |
| 38 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 | 38 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 |
| 39 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 | 39 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 |
| 40 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 40 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 41 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 41 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 42 | 42 |
| 43 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure | 43 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure |
| 44 | 44 |
| 45 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai
l # co19-roll r623: Please triage this failure | 45 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai
l # co19-roll r623: Please triage this failure |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 | 86 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 |
| 87 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 87 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
| 88 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 88 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
| 89 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 89 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
| 90 | 90 |
| 91 [ $runtime == dartium || $compiler == dart2js ] | 91 [ $runtime == dartium || $compiler == dart2js ] |
| 92 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 92 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 93 | 93 |
| 94 ### CHECKED MODE FAILURES ### | 94 ### CHECKED MODE FAILURES ### |
| 95 | 95 |
| 96 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 96 [ $compiler != dart2analyzer && $checked ] |
| 97 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 97 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 98 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 98 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 99 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 | 99 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 |
| OLD | NEW |