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

Unified Diff: tests/lib/lib.status

Issue 150693005: Fix ParameterMirror.hasDefaultValue/defaultValue in source mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix handling of external parameters Created 6 years, 10 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/compiler/dart2js/mirrors/mirrors_test_helper.dart ('k') | tests/lib/mirrors/mirrors_reader.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 56787b1df7b741d9070f234425dcd503028328d7..cea9b5bd9b89724c2002198b236955e062a1126b 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -92,6 +92,7 @@ mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519
mirrors/list_constructor_test/01: RuntimeError # Issue 13523
mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490
+mirrors/mirrors_reader_test: RuntimeError # Issue 16589
[ $runtime == safari ]
typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for TypedArray.set
@@ -227,6 +228,9 @@ mirrors/toplevel_members_test/01: RuntimeError # Issue 14632
async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
+[ $compiler == none && $checked ]
+mirrors/mirrors_reader_test: RuntimeError # Issue 16588
+
[ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
async/schedule_microtask6_test: Fail # Issue 10910
mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0
« no previous file with comments | « tests/compiler/dart2js/mirrors/mirrors_test_helper.dart ('k') | tests/lib/mirrors/mirrors_reader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698