Index: tests/corelib/corelib.status |
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
index b9428c1c94f83334a84ad4fcef84361ae2123803..3ad5bfafe7baf90da969b395b804aed4fd1625e1 100644 |
--- a/tests/corelib/corelib.status |
+++ b/tests/corelib/corelib.status |
@@ -36,6 +36,9 @@ int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein |
int_parse_radix_test/02: Fail # No bigints. |
double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace. |
integer_to_radix_string_test: RuntimeError # issue 22045 |
+integer_modulo_arith_test/01: RuntimeError # No bigints. |
+integer_modulo_arith_test/modPow: RuntimeError # No bigints. |
+ |
# With the exception of 'void', const Symbol() should not accept reserved |
# words. |