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

Unified Diff: tests/language/language_analyzer.status

Issue 276893003: Triage some failing tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | 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 4f7c714e0a34bdafe4a67601e7510a40897efeb7..1eb7ef4ec48419a28fa27dc30f3275ed31eadd5c 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -23,7 +23,7 @@ call_closurization_test: StaticWarning # Issue 17476
#
ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined
-bad_initializer2_negative_test: fail # tester issue 14880, Analyzer reports compile-time error, but test runner is not satisfied
+bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-time error, but test runner is not satisfied
# test issue 11124, It is warning, not error to don't initialize final field
field3a_negative_test: Fail # Issue 11124
@@ -59,7 +59,7 @@ malbounded_redirecting_factory2_test/none: fail # Issue 11578
getter_no_setter_test/none: fail
# test issue 11584, positional arguments cannot be used for named parameters
-compile_time_constant_e_test: fail
+compile_time_constant_e_test: fail # Test Issue 11584
# test issue 11585, static warning, not negative test
constructor3_negative_test: fail
@@ -176,12 +176,19 @@ 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
-abstract_object_method_test: StaticWarning
-application_negative_test: CompileTimeError
-bad_constructor_test/05: CompileTimeError
-bad_initializer1_negative_test: CompileTimeError
-bad_named_constructor_negative_test: CompileTimeError
-body_less_constructor_wrong_arg_negative_test: CompileTimeError
+abstract_object_method_test: StaticWarning # Issue 14527
+
+# The following tests are currently assumed to be failing because the test is wrong.
+#
+application_negative_test: CompileTimeError # Test Issue 14528
+bad_constructor_test/05: CompileTimeError # Test Issue 5337
+bad_initializer1_negative_test: CompileTimeError # Test Issue 14529
+bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693
+body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 18695
+empty_block_case_test: StaticWarning # Test Issue 18701
+error_stacktrace_test: StaticWarning # Test Issue 18702
+external_test/20: StaticWarning # Test Issue 18703
+
const_counter_negative_test: CompileTimeError
const_optional_args_negative_test: CompileTimeError
constructor_redirect1_negative_test: CompileTimeError
@@ -189,24 +196,21 @@ constructor_redirect2_negative_test: CompileTimeError
constructor_setter_negative_test: CompileTimeError
duplicate_export_negative_test: CompileTimeError
duplicate_interface_negative_test: CompileTimeError
-empty_block_case_test: StaticWarning
-error_stacktrace_test: StaticWarning
export_ambiguous_main_negative_test: CompileTimeError
extend_type_parameter2_negative_test: CompileTimeError
extend_type_parameter_negative_test: CompileTimeError
-external_test/20: StaticWarning
factory2_negative_test: CompileTimeError
-factory2_test: StaticWarning
+factory2_test: StaticWarning # Test Issue 18727
factory3_negative_test: CompileTimeError
-factory3_test: StaticWarning
-factory4_test: StaticWarning
+factory3_test: StaticWarning # Test Issue 18727
+factory4_test: StaticWarning # Test Issue 18727
factory_implementation_test/00: StaticWarning
factory_negative_test: CompileTimeError
-factory_redirection_test/01: StaticWarning
-factory_redirection_test/03: StaticWarning
-factory_redirection_test/05: StaticWarning
-factory_redirection_test/06: StaticWarning
-factory_return_type_checked_test: StaticWarning
+factory_redirection_test/01: StaticWarning # Test Issue 11578
+factory_redirection_test/03: StaticWarning # Test Issue 11578
+factory_redirection_test/05: StaticWarning # Test Issue 11578
+factory_redirection_test/06: StaticWarning # Test Issue 11578
+factory_return_type_checked_test: StaticWarning # Test Issue 18728
f_bounded_quantification4_test: StaticWarning
f_bounded_quantification5_test: StaticWarning
field1_negative_test: CompileTimeError
@@ -216,7 +220,7 @@ field4_negative_test: CompileTimeError
field5_negative_test: CompileTimeError
field6a_negative_test: CompileTimeError
field6_negative_test: CompileTimeError
-first_class_types_literals_test: StaticWarning
+first_class_types_literals_test: StaticWarning # Issue 18731
function_malformed_result_type_test: StaticWarning
function_subtype_bound_closure7_test: StaticWarning
function_subtype_checked0_test: StaticWarning
@@ -431,10 +435,10 @@ void_type_test: StaticWarning
# Issue 16391. The analyzer handle compile-time error in checked only in these
# cases:
-compile_time_constant_checked2_test/01: CompileTimeError # Issue 16391
-compile_time_constant_checked2_test/05: CompileTimeError # Issue 16391
-compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391
-compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391
+compile_time_constant_checked2_test/01: CompileTimeError # Language Issue 16391
+compile_time_constant_checked2_test/05: CompileTimeError # Language Issue 16391
+compile_time_constant_checked3_test/01: CompileTimeError # Language Issue 16391
+compile_time_constant_checked3_test/05: CompileTimeError # Language Issue 16391
list_literal1_test/01: CompileTimeError # Issue 16391
map_literal1_test/01: CompileTimeError # Issue 16391
@@ -462,10 +466,9 @@ deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning
# Issues to be fixed now that type parameters have been fixed
# (issues 14221, 15553)
-
-factory1_test/00: StaticWarning
-factory1_test/01: StaticWarning
-factory1_test/none: StaticWarning
+factory1_test/00: StaticWarning # Test Issue 18726
+factory1_test/01: StaticWarning # Test Issue 18726
+factory1_test/none: StaticWarning # Test Issue 18726
generic_closure_test: StaticWarning
local_function2_test: StaticWarning
redirecting_factory_long_test: StaticWarning
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698