Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: tests/lib/lib.status

Issue 475463005: Implement math.gcd in dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move gcd to pkg/math; move tests; fix implementation; split bigint tests Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698