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

Unified Diff: tests/lib/lib.status

Issue 1413923004: Implement cryptographically secure random numbers by using crypto.getRandomValues. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix typo in return type. Created 5 years, 2 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 | « sdk/lib/_internal/js_runtime/lib/preambles/jsshell.js ('k') | tests/lib/math/random_secure_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index efcac33170f750b3e704f603ea5e5d0f291f4d89..b301411def68b65bcf6758e7fbb893036658a6b4 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -11,7 +11,6 @@ async/schedule_microtask6_test: RuntimeError # global error handling is not supp
math/double_pow_test: RuntimeError
math/low_test: RuntimeError
math/random_big_test: RuntimeError # Using bigint seeds for random.
-math/random_secure_test: RuntimeError # Issue 1746.
mirrors/abstract_class_test: RuntimeError # Issue 12826
mirrors/class_declarations_test/none: RuntimeError # Issue 13440
« no previous file with comments | « sdk/lib/_internal/js_runtime/lib/preambles/jsshell.js ('k') | tests/lib/math/random_secure_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698