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

Unified Diff: tests/corelib/corelib.status

Issue 1198993003: - Split big integer tests into pieces. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: updated to ToT 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
« no previous file with comments | « tests/corelib/big_integer_arith_vm_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 5108a874c8b9ba1aea61c7c98596d43be8268f8c..1f10c0f8533ce782fc64b8c03dfc212f26302633 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -206,7 +206,9 @@ regexp/global_test: Skip # Timeout. Issue 21709 and 21708
regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
[ $mode == debug && $runtime == vm]
-big_integer_arith_vm_test: Crash # Issue 23693
+big_integer_arith_vm_test/gcd: Pass, Crash # Issue 23693
+big_integer_arith_vm_test/modPow: Pass, Crash # Issue 23693
+big_integer_arith_vm_test/modInv: Pass, Crash # Issue 23693
[ $runtime == vm && $arch == simarmv5te ]
int_parse_radix_test/*: Pass, Slow
« no previous file with comments | « tests/corelib/big_integer_arith_vm_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698