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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 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 | 431 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError
is no longer const. Issue 459 |
432 | 432 |
| 433 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Override rules h
ave been relaxed. Issue |
| 434 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Override rules have been
relaxed. Issue |
| 435 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Override rules have been
relaxed. Issue |
| 436 |
433 # end [ $compiler == none && $runtime == vm ] | 437 # end [ $compiler == none && $runtime == vm ] |
434 | 438 |
435 | 439 |
436 [ $compiler == none && $runtime == vm && $unchecked ] | 440 [ $compiler == none && $runtime == vm && $unchecked ] |
437 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. | 441 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
438 | 442 |
439 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu
e 402 | 443 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu
e 402 |
440 | 444 |
441 | 445 |
442 [ $compiler == none && $runtime == vm && $checked ] | 446 [ $compiler == none && $runtime == vm && $checked ] |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 [ $compiler == none && $runtime == vm && $arch == mips ] | 524 [ $compiler == none && $runtime == vm && $arch == mips ] |
521 *: Skip | 525 *: Skip |
522 | 526 |
523 [ $compiler == none && $runtime == vm && $arch == simmips ] | 527 [ $compiler == none && $runtime == vm && $arch == simmips ] |
524 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac | 528 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
525 | 529 |
526 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] | 530 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] |
527 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. | 531 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. |
528 LibTest/core/List/sort_A01_t05: Crash | 532 LibTest/core/List/sort_A01_t05: Crash |
529 LibTest/core/List/sort_A01_t06: Crash | 533 LibTest/core/List/sort_A01_t06: Crash |
OLD | NEW |