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

Unified Diff: dart/tests/language/language_dart2js.status

Issue 10831332: Support new getter syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
Index: dart/tests/language/language_dart2js.status
diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status
index 4045739af0dcac40e880e9be531faa5e7dd06941..81d33e693fa4e6f5e663900c68680a13c1fafa0e 100644
--- a/dart/tests/language/language_dart2js.status
+++ b/dart/tests/language/language_dart2js.status
@@ -8,14 +8,6 @@
*vm_negative_test: Skip
[ $compiler == dart2js && $checked ]
-getters_setters2_test/03: Pass # TODO(ahe): For the wrong reason, I will change that soon.
-type_variable_scope_test/00: Pass # TODO(ahe): For the wrong reason, I will change that soon.
-type_variable_scope_test/01: Pass # TODO(ahe): For the wrong reason, I will change that soon.
-type_variable_scope_test/02: Pass # TODO(ahe): For the wrong reason, I will change that soon.
-type_variable_scope_test/03: Pass # TODO(ahe): For the wrong reason, I will change that soon.
-type_variable_scope_test/04: Pass # TODO(ahe): For the wrong reason, I will change that soon.
-type_variable_scope_test/05: Pass # TODO(ahe): For the wrong reason, I will change that soon.
-
assign_static_type_test/01: Fail
assign_static_type_test/02: Fail
assign_static_type_test/03: Fail
@@ -50,63 +42,9 @@ arithmetic_test: Fail
assertion_test: Fail
[ $compiler == dart2js ]
-getter_no_setter_test/01: Pass # TODO(ahe): Syntax error masks a crash.
-
-call_through_getter_test: Fail # TODO(ahe): I'm working on this.
-call_through_null_getter_test: Fail # TODO(ahe): I'm working on this.
-cascade_precedence_test: Fail # TODO(ahe): I'm working on this.
-compound_assignment_operator_test: Fail # TODO(ahe): I'm working on this.
-const_test: Fail # TODO(ahe): I'm working on this.
-field_test: Fail # TODO(ahe): I'm working on this.
-getter_closure_execution_order_test: Fail # TODO(ahe): I'm working on this.
-getter_no_setter_test/00: Fail # TODO(ahe): I'm working on this.
-getter_no_setter_test/none: Fail # TODO(ahe): I'm working on this.
-getter_setter_in_lib_test: Fail # TODO(ahe): I'm working on this.
-getters_setters2_test/01: Fail # TODO(ahe): I'm working on this.
-getters_setters2_test/02: Fail # TODO(ahe): I'm working on this.
-getters_setters2_test/03: Fail # TODO(ahe): I'm working on this.
-getters_setters2_test/none: Fail # TODO(ahe): I'm working on this.
-getters_setters_test: Fail # TODO(ahe): I'm working on this.
-getters_setters_type2_test: Fail # TODO(ahe): I'm working on this.
-getters_setters_type3_test: Fail # TODO(ahe): I'm working on this.
-getters_setters_type_test/01: Fail # TODO(ahe): I'm working on this.
-getters_setters_type_test/none: Fail # TODO(ahe): I'm working on this.
-implicit_this_test/01: Fail # TODO(ahe): I'm working on this.
-implicit_this_test/02: Fail # TODO(ahe): I'm working on this.
-implicit_this_test/03: Fail # TODO(ahe): I'm working on this.
-implicit_this_test/04: Fail # TODO(ahe): I'm working on this.
-implicit_this_test/none: Fail # TODO(ahe): I'm working on this.
-incr_op_test: Fail # TODO(ahe): I'm working on this.
-instance_compound_assignment_operator_test: Fail # TODO(ahe): I'm working on this.
-interface_inherit_field_test: Fail # TODO(ahe): I'm working on this.
-map_literal2_test: Fail # TODO(ahe): I'm working on this.
-naming3_test: Fail # TODO(ahe): I'm working on this.
-naming_test: Fail # TODO(ahe): I'm working on this.
-optimized_setter_test: Fail # TODO(ahe): I'm working on this.
-parameter_initializer_test: Fail # TODO(ahe): I'm working on this.
-prefix21_test: Fail # TODO(ahe): I'm working on this.
-property_field_override_test: Fail # TODO(ahe): I'm working on this.
-resolution_test: Fail # TODO(ahe): I'm working on this.
-setter0_test: Fail # TODO(ahe): I'm working on this.
-setter1_test: Fail # TODO(ahe): I'm working on this.
-setter_no_getter_call_test/none: Fail # TODO(ahe): I'm working on this.
-side_effect_throw_test: Fail # TODO(ahe): I'm working on this.
-skip_expression_test: Fail # TODO(ahe): I'm working on this.
-static_implicit_closure_test: Fail # TODO(ahe): I'm working on this.
-super_closure_test: Fail # TODO(ahe): I'm working on this.
-super_field_test: Fail # TODO(ahe): I'm working on this.
-super_setter_test: Fail # TODO(ahe): I'm working on this.
-top_level_func_test: Fail # TODO(ahe): I'm working on this.
-top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this.
-top_level_in_initializer_test: Fail # TODO(ahe): I'm working on this.
-top_level_prefixed_declaration_test: Fail # TODO(ahe): I'm working on this.
-type_variable_scope_test/00: Fail # TODO(ahe): I'm working on this.
-type_variable_scope_test/01: Fail # TODO(ahe): I'm working on this.
-type_variable_scope_test/02: Fail # TODO(ahe): I'm working on this.
-type_variable_scope_test/03: Fail # TODO(ahe): I'm working on this.
-type_variable_scope_test/04: Fail # TODO(ahe): I'm working on this.
-type_variable_scope_test/05: Fail # TODO(ahe): I'm working on this.
-type_variable_scope_test/none: Fail # TODO(ahe): I'm working on this.
+implicit_this_test/03: Fail # TODO(ahe): Handle abstract getters.
+implicit_this_test/04: Fail # TODO(ahe): Handle abstract getters.
+property_field_override_test: Fail # TODO(ahe): Handle abstract getters.
function_type_this_parameter_test: Crash # Issue 4417.
compile_time_constant8_test: Fail # We don't take the generic type into account yet.
@@ -251,7 +189,6 @@ field7a_negative_test: Fail # Negative language test.
final_for_in_variable_test/01: Fail # Negative language test
final_param_negative_test: Fail # Negative language test.
final_var_negative_test: Fail # Negative language test.
-getter_declaration_negative_test: Fail # Negative language test.
instantiate_type_variable_negative_test: Pass # For the wrong reason.
interface_factory3_negative_test: Fail # Negative language test.
interface_factory_constructor_negative_test: Fail # Negative language test.

Powered by Google App Engine
This is Rietveld 408576698