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

Unified Diff: tests/lib/lib.status

Issue 247683002: Reapply "Mark private functions in dart:* that are native or constructors as not visible (omitted f… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: regen snapshot test Created 6 years, 8 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 | « runtime/vm/raw_object_snapshot.cc ('k') | tests/lib/mirrors/invocation_fuzz_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 f5d65e20730aad0606f9d508f280950286480e89..5cba30d11709cfbabc57a845eb7e8b0c818745cd 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -135,8 +135,8 @@ typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
math/math_test: RuntimeError
math/math2_test: RuntimeError
-[ $compiler == dart2js && $jscl ]
-mirrors/invoke_natives_fuzz_test: RuntimeError # Issue 15566
+[ $compiler == dart2js && ($jscl || $runtime == d8) ]
+mirrors/invocation_fuzz_test: RuntimeError # Issue 15566
[ $compiler == dart2js && $runtime == jsshell ]
async/future_test: RuntimeError # Timer interface not supported; dartbug.com/7728.
@@ -247,7 +247,6 @@ async/timer_test: Fail, Pass
[ $runtime == vm ]
async/timer_not_available_test: Fail, OK
-mirrors/invoke_natives_fuzz_test: RuntimeError # Issue 15274
mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
[ $compiler == none ]
« no previous file with comments | « runtime/vm/raw_object_snapshot.cc ('k') | tests/lib/mirrors/invocation_fuzz_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698