Boy I hope this is the last status file change after https://codereview.chromium.org/3001803002/

BUG=

Review-Url: https://codereview.chromium.org/3010453002 .
This commit is contained in:
Emily Fortuna 2017-08-25 09:38:41 -07:00
parent bf259dce6b
commit a333af42f0
2 changed files with 8 additions and 4 deletions

View file

@ -2400,7 +2400,6 @@ stack_overflow_stacktrace_test: RuntimeError
stacktrace_test: RuntimeError
static_getter_no_setter1_test/01: RuntimeError
static_getter_no_setter3_test/01: RuntimeError
string_interpolation_and_buffer_test: RuntimeError
switch_fallthru_test: RuntimeError
top_level_func_test: RuntimeError
top_level_getter_no_setter1_test/01: RuntimeError

View file

@ -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