Update status files for debug mode dartk/dartkp.

R=kustermann@google.com
BUG=

Review-Url: https://codereview.chromium.org/2722103002 .
This commit is contained in:
Vyacheslav Egorov 2017-03-01 10:31:42 +01:00
parent af10678cb3
commit 8e267b29c1
2 changed files with 48 additions and 0 deletions

View file

@ -2725,8 +2725,25 @@ Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError
Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError
LibTest/isolate/Isolate/spawnUri_A02_t04: RuntimeError
[ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
Language/Classes/Constructors/Constant_Constructors/syntax_t03: Crash
Language/Classes/Instance_Variables/constant_t01: Crash
Language/Expressions/Lists/constant_list_t01: Crash
Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash
Language/Statements/Switch/syntax_t16: Crash
Language/Statements/Switch/syntax_t17: Crash
Language/Statements/Yield_and_Yield_Each/Yield/location_t02: Crash
Language/Statements/Yield_and_Yield_Each/Yield/location_t04: Crash
Language/Statements/Yield_and_Yield_Each/Yield/location_t06: Crash
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: Crash
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: Crash
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: Crash
# dartk: JIT failures (debug)
[ $compiler == dartk && $runtime == vm && $mode == debug ]
Language/Overview/Scoping/conflicting_names_t43: Crash
Language/Overview/Scoping/hiding_declaration_t11: Crash
Language/Overview/Scoping/hiding_declaration_t12: Crash
# dartk: precompilation failures
[ $compiler == dartkp && $runtime == dart_precompiled ]
@ -2822,3 +2839,4 @@ Language/Variables/final_t03: MissingCompileTimeError
# dartk: precompilation failures (debug)
[ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash

View file

@ -1422,11 +1422,41 @@ setter_declaration_negative_test: Fail
super_call4_test: RuntimeError
super_getter_setter_test: RuntimeError
try_catch_syntax_test/05: MissingCompileTimeError
vm/lazy_deopt_vm_test: Pass, Timeout
# dartk: JIT & AOT failures (debug)
[ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
async_await_syntax_test/a05g: Crash
async_await_syntax_test/a05h: Crash
async_await_syntax_test/b10b: Crash
async_await_syntax_test/c11a: Crash
async_await_syntax_test/c11b: Crash
const_instance_field_test/01: Crash
list_literal2_negative_test: Crash
switch1_negative_test: Crash
type_parameter_test/04: Crash
type_parameter_test/05: Crash
# dartk: JIT failures (debug)
[ $compiler == dartk && $runtime == vm && $mode == debug ]
not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
constructor_duplicate_initializers_test/03: Crash
deopt_inlined_function_lazy_test: Timeout
ref_before_declaration_test/00: Crash
ref_before_declaration_test/01: Crash
ref_before_declaration_test/02: Crash
ref_before_declaration_test/03: Crash
ref_before_declaration_test/04: Crash
ref_before_declaration_test/05: Crash
ref_before_declaration_test/06: Crash
ref_before_declaration_test/07: Crash
ref_before_declaration_test/none: Crash
try_catch_syntax_test/05: Crash
[ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
external_test/13: Crash
final_syntax_test/09: Crash
# dartk: precompilation failures
[ $compiler == dartkp && $runtime == dart_precompiled ]