| 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 == none && $runtime == vm && $checked ] | 5 [ $compiler == none && $runtime == vm && $checked ] |
| 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ
eError is ok too. co19 issue 366 | 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ
eError is ok too. co19 issue 366 |
| 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro
r is ok too. co19 issue 366 | 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro
r is ok too. co19 issue 366 |
| 8 | 8 |
| 9 [ $compiler == none && $runtime == vm ] | 9 [ $compiler == none && $runtime == vm ] |
| 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 | 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 LibTest/core/Queue/iterator_A01_t02: Fail # iterator-change, co19 issue 365 | 232 LibTest/core/Queue/iterator_A01_t02: Fail # iterator-change, co19 issue 365 |
| 233 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # iterator-change, co19 issue
365 | 233 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # iterator-change, co19 issue
365 |
| 234 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail # iterator-change, co19 issue
365 | 234 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail # iterator-change, co19 issue
365 |
| 235 LibTest/core/Queue/iterator_next_A01_t01: Fail # iterator-change, co19 issue 365 | 235 LibTest/core/Queue/iterator_next_A01_t01: Fail # iterator-change, co19 issue 365 |
| 236 LibTest/core/Queue/iterator_next_A01_t02: Fail # iterator-change, co19 issue 365 | 236 LibTest/core/Queue/iterator_next_A01_t02: Fail # iterator-change, co19 issue 365 |
| 237 LibTest/core/Queue/iterator_next_A02_t01: Fail # iterator-change, co19 issue 365 | 237 LibTest/core/Queue/iterator_next_A02_t01: Fail # iterator-change, co19 issue 365 |
| 238 LibTest/core/Queue/Queue.from_A01_t02: Fail # iterator-change, co19 issue 365 | 238 LibTest/core/Queue/Queue.from_A01_t02: Fail # iterator-change, co19 issue 365 |
| 239 LibTest/core/RegExp/allMatches_A01_t01: Fail # iterator-change, co19 issue 365 | 239 LibTest/core/RegExp/allMatches_A01_t01: Fail # iterator-change, co19 issue 365 |
| 240 LibTest/core/Set/Set.from_A01_t02: Fail # iterator-change, co19 issue 365 | 240 LibTest/core/Set/Set.from_A01_t02: Fail # iterator-change, co19 issue 365 |
| 241 | 241 |
| 242 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim
ezone, co19 issue 379 |
| 243 |
| 242 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss
ue 6085 | 244 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss
ue 6085 |
| 243 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss
ue 6085 | 245 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss
ue 6085 |
| 244 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss
ue 6085 | 246 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss
ue 6085 |
| 245 | 247 |
| 246 | 248 |
| 247 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 | 249 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 |
| 248 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 | 250 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 |
| 249 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 | 251 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 |
| 250 | 252 |
| 251 [ $compiler == none && $runtime == vm && $checked ] | 253 [ $compiler == none && $runtime == vm && $checked ] |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 *: Skip | 516 *: Skip |
| 515 | 517 |
| 516 [ $compiler == none && $arch == arm ] | 518 [ $compiler == none && $arch == arm ] |
| 517 *: Skip | 519 *: Skip |
| 518 | 520 |
| 519 [ $compiler == none && $arch == simmips ] | 521 [ $compiler == none && $arch == simmips ] |
| 520 *: Skip | 522 *: Skip |
| 521 | 523 |
| 522 [ $compiler == none && $arch == mips ] | 524 [ $compiler == none && $arch == mips ] |
| 523 *: Skip | 525 *: Skip |
| OLD | NEW |