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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure | 663 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure |
664 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure | 664 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure |
665 | 665 |
666 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please
triage this failure | 666 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please
triage this failure |
667 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag
e this failure | 667 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag
e this failure |
668 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please
triage this failure | 668 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please
triage this failure |
669 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please
triage this failure | 669 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please
triage this failure |
670 | 670 |
671 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 671 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
672 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 | 672 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 |
| 673 |
| 674 [ $compiler == dart2js && $mode == debug ] |
| 675 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout |
| 676 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout |
| 677 LibTest/core/List/List_class_A01_t01: Pass, Timeout |
OLD | NEW |