mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Fix kernel status files for list_test/01 and list_test/none.
These status entries only affected debug builds, so they weren't caught by my earlier status fix. Change-Id: I82b9a55742b4fd8ec440d144cd291c77f5de6727 Reviewed-on: https://dart-review.googlesource.com/25661 Reviewed-by: Paul Berry <paulberry@google.com>
This commit is contained in:
parent
7abdca3adc
commit
37f5a77e4d
1 changed files with 0 additions and 6 deletions
|
@ -565,10 +565,6 @@ symbol_test/03: MissingCompileTimeError
|
|||
symbol_test/none: RuntimeError
|
||||
unicode_test: RuntimeError
|
||||
|
||||
[ $compiler == dartk && $runtime == vm && $strong && $mode == debug ]
|
||||
list_test/01: Crash
|
||||
list_test/none: Crash
|
||||
|
||||
# ===== dartkp + dart_precompiled status lines =====
|
||||
[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
|
||||
bool_from_environment2_test/03: MissingCompileTimeError
|
||||
|
@ -606,8 +602,6 @@ unicode_test: RuntimeError
|
|||
bit_twiddling_test/int64: CompileTimeError
|
||||
integer_parsed_arith_vm_test/01: RuntimeError
|
||||
integer_parsed_arith_vm_test/02: RuntimeError
|
||||
list_test/01: Crash
|
||||
list_test/none: Crash
|
||||
|
||||
[ $compiler == dartdevk ]
|
||||
bool_from_environment2_test/01: MissingCompileTimeError
|
||||
|
|
Loading…
Reference in a new issue