Index: tests/lib/lib.status |
diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
index 4ba15f7c5ffef8eb476d3631b0155890d66930ff..d0fc77dcf606e16b128a11da2f1c588a867768c6 100644 |
--- a/tests/lib/lib.status |
+++ b/tests/lib/lib.status |
@@ -129,6 +129,9 @@ typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi |
math/math_test: RuntimeError |
math/math2_test: RuntimeError |
+[ $compiler == dart2js ] |
+math/math_package_bigint_test: RuntimeError # Requires bigint support. |
+ |
[ $compiler == dart2js && ($jscl || $runtime == d8) ] |
mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 |