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

Unified Diff: tests/language/language_analyzer.status

Issue 166433002: Revert "Fix language tests wrt. warnings." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/language/dynamic_prefix_core_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_analyzer.status
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
index a2ef1e03fa6f9988788c93f60318d7cb508fe148..72d4deb5d6bef8403bb7cc8c1de59eb7dd861897 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -10,9 +10,7 @@ closure_call_wrong_argument_count_negative_test: skip
built_in_identifier_prefix_test: CompileTimeError # Issue 12694
# Issue 15315
-class_literal_test/01: CompileTimeError
-class_literal_test/03: CompileTimeError
-class_literal_test/07: CompileTimeError
+class_literal_test: fail
constructor_call_as_function_test/01: fail
call_type_literal_test/01: fail
@@ -43,6 +41,7 @@ final_syntax_test/03: Fail # Issue 11124
metadata_test: fail
# test issue 11575, classes with abstrac members are not marked as abstract
+abstract_factory_constructor_test/none: fail # Issue 11575
get_set_syntax_test/none: fail # Issue 11575
implicit_this_test/none: fail # Issue 11575
interface_test/none: fail # Issue 11575
@@ -204,19 +203,27 @@ override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498
override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498
override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498
-# missing warning for assignment to method
-assign_top_method_test/01: MissingStaticWarning # Issue 16672
-
-# missing warning for assignment to type variable
-checked_setter3_test/01: MissingStaticWarning # Issue 16673
-checked_setter3_test/02: MissingStaticWarning # Issue 16673
+abstract_exact_selector_test: StaticWarning
+abstract_getter_test: StaticWarning
abstract_object_method_test: StaticWarning
+abstract_runtime_error_test: StaticWarning
application_negative_test: CompileTimeError
bad_constructor_test/05: CompileTimeError
bad_initializer1_negative_test: CompileTimeError
bad_named_constructor_negative_test: CompileTimeError
+bad_named_parameters2_test: StaticWarning
+bad_named_parameters_test: StaticWarning
+bit_operations_test: StaticWarning
body_less_constructor_wrong_arg_negative_test: CompileTimeError
+call_constructor_on_unresolvable_class_test/04: StaticWarning
+call_constructor_on_unresolvable_class_test/05: StaticWarning
+call_constructor_on_unresolvable_class_test/06: StaticWarning
+call_nonexistent_constructor_test: StaticWarning
+checked_null_test: StaticWarning
+checked_setter2_test: StaticWarning
+checked_setter_test: StaticWarning
+closure_type_test: StaticWarning
compile_time_constant_checked2_test/02: MissingCompileTimeError
compile_time_constant_checked2_test/03: MissingCompileTimeError
compile_time_constant_checked2_test/04: MissingCompileTimeError
@@ -226,13 +233,27 @@ compile_time_constant_checked3_test/03: MissingCompileTimeError
compile_time_constant_checked3_test/04: MissingCompileTimeError
compile_time_constant_checked3_test/06: MissingCompileTimeError
compile_time_constant_checked_test/02: MissingCompileTimeError
+compile_time_constant_k_test: StaticWarning
+compile_time_constant_o_test: StaticWarning
const_counter_negative_test: CompileTimeError
+const_objects_are_immutable_test: StaticWarning
const_optional_args_negative_test: CompileTimeError
+constructor_named_arguments_test/01: StaticWarning
constructor_redirect1_negative_test: CompileTimeError
constructor_redirect2_negative_test: CompileTimeError
constructor_setter_negative_test: CompileTimeError
+constructor_test: StaticWarning
+core_type_check_test: StaticWarning
+crash_6725_test: StaticWarning
+default_factory_library_test: StaticWarning
+default_factory_test: StaticWarning
+double_to_string_as_exponential2_test: StaticWarning
+double_to_string_as_fixed2_test: StaticWarning
+double_to_string_as_precision2_test: StaticWarning
duplicate_export_negative_test: CompileTimeError
duplicate_interface_negative_test: CompileTimeError
+dynamic_field_test: StaticWarning
+dynamic_prefix_core_test: StaticWarning
empty_block_case_test: StaticWarning
error_stacktrace_test: StaticWarning
export_ambiguous_main_negative_test: CompileTimeError
« no previous file with comments | « tests/language/dynamic_prefix_core_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698