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

Unified Diff: tests/language_2/language_2_dart2js.status

Issue 3010453002: Boy I hope this is the last status file change after https://codereview.chromium.org/3001803002/ (Closed)
Patch Set: Created 3 years, 4 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_dart2js.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/language_2_dart2js.status
diff --git a/tests/language_2/language_2_dart2js.status b/tests/language_2/language_2_dart2js.status
index 74e91ddacc5630da5d99a0d4d339408761082818..fac0007e431e9185e4d84e8f203d847fbefab000 100644
--- a/tests/language_2/language_2_dart2js.status
+++ b/tests/language_2/language_2_dart2js.status
@@ -114,7 +114,6 @@ generic_methods_dynamic_test/03: MissingCompileTimeError
generic_methods_dynamic_test/04: MissingRuntimeError
generic_methods_generic_class_tearoff_test: RuntimeError
generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
-generic_methods_local_variable_declaration_test: RuntimeError
generic_methods_named_parameters_test: RuntimeError
generic_methods_optional_parameters_test: RuntimeError
generic_methods_overriding_test/01: MissingCompileTimeError
@@ -125,11 +124,15 @@ generic_methods_shadowing_test: RuntimeError
generic_methods_simple_as_expression_test/02: MissingRuntimeError
generic_methods_simple_is_expression_test: RuntimeError
generic_methods_tearoff_specialization_test: RuntimeError
+generic_methods_type_expression_test: RuntimeError
generic_methods_unused_parameter_test: RuntimeError
generic_tearoff_test: CompileTimeError
-[ $compiler == dart2js]
-generic_methods_type_expression_test: RuntimeError
+[ $compiler == dart2js && $host_checked ]
+generic_methods_local_variable_declaration_test: RuntimeError
+
+[ $compiler == dart2js && $checked ]
+generic_methods_local_variable_declaration_test: RuntimeError
[ $compiler == dart2js && $runtime != none ]
bit_operations_test: RuntimeError, OK # Issue 1533
@@ -629,9 +632,11 @@ generic_methods_tearoff_specialization_test: Crash
generic_methods_test: Crash
generic_methods_type_expression_test: Crash
generic_native_test: Crash
+generic_sync_star_test: Crash
generic_syntax_test: Crash
generic_test: Crash
generic_test: RuntimeError
+generic_typedef_test: Crash
many_generic_instanceof_test: Crash
compile_time_constant_a_test: Crash
compile_time_constant_b_test: Crash
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698