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

Unified Diff: tests/language/language_dart2js.status

Issue 134083005: Handle wrong method invocation of a type parameter (fix issue 13134). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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/language/language_analyzer2.status ('k') | tests/language/type_variable_conflict2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 31942)
+++ tests/language/language_dart2js.status (working copy)
@@ -85,20 +85,21 @@
issue13474_test: RuntimeError, OK
[ $compiler == dart2js && $minified ]
-cyclic_type_test: Fail # Issue 12605.
-cyclic_type2_test: Fail # Issue 12605.
-f_bounded_quantification4_test: Fail # Issue 12605.
-f_bounded_quantification5_test: Fail # Issue 12605.
-mixin_generic_test: Fail # Issue 12605.
-mixin_mixin2_test: Fail # Issue 12605.
-mixin_mixin3_test: Fail # Issue 12605.
-mixin_mixin4_test: Fail # Issue 12605.
-mixin_mixin5_test: Fail # Issue 12605.
-mixin_mixin6_test: Fail # Issue 12605.
-mixin_mixin_bound_test: RuntimeError # Issue 12605.
-mixin_mixin_bound2_test: RuntimeError # Issue 12605.
+cyclic_type_test: Fail # Issue 12605
+cyclic_type2_test: Fail # Issue 12605
+f_bounded_quantification4_test: Fail # Issue 12605
+f_bounded_quantification5_test: Fail # Issue 12605
+mixin_generic_test: Fail # Issue 12605
+mixin_mixin2_test: Fail # Issue 12605
+mixin_mixin3_test: Fail # Issue 12605
+mixin_mixin4_test: Fail # Issue 12605
+mixin_mixin5_test: Fail # Issue 12605
+mixin_mixin6_test: Fail # Issue 12605
+mixin_mixin_bound_test: RuntimeError # Issue 12605
+mixin_mixin_bound2_test: RuntimeError # Issue 12605
[ $compiler == dart2js ]
+type_variable_conflict2_test/01: RuntimeError # Issue 16180
function_type_alias9_test/00: Crash
malformed_test/none: RuntimeError # Issue 12695
branch_canonicalization_test: RuntimeError # Issue 638.
@@ -204,6 +205,10 @@
[ $compiler == dart2dart ]
+type_variable_conflict2_test/02: MissingCompileTimeError # Issue 16180
+type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180
+type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180
+type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180
osr_test: RuntimeError # OK to fail with unreachable code.
regress_13494_test: Fail # Issue 13494
malformed_test/none: CompileTimeError # Issue 12695
@@ -313,6 +318,7 @@
overridden_no_such_method_test: Pass, Fail # Issue 13078
no_such_method_test: Pass, Fail # Issue 13078
type_variable_typedef_test: Fail # Issue 11467
+type_variable_conflict2_test/01: RuntimeError # Issue 16180
import_core_prefix_test: Pass
prefix22_test: Pass
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/type_variable_conflict2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698