| 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 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 8 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 9 LibTest/core/Uri/encodeComponent_A01_t02: Skip | 9 LibTest/core/Uri/encodeComponent_A01_t02: Skip |
| 10 LibTest/core/Uri/encodeFull_A01_t02: Skip | 10 LibTest/core/Uri/encodeFull_A01_t02: Skip |
| (...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK
# co19 issue 212 | 785 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK
# co19 issue 212 |
| 786 | 786 |
| 787 # | 787 # |
| 788 # Issues with co19 test suite. | 788 # Issues with co19 test suite. |
| 789 # | 789 # |
| 790 # If you add anything here, either file a bug against the Dart | 790 # If you add anything here, either file a bug against the Dart |
| 791 # language specification, co19 test suite, or add a comment that ahe@ | 791 # language specification, co19 test suite, or add a comment that ahe@ |
| 792 # can understand so he can file a bug later. | 792 # can understand so he can file a bug later. |
| 793 # | 793 # |
| 794 [ $compiler == dart2js ] | 794 [ $compiler == dart2js ] |
| 795 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: fail # Call to deferred n
on-loaded functions does not throw NoSuchMethodError. | |
| 796 | |
| 797 Language/03_Overview/2_Privacy_A01_t09: RuntimeError, OK # co19 issue 198 | 795 Language/03_Overview/2_Privacy_A01_t09: RuntimeError, OK # co19 issue 198 |
| 798 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 | 796 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 |
| 799 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http:
//dartbug.com/5021 | 797 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http:
//dartbug.com/5021 |
| 800 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 | 798 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 |
| 801 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur
e | 799 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur
e |
| 802 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr
iage this failure | 800 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr
iage this failure |
| 803 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu
re | 801 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu
re |
| 804 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please
triage this failure | 802 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please
triage this failure |
| 805 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this
failure | 803 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this
failure |
| 806 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f
ailure | 804 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f
ailure |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1286 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please
triage this failure | 1284 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please
triage this failure |
| 1287 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please
triage this failure | 1285 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please
triage this failure |
| 1288 | 1286 |
| 1289 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 1287 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 1290 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 | 1288 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 |
| 1291 | 1289 |
| 1292 [ $compiler == dart2js && $mode == debug ] | 1290 [ $compiler == dart2js && $mode == debug ] |
| 1293 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout | 1291 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout |
| 1294 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout | 1292 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout |
| 1295 LibTest/core/List/List_class_A01_t01: Pass, Timeout | 1293 LibTest/core/List/List_class_A01_t01: Pass, Timeout |
| OLD | NEW |