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

Unified Diff: tests/language/language.status

Issue 19030004: Stop resolving classes prematurely in the vm (issue 11023). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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/parser.cc ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 24964)
+++ tests/language/language.status (working copy)
@@ -25,7 +25,6 @@
const_constructor_super_test/01: fail
[ $compiler == none ]
-extends_test: Fail # issue 11023
mixin_super_constructor_test: Fail
mixin_super_constructor2_test: Fail
mixin_super_constructor_default_test: Fail
@@ -98,7 +97,9 @@
compile_time_constant_checked3_test/05: Fail, OK
compile_time_constant_checked3_test/06: Fail, OK
+type_parameter_test/05: Fail, OK # No way of specifying a compile-time type error in checked mode only.
+
[ $compiler == none && $runtime == drt ]
type_variable_field_initializer_closure_test: Fail # issue 8847
closures_initializer_test: Fail # VM bug: issue 8847
@@ -106,7 +107,6 @@
final_variable_assignment_test/02: Fail
final_variable_assignment_test/03: Fail
final_variable_assignment_test/04: Fail
-extends_test: Pass, Fail # issue 11023, may pass or fail depending on loading order
[ $runtime == dartium ]
@@ -114,7 +114,7 @@
[ $runtime == vm || ($runtime == drt && $compiler == none) ]
-first_class_types_literals_test: Fail # issue 6282
+first_class_types_literals_test: Fail # issue 11761
call_test: Fail # Issue 1604
[ $runtime == chrome ]
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698