Index: tests/co19/co19-runtime.status |
=================================================================== |
--- tests/co19/co19-runtime.status (revision 24013) |
+++ tests/co19/co19-runtime.status (working copy) |
@@ -491,9 +491,11 @@ |
[ $compiler == none && $runtime == vm && $arch == arm ] |
-LibTest/math/tan_A01_t01: Fail |
+LibTest/math/tan_A01_t01: Pass, Fail |
+LibTest/math/sin_A01_t01: Pass, Fail |
LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
-LibTest/core/int/operator_unary_minus_A01_t01: Fail |
+LibTest/core/int/operator_unary_minus_A01_t01: Pass, Fail |
+LibTest/math/Random/nextDouble_A01_t01: Pass, Fail |
[ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] |
@@ -506,10 +508,11 @@ |
[ $compiler == none && $runtime == vm && $arch == simarm ] |
-LibTest/math/tan_A01_t01: Fail |
+LibTest/math/tan_A01_t01: Pass, Fail |
LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass # Pass on Mac |
LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
+LibTest/math/Random/nextDouble_A01_t01: Pass, Crash |
[ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] |