| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 | 144 |
| 145 LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError:
Cannot call method 'toSendPort$0' of undefined. | 145 LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError:
Cannot call method 'toSendPort$0' of undefined. |
| 146 | 146 |
| 147 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul
t from bit-operation. | 147 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul
t from bit-operation. |
| 148 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints. | 148 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints. |
| 149 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints. | 149 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints. |
| 150 LibTest/core/int/operator_right_shift_A01_t01: RuntimeError, OK # Expects negati
ve result from bit-operation. | 150 LibTest/core/int/operator_right_shift_A01_t01: RuntimeError, OK # Expects negati
ve result from bit-operation. |
| 151 LibTest/core/int/operator_OR_A01_t01: RuntimeError, OK # Requires bigints. | 151 LibTest/core/int/operator_OR_A01_t01: RuntimeError, OK # Requires bigints. |
| 152 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints
. | 152 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints
. |
| 153 | 153 |
| 154 Language/13_Statements/09_Switch_A03_t03: MissingCompileTimeError # Issue 17235 |
| 154 | 155 |
| 155 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK
# co19 issue 212 | 156 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK
# co19 issue 212 |
| 156 | 157 |
| 157 # | 158 # |
| 158 # Issues with co19 test suite. | 159 # Issues with co19 test suite. |
| 159 # | 160 # |
| 160 # If you add anything here, either file a bug against the Dart | 161 # If you add anything here, either file a bug against the Dart |
| 161 # language specification, co19 test suite, or add a comment that ahe@ | 162 # language specification, co19 test suite, or add a comment that ahe@ |
| 162 # can understand so he can file a bug later. | 163 # can understand so he can file a bug later. |
| 163 # | 164 # |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea
se triage this failure | 660 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea
se triage this failure |
| 660 | 661 |
| 661 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure | 662 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure |
| 662 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 |
| 663 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 |
| 664 | 665 |
| 665 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 |
| 666 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 |
| 667 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 |
| 668 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 |
| OLD | NEW |