Wholesale update tests status in attempt to make (fyi) dartkp buildbots green.

Buildbots are here: https://build.chromium.org/p/client.dart.fyi/console.

BUG=
R=asiva@google.com

Review-Url: https://codereview.chromium.org/3000423002 .
This commit is contained in:
Alexander Aprelev 2017-08-28 18:32:16 -07:00
parent 89e72c7bb5
commit 7cbb96c199
9 changed files with 130 additions and 17 deletions

View file

@ -228,21 +228,13 @@ dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
dart/redirection_type_shuffling_test/00: RuntimeError # Issue 29201
[ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
dart/byte_array_optimized_test: RuntimeError
dart/byte_array_test: RuntimeError
dart/data_uri_import_test/base64: CompileTimeError
dart/data_uri_import_test/nocharset: CompileTimeError
dart/data_uri_import_test/nomime: CompileTimeError
dart/data_uri_import_test/percentencoded: CompileTimeError
dart/data_uri_import_test/wrongmime: CompileTimeError
dart/data_uri_spawn_test: RuntimeError
dart/double_materialize_test: RuntimeError
dart/double_to_smi_test: RuntimeError
dart/error_stacktrace_test: RuntimeError
dart/inline_stack_frame_test: RuntimeError
dart/optimized_stacktrace_line_test: RuntimeError
dart/redirection_type_shuffling_test/none: RuntimeError # Issue 29201
dart/regress29620_test: RuntimeError
dart/redirection_type_shuffling_test: Crash
dart/spawn_shutdown_test: SkipSlow
[ ($compiler != dartk) ]

View file

@ -28,3 +28,8 @@ sample_extension/test/*: Skip # These tests attempt to spawn another script usin
[ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
sample_extension/test/sample_extension_app_snapshot_test: Pass, RuntimeError # Issue 28842
[ $compiler == dartkp ]
sample_extension/test/sample_extension_app_snapshot_test: RuntimeError
sample_extension/test/sample_extension_script_snapshot_test: RuntimeError
sample_extension/test/sample_extension_test: RuntimeError

View file

@ -2,9 +2,6 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dartk && $mode == debug ]
Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash
[ $compiler == dartk || $compiler == dartkp ]
Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t03: MissingCompileTimeError
Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeError
@ -159,6 +156,8 @@ LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
LibTest/isolate/Isolate/spawnUri_A01_t06: Skip
[ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash
Language/Classes/Constructors/Generative_Constructors/execution_t04: Crash
Language/Classes/Instance_Variables/constant_t01: Crash
# dartk: JIT failures
@ -186,9 +185,29 @@ Language/Expressions/Constants/depending_on_itself_t02: Crash
Language/Overview/Scoping/hiding_declaration_t11: Crash
Language/Overview/Scoping/hiding_declaration_t12: Crash
Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02: Pass
Language/Expressions/Await_Expressions/evaluation_throws_t03: Crash
Language/Expressions/Await_Expressions/evaluation_throws_t04: Crash
Language/Expressions/Await_Expressions/evaluation_throws_t06: Crash
Language/Expressions/Await_Expressions/evaluation_throws_t07: Crash
Language/Expressions/Constants/bitwise_operators_t05: Crash
Language/Expressions/Constants/exception_t01: Crash
Language/Expressions/Constants/exception_t02: Crash
Language/Expressions/Constants/exception_t03: Crash
Language/Expressions/Constants/logical_expression_t02: Crash
Language/Expressions/Constants/logical_expression_t04: Crash
Language/Expressions/Constants/math_operators_t02: Crash
Language/Expressions/Constants/math_operators_t03: Crash
Language/Expressions/Constants/ternary_operator_t02: Crash
Language/Expressions/Instance_Creation/Const/exception_t01: Crash
Language/Overview/Scoping/hiding_declaration_t11: Pass
Language/Overview/Scoping/hiding_declaration_t12: Pass
# dartk: precompilation failures (debug)
[ $compiler == dartkp && $mode == debug ]
Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
Language/Statements/For/Asynchronous_For_in/execution_t04: Crash
# dartk: checked mode failures
[ $checked && ($compiler == dartk || $compiler == dartkp) ]

View file

@ -303,6 +303,39 @@ string_from_environment3_test/03: MissingCompileTimeError
string_from_environment3_test/04: MissingCompileTimeError
string_from_environment3_test/05: MissingCompileTimeError
[ $compiler == dartkp ]
apply3_test: Crash
from_environment_const_type_test/02: MissingCompileTimeError
from_environment_const_type_test/03: MissingCompileTimeError
from_environment_const_type_test/04: MissingCompileTimeError
from_environment_const_type_test/06: MissingCompileTimeError
from_environment_const_type_test/07: MissingCompileTimeError
from_environment_const_type_test/08: MissingCompileTimeError
from_environment_const_type_test/09: MissingCompileTimeError
from_environment_const_type_test/11: MissingCompileTimeError
from_environment_const_type_test/12: MissingCompileTimeError
from_environment_const_type_test/13: MissingCompileTimeError
from_environment_const_type_test/14: MissingCompileTimeError
from_environment_const_type_test/16: MissingCompileTimeError
from_environment_const_type_undefined_test/02: MissingCompileTimeError
from_environment_const_type_undefined_test/03: MissingCompileTimeError
from_environment_const_type_undefined_test/04: MissingCompileTimeError
from_environment_const_type_undefined_test/06: MissingCompileTimeError
from_environment_const_type_undefined_test/07: MissingCompileTimeError
from_environment_const_type_undefined_test/08: MissingCompileTimeError
from_environment_const_type_undefined_test/09: MissingCompileTimeError
from_environment_const_type_undefined_test/11: MissingCompileTimeError
from_environment_const_type_undefined_test/12: MissingCompileTimeError
from_environment_const_type_undefined_test/13: MissingCompileTimeError
from_environment_const_type_undefined_test/14: MissingCompileTimeError
from_environment_const_type_undefined_test/16: MissingCompileTimeError
int_parse_radix_bad_handler_test: MissingCompileTimeError
int_parse_radix_test/badTypes: RuntimeError
iterable_generate_test/01: RuntimeError
iterable_to_set_test: RuntimeError
regexp/stack-overflow_test: RuntimeError
splay_tree_from_iterable_test: RuntimeError
[ $runtime == ff || $runtime == jsshell ]
double_parse_test/02: Fail, OK # Issue 30468
regexp/UC16_test: RuntimeError

View file

@ -214,3 +214,13 @@ isolate_import_test/01: Skip # Flutter Issue 9114
deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335.
deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335.
issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kernel issue 28335.
[ $compiler == dartkp ]
message3_test/byteBuffer: Crash
message3_test/constInstance: Crash
message3_test/constList: Crash
message3_test/constList_identical: Crash
message3_test/constMap: Crash
message3_test/fun: Crash
message3_test/none: Crash
typed_message_test: Crash

View file

@ -201,18 +201,39 @@ deopt_inlined_function_lazy_test: Skip
# dartk: precompilation failures
[ $compiler == dartkp ]
const_conditional_test/08: Crash
const_syntax_test/08: Crash
final_syntax_test/09: MissingCompileTimeError
ref_before_declaration_test/none: Crash
const_syntax_test/09: Crash
const_syntax_test/10: Crash
factory3_test: Crash
final_syntax_test/09: Crash
implicit_closure1_test: Crash
named_parameters_type_test/01: Crash
named_parameters_type_test/02: Crash
named_parameters_type_test/03: Crash
named_parameters_type_test/none: Crash
positional_parameters_type_test/01: Crash
positional_parameters_type_test/02: Crash
positional_parameters_type_test/none: Crash
ref_before_declaration_test/none: Pass
setter_declaration2_negative_test: Crash
setter_declaration_negative_test: Crash
stacktrace_demangle_ctors_test: RuntimeError
type_checks_in_factory_method_test: Crash
vm/integer_type_propagation_test: Crash
vm/optimized_stacktrace_test: Crash
vm/regress_27671_test: Crash
vm/type_vm_test: Crash
# dartk: precompilation failures (debug)
[ $compiler == dartkp && $mode == debug ]
external_test/13: Crash
final_syntax_test/09: Crash
regress_22445_test: Crash
regress_23498_test: Crash
malbounded_type_cast_test: Crash
regress_29025_test: Crash
vm/async_await_catch_stacktrace_test: Crash
# dartk: checked mode failures
[ $checked && ($compiler == dartk || $compiler == dartkp) ]

View file

@ -18,7 +18,6 @@ cha_deopt1_test: RuntimeError
cha_deopt2_test: RuntimeError
cha_deopt3_test: RuntimeError
generic_methods_bounds_test/01: MissingCompileTimeError
generic_methods_bounds_test/02: MissingRuntimeError
generic_methods_dynamic_test/01: MissingCompileTimeError
generic_methods_dynamic_test/02: MissingRuntimeError
generic_methods_dynamic_test/03: MissingCompileTimeError
@ -47,13 +46,37 @@ getters_setters2_test/none: RuntimeError
[ $compiler == dartk && $runtime == vm && !$checked ]
assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
generic_methods_bounds_test/02: MissingRuntimeError
[ $compiler == dartk && $runtime == vm && $checked ]
assertion_initializer_const_function_test/01: RuntimeError
regress_30339_test: RuntimeError
[ $compiler == dartkp && $runtime == dart_precompiled ]
assert_assignable_type_test: Crash
assertion_initializer_const_error2_test/none: CompileTimeError
assertion_test: Crash
assert_with_type_test_or_cast_test: Pass, Crash
bool_check_test: RuntimeError
bool_condition_check_test: RuntimeError
built_in_identifier_prefix_test: CompileTimeError
checked_null_test/01: MissingCompileTimeError
checked_setter2_test: MissingCompileTimeError
checked_setter3_test/01: MissingCompileTimeError
checked_setter3_test/02: MissingCompileTimeError
checked_setter3_test/03: MissingCompileTimeError
function_subtype_inline2_test: RuntimeError
generic_constructor_mixin2_test/01: MissingCompileTimeError
generic_constructor_mixin3_test/01: MissingCompileTimeError
generic_constructor_mixin_test/01: MissingCompileTimeError
generic_methods_generic_function_result_test/none: CompileTimeError
generic_methods_recursive_bound_test/02: MissingCompileTimeError
generic_methods_recursive_bound_test/03: Pass
generic_methods_reuse_type_variables_test: Pass
generic_tearoff_test: CompileTimeError
generic_test: Crash
typevariable_substitution2_test/02: RuntimeError
[ $compiler == dartkp && $runtime == dart_precompiled && !$checked ]
assertion_initializer_const_error2_test/cc02: MissingCompileTimeError

View file

@ -554,9 +554,15 @@ mirrors/typedef_test: RuntimeError
mirrors/typevariable_mirror_metadata_test: RuntimeError
mirrors/variable_is_const_test/01: MissingCompileTimeError
[ $compiler == dartkp ]
mirrors/*: Skip # mirrors are not supported by under precompilation
[ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
mirrors/variable_is_const_test/01: Crash
[ $compiler == dartkp && $mode == debug ]
vm/async_await_catch_stacktrace_test/01: Crash
# dartk: checked mode failures
[ $checked && ($compiler == dartk || $compiler == dartkp) ]
mirrors/invocation_fuzz_test/smi: Crash
@ -575,3 +581,6 @@ mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
[ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
[ $compiler == dartkp && $mode == debug ]
mirrors/variable_is_const_test/01: Crash

View file

@ -383,6 +383,7 @@ package/scenarios/invalid/same_package_twice_test: CompileTimeError
[ $compiler == dartkp ]
causal_async_stack_test: Fail
dwarf_stack_trace_test: RuntimeError
[ $runtime == flutter ]
io/raw_datagram_socket_test: Crash # Flutter Issue 9115