[VM] Enable set literal tests in dartk mode.

Change-Id: I9bb0d16c9fd9d8ec4b69804d197bf035dfa9939d
Reviewed-on: https://dart-review.googlesource.com/c/90122
Reviewed-by: Siva Annamalai <asiva@google.com>
This commit is contained in:
asiva 2019-01-18 18:29:29 +00:00 committed by Siva Annamalai
parent 2e5453ddb4
commit df7823aa7d

View file

@ -21,7 +21,6 @@ set_literals/*: Skip
async_star/async_star_await_for_test: RuntimeError
async_star/async_star_cancel_test: RuntimeError
async_star/async_star_test: RuntimeError
set_literals/*: Skip
[ $arch == arm64 && $runtime == vm ]
closure_cycles_test: Pass, Slow
@ -30,5 +29,8 @@ large_class_declaration_test: SkipSlow # Uses too much memory.
[ $arch == ia32 && $mode == release && $runtime == vm ]
deep_nesting_expression_test/01: Crash, Pass # Issue 31496
[ $runtime == vm && ($arch == simarm || $arch == simarm64 || $arch == simdbc64) ]
set_literals/*: Skip # test.py needs to be fixed to pass options to gen_kernel
[ !$strong && ($runtime == dart_precompiled || $runtime == vm) ]
*: SkipByDesign # tests/language has the non-strong mode versions of these tests.