| 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 [ $compiler == dart2js && $runtime == jsshell ] | 5 [ $compiler == dart2js && $runtime == jsshell ] |
| 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell,
test sometimes times out. | 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell,
test sometimes times out. |
| 7 | 7 |
| 8 # Crashes first, please. Then untriaged bugs. There is a section below | 8 # Crashes first, please. Then untriaged bugs. There is a section below |
| 9 # for co19 bugs. | 9 # for co19 bugs. |
| 10 [ $compiler == dart2js ] | 10 [ $compiler == dart2js ] |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints
. | 149 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints
. |
| 150 | 150 |
| 151 # | 151 # |
| 152 # Issues with co19 test suite. | 152 # Issues with co19 test suite. |
| 153 # | 153 # |
| 154 # If you add anything here, either file a bug against the Dart | 154 # If you add anything here, either file a bug against the Dart |
| 155 # language specification, co19 test suite, or add a comment that ahe@ | 155 # language specification, co19 test suite, or add a comment that ahe@ |
| 156 # can understand so he can file a bug later. | 156 # can understand so he can file a bug later. |
| 157 # | 157 # |
| 158 [ $compiler == dart2js ] | 158 [ $compiler == dart2js ] |
| 159 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 | |
| 160 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http:
//dartbug.com/5021 | 159 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http:
//dartbug.com/5021 |
| 161 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 | 160 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 |
| 162 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur
e | 161 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur
e |
| 163 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr
iage this failure | 162 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr
iage this failure |
| 164 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu
re | 163 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu
re |
| 165 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please
triage this failure | 164 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please
triage this failure |
| 166 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this
failure | 165 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this
failure |
| 167 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f
ailure | 166 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f
ailure |
| 168 LibTest/typed_data/ByteData/ByteData.view_A03_t01: fail # co19-roll r569: Please
triage this failure | 167 LibTest/typed_data/ByteData/ByteData.view_A03_t01: fail # co19-roll r569: Please
triage this failure |
| 169 LibTest/typed_data/ByteData/ByteData.view_A01_t02: fail # co19-roll r569: Please
triage this failure | 168 LibTest/typed_data/ByteData/ByteData.view_A01_t02: fail # co19-roll r569: Please
triage this failure |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 | 630 |
| 632 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please
triage this failure | 631 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please
triage this failure |
| 633 | 632 |
| 634 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 633 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 635 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 | 634 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 |
| 636 | 635 |
| 637 [ $compiler == dart2js && $mode == debug ] | 636 [ $compiler == dart2js && $mode == debug ] |
| 638 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout | 637 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout |
| 639 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout | 638 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout |
| 640 LibTest/core/List/List_class_A01_t01: Pass, Timeout | 639 LibTest/core/List/List_class_A01_t01: Pass, Timeout |
| OLD | NEW |