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

Unified Diff: tests/corelib/corelib.status

Issue 1205363003: Add tests for gcd, modInverse and modPow that also run on dart2js. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix another bug. Created 5 years, 6 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/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.

Powered by Google App Engine
This is Rietveld 408576698