[VM] Follow-up status file update after landing changes to kernel2kernel constant evaluator

Change-Id: Ia99a27ce81eed0a6f74b669217c5d998f157ace4
Reviewed-on: https://dart-review.googlesource.com/c/82584
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Martin Kustermann 2018-11-02 11:14:15 +00:00
parent ad2db25ce6
commit 6d9dc93d0e
2 changed files with 12 additions and 8 deletions

View file

@ -279,6 +279,11 @@ string_static_test: MissingCompileTimeError
[ $compiler != dartk && $runtime == vm && $checked ]
apply_test/01: RuntimeError
[ $compiler != dartkb && $compiler != dartkp && $fasta ]
symbol_reserved_word_test/10: MissingCompileTimeError
symbol_test/02: MissingCompileTimeError
symbol_test/03: MissingCompileTimeError
[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
iterable_fold_test/02: RuntimeError
iterable_reduce_test/01: CompileTimeError # Issue 31533
@ -291,11 +296,6 @@ symbol_reserved_word_test/12: RuntimeError # Issues 11669 and 31936 - throwing c
symbol_test/none: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
unicode_test: RuntimeError # Issue 18061: German double S.
[ $compiler != dartkp && $fasta ]
symbol_reserved_word_test/10: MissingCompileTimeError
symbol_test/02: MissingCompileTimeError
symbol_test/03: MissingCompileTimeError
[ $compiler != fasta && !$strong ]
core_runtime_types_test: SkipByDesign

View file

@ -350,6 +350,10 @@ vm/causal_async_exception_stack2_test: RuntimeError # No support for line number
vm/causal_async_exception_stack_test: RuntimeError # No support for line numbers in stacktraces
vm/regress_28325_test: RuntimeError # No support for line numbers in stacktraces
[ $compiler != dartkb && $compiler != dartkp && $fasta ]
vm/symbols_test/01: MissingCompileTimeError
vm/symbols_test/03: MissingCompileTimeError
[ $compiler == dartkp && $mode == debug && $runtime == dart_precompiled && $strong ]
external_test/13: Crash
type_promotion_functions_test/05: Pass
@ -1992,6 +1996,6 @@ async_star_test/none: Skip # Timeout
[ $compiler == dartk || $compiler == dartkb || $compiler == dartkp ]
generic_function_bounds_test: RuntimeError # Issue 32076
[ $compiler == dartk || $compiler == fasta ]
vm/symbols_test/01: MissingCompileTimeError
vm/symbols_test/03: MissingCompileTimeError
[ $compiler == dartkb || $compiler == dartkp ]
mock_writable_final_private_field_test: CompileTimeError # Test uses Symbol("_...") which is a compile-time error.
vm/reflect_core_vm_test: CompileTimeError # Test uses Symbol("_...") which is a compile-time error.