Index: tests/co19/co19-compiler.status |
diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status |
index 2ac040f07d35800b68204690926ce8f49ada52b3..1ed24728e6751a6b78bd89d0820721ca4cd42a95 100644 |
--- a/tests/co19/co19-compiler.status |
+++ b/tests/co19/co19-compiler.status |
@@ -211,6 +211,85 @@ Language/10_Expressions/24_Shift_A01_t11: Fail # language change 3368 |
Language/10_Expressions/24_Shift_A01_t12: Fail # language change 3368 |
+# The following tests use isOdd/isEven/isNegative functions instead of getters. |
+LibTest/core/int/isOdd_A01_t01: Pass, OK |
+LibTest/core/int/isEven_A01_t01: Pass, OK |
+ |
+# The following tests use isInfinite() (function) instead of isInfinite (getter). |
+LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Pass, OK |
+LibTest/core/double/INFINITY_A01_t01: Pass, OK |
+LibTest/core/double/isInfinite_A01_t03: Pass, OK |
+LibTest/core/double/isInfinite_A01_t02: Pass, OK |
+LibTest/core/double/isInfinite_A01_t01: Pass, OK |
+LibTest/core/int/isInfinite_A01_t01: Pass, OK |
+ |
+# The following tests use isNegative() (function) instead of isNegative (getter). |
+LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Pass, OK |
+LibTest/core/double/INFINITY_A01_t01: Pass, OK |
+LibTest/core/double/isNegative_A01_t01: Pass, OK |
+LibTest/core/double/operator_unary_minus_A01_t01: Pass, OK |
+LibTest/core/double/operator_unary_minus_A01_t03: Pass, OK |
+LibTest/core/double/isNegative_A01_t02: Pass, OK |
+LibTest/core/int/isNegative_A01_t01: Pass, OK |
+ |
+# The following tests use isNaN() (function) instead of isNaN (getter). |
+LibTest/math/sqrt_A01_t02: Pass, OK |
+LibTest/math/tan_A01_t02: Pass, OK |
+LibTest/math/atan_A01_t02: Pass, OK |
+LibTest/math/sqrt_A01_t03: Pass, OK |
+LibTest/math/acos_A01_t02: Pass, OK |
+LibTest/math/max_A01_t02: Pass, OK |
+LibTest/math/cos_A01_t02: Pass, OK |
+LibTest/math/pow_A12_t01: Pass, OK |
+LibTest/math/pow_A02_t01: Pass, OK |
+LibTest/math/acos_A01_t03: Pass, OK |
+LibTest/math/log_A01_t02: Pass, OK |
+LibTest/math/asin_A01_t03: Pass, OK |
+LibTest/math/pow_A18_t01: Pass, OK |
+LibTest/math/atan2_A01_t02: Pass, OK |
+LibTest/math/exp_A01_t02: Pass, OK |
+LibTest/math/parseDouble_A01_t01: Pass, OK |
+LibTest/math/min_A01_t02: Pass, OK |
+LibTest/math/log_A01_t03: Pass, OK |
+LibTest/math/sin_A01_t02: Pass, OK |
+LibTest/math/asin_A01_t02: Pass, OK |
+LibTest/core/double/isNaN_A01_t03: Pass, OK |
+LibTest/core/double/operator_multiplication_A01_t03: Pass, OK |
+LibTest/core/double/toDouble_A01_t02: Pass, OK |
+LibTest/core/double/operator_truncating_division_A01_t01: Pass, OK |
+LibTest/core/double/operator_division_A01_t06: Pass, OK |
+LibTest/core/double/operator_subtraction_A01_t01: Pass, OK |
+LibTest/core/double/operator_remainder_A01_t05: Pass, OK |
+LibTest/core/double/operator_division_A01_t01: Pass, OK |
+LibTest/core/double/operator_subtraction_A01_t03: Pass, OK |
+LibTest/core/double/operator_truncating_division_A01_t04: Pass, OK |
+LibTest/core/double/operator_unary_minus_A01_t02: Pass, OK |
+LibTest/core/double/remainder_A01_t02: Pass, OK |
+LibTest/core/double/remainder_A01_t03: Pass, OK |
+LibTest/core/double/abs_A01_t04: Pass, OK |
+LibTest/core/double/truncate_A01_t03: Pass, OK |
+LibTest/core/double/isNaN_A01_t01: Pass, OK |
+LibTest/core/double/round_A01_t02: Pass, OK |
+LibTest/core/double/operator_addition_A01_t04: Pass, OK |
+LibTest/core/double/operator_remainder_A01_t02: Pass, OK |
+LibTest/core/double/operator_multiplication_A01_t01: Pass, OK |
+LibTest/core/double/remainder_A01_t05: Pass, OK |
+LibTest/core/double/operator_division_A01_t04: Pass, OK |
+LibTest/core/double/ceil_A01_t03: Pass, OK |
+LibTest/core/double/operator_truncating_division_A01_t06: Pass, OK |
+LibTest/core/double/floor_A01_t03: Pass, OK |
+LibTest/core/double/operator_addition_A01_t01: Pass, OK |
+LibTest/core/double/isNaN_A01_t02: Pass, OK |
+LibTest/core/double/operator_remainder_A01_t03: Pass, OK |
+LibTest/core/double/NAN_A01_t01: Pass, OK |
+LibTest/core/int/operator_subtraction_A01_t01: Pass, OK |
+LibTest/core/int/operator_division_A01_t02: Pass, OK |
+LibTest/core/int/remainder_A01_t02: Pass, OK |
+LibTest/core/int/isNaN_A01_t01: Pass, OK |
+LibTest/core/int/operator_remainder_A01_t02: Pass, OK |
+LibTest/core/int/operator_addition_A01_t01: Pass, OK |
+ |
+ |
# The following tests use hashCode() (function) instead of hashCode (getter). |
# co19 issue 273 |
Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK |