Skip to content

Commit

Permalink
[Tests] Update status files for dartkp configuration
Browse files Browse the repository at this point in the history
This CL silences several tests for '$compiler = dartkp' configuration
in order to make vm-kernel-precomp-* buildbots greener.
These tests are already silenced for '$compiler = precompiler' or
'$compiler = dartk' configurations.

Change-Id: Ia3208853655868ae4cf39775d40db15218c1a1df
Reviewed-on: https://dart-review.googlesource.com/5286
Reviewed-by: Alexander Aprelev <[email protected]>
  • Loading branch information
alexmarkov committed Sep 12, 2017
1 parent c73cbf5 commit 6fbab08
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/language/language_kernel.status
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,6 @@ regress_26133_test: RuntimeError
type_parameter_test/05: MissingCompileTimeError
type_parameter_test/none: RuntimeError
type_variable_bounds4_test/01: RuntimeError

[ $compiler == dartkp ]
export_double_same_main_test: Crash # Issue 29895
5 changes: 5 additions & 0 deletions tests/language_2/language_2_kernel.status
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,8 @@ generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460

[ $compiler == dartkp ]
implicit_closure1_test: Crash
generic_function_dcall_test: CompileTimeError
generic_function_bounds_test: CompileTimeError

[ ($compiler == dartkp) && !$checked ]
generic_field_mixin6_test/none: RuntimeError
3 changes: 3 additions & 0 deletions tests/lib_2/lib_2_kernel.status
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ async/future_test/01: RuntimeError
async/future_test/none: RuntimeError
async/schedule_microtask2_test: RuntimeError

[ $compiler == dartkp ]
async/stream_timeout_test: RuntimeError

[ $compiler == dartk ]
mirrors/abstract_class_test: RuntimeError
mirrors/class_declarations_test/01: RuntimeError
Expand Down

0 comments on commit 6fbab08

Please sign in to comment.