Add some status entries for crashing tests related to issue

https://github.com/dart-lang/sdk/issues/33029

Change-Id: I3349040098bd33906b42b007b1a331d413c673db
Reviewed-on: https://dart-review.googlesource.com/53526
Reviewed-by: Siva Annamalai <asiva@google.com>
This commit is contained in:
asiva 2018-05-03 00:58:44 +00:00 committed by Siva Annamalai
parent 4b1180a39d
commit 05a7b6e05f
2 changed files with 4 additions and 0 deletions

View file

@ -328,6 +328,9 @@ unicode_test: RuntimeError # Issue 18061: German double S.
[ $compiler != dartk && $runtime == vm && $checked ]
apply_test/01: RuntimeError
[ $compiler == dartkp && $mode == debug && $runtime == dart_precompiled && $strong ]
growable_list_test: Crash
[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
apply_generic_function_test: RuntimeError
iterable_fold_test/02: RuntimeError

View file

@ -727,6 +727,7 @@ least_upper_bound_expansive_test/none: RuntimeError # Please triage.
[ $compiler == dartkp && $mode == debug && $runtime == dart_precompiled && $strong ]
const_instance_field_test/01: Crash # Issue 32326.
external_test/13: Crash
extract_type_arguments_test: Crash # Issue 33029
type_promotion_functions_test/05: Pass
type_promotion_functions_test/06: Pass
type_promotion_functions_test/07: Pass