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] | 5 [ $compiler == none] |
6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss
ue 436 | 6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss
ue 436 |
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss
ue 436 | 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss
ue 436 |
8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss
ue 436 | 8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss
ue 436 |
9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss
ue 436 | 9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss
ue 436 |
10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss
ue 436 | 10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss
ue 436 |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 | 420 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 |
421 | 421 |
422 LibTest/async/Completer/complete_A01_t03: Fail # Completer is now asynchronous.
Issue 419 | 422 LibTest/async/Completer/complete_A01_t03: Fail # Completer is now asynchronous.
Issue 419 |
423 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous.
Issue 419 | 423 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous.
Issue 419 |
424 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue 4
19 | 424 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue 4
19 |
425 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4
19 | 425 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4
19 |
426 | 426 |
427 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 | 427 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 |
428 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 | 428 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 |
429 | 429 |
| 430 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo
nger const. Issue 459 |
| 431 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError
is no longer const. Issue 459 |
| 432 |
430 # end [ $compiler == none && $runtime == vm ] | 433 # end [ $compiler == none && $runtime == vm ] |
431 | 434 |
432 | 435 |
433 [ $compiler == none && $runtime == vm && $unchecked ] | 436 [ $compiler == none && $runtime == vm && $unchecked ] |
434 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. | 437 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
435 | 438 |
436 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu
e 402 | 439 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu
e 402 |
437 | 440 |
438 | 441 |
439 [ $compiler == none && $runtime == vm && $checked ] | 442 [ $compiler == none && $runtime == vm && $checked ] |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 [ $compiler == none && $runtime == vm && $arch == mips ] | 520 [ $compiler == none && $runtime == vm && $arch == mips ] |
518 *: Skip | 521 *: Skip |
519 | 522 |
520 [ $compiler == none && $runtime == vm && $arch == simmips ] | 523 [ $compiler == none && $runtime == vm && $arch == simmips ] |
521 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac | 524 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
522 | 525 |
523 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] | 526 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] |
524 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. | 527 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. |
525 LibTest/core/List/sort_A01_t05: Crash | 528 LibTest/core/List/sort_A01_t05: Crash |
526 LibTest/core/List/sort_A01_t06: Crash | 529 LibTest/core/List/sort_A01_t06: Crash |
OLD | NEW |