Chromium Code Reviews| Index: tests/co19/co19-runtime.status |
| =================================================================== |
| --- tests/co19/co19-runtime.status (revision 23601) |
| +++ tests/co19/co19-runtime.status (working copy) |
| @@ -514,35 +514,36 @@ |
| LibTest/math/tan_A01_t01: Fail |
| LibTest/math/Random/nextDouble_A01_t01: Pass, Crash |
| LibTest/core/int/operator_left_shift_A01_t02: Fail |
| -LibTest/core/int/operator_unary_minus_A01_t01: Fail |
| +LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass |
| [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] |
| LibTest/core/Expect/throws_A01_t04: Crash |
| LibTest/core/List/sort_A01_t04: Crash |
| LibTest/core/List/sort_A01_t05: Crash |
| LibTest/core/List/sort_A01_t06: Crash |
| -LibTest/core/double/ceil_A01_t02: Fail |
| -LibTest/core/double/floor_A01_t02: Fail |
| -LibTest/core/double/truncate_A01_t01: Fail |
| +LibTest/core/double/ceil_A01_t02: Fail, Pass |
| +LibTest/core/double/floor_A01_t02: Fail, Pass |
| +LibTest/core/double/truncate_A01_t01: Fail, Pass |
| LibTest/core/int/operator_left_shift_A01_t02: Fail |
| -LibTest/core/int/operator_unary_minus_A01_t01: Fail |
| +LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass |
| [ $compiler == none && $runtime == vm && $arch == simarm ] |
| LibTest/math/tan_A01_t01: Fail |
| LibTest/math/Random/nextDouble_A01_t01: Pass, Crash |
| LibTest/core/int/operator_left_shift_A01_t02: Fail |
| -LibTest/core/int/operator_unary_minus_A01_t01: Fail |
| +LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass |
| +LibTest/math/cos_A01_t01: Pass,Fail |
|
zra
2013/06/04 18:32:59
Space after comma. Also please copy this line up t
srdjan
2013/06/04 18:36:28
Done.
|
| [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] |
| LibTest/core/Expect/throws_A01_t04: Crash |
| LibTest/core/List/sort_A01_t04: Crash |
| LibTest/core/List/sort_A01_t05: Crash |
| LibTest/core/List/sort_A01_t06: Crash |
| -LibTest/core/double/ceil_A01_t02: Fail |
| -LibTest/core/double/floor_A01_t02: Fail |
| -LibTest/core/double/truncate_A01_t01: Fail |
| +LibTest/core/double/ceil_A01_t02: Fail, Pass |
| +LibTest/core/double/floor_A01_t02: Fail, Pass |
| +LibTest/core/double/truncate_A01_t01: Fail, Pass |
| LibTest/core/int/operator_left_shift_A01_t02: Fail |
| -LibTest/core/int/operator_unary_minus_A01_t01: Fail |
| +LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass |
| [ $compiler == none && $runtime == vm && $arch == mips ] |
| *: Skip |