[vm/bytecode] Update status for a test with missing compile-time error

Negative test cases

  generic_function_type_as_type_argument_test/01
  generic_function_type_as_type_argument_test/02

rely on a compile-time error, which is still missing in CFE.
Unlike default VM, bytecode pipeline does not flag this error.

Change-Id: I3c052b5ca6013ab0728ffc234b5ffbe2fddfec5d
Reviewed-on: https://dart-review.googlesource.com/71600
Reviewed-by: Régis Crelier <regis@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
This commit is contained in:
Alexander Markov
2018-08-27 17:59:10 +00:00
committed by commit-bot@chromium.org
parent 1b89c785e1
commit ff8a989e55
+4 -4
View File
@@ -1407,10 +1407,6 @@ vm/type_vm_test/34: MissingRuntimeError
vm/type_vm_test/35: MissingRuntimeError
vm/type_vm_test/36: MissingRuntimeError
[ $runtime != dart_precompiled && $runtime != vm && $fasta ]
generic_function_type_as_type_argument_test/01: MissingCompileTimeError # Issue 30931
generic_function_type_as_type_argument_test/02: MissingCompileTimeError # Issue 30931
[ $runtime == vm && $checked && $strong && ($compiler == dartk || $compiler == dartkb) ]
assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant evaluation.
assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant evaluation.
@@ -2393,6 +2389,10 @@ unresolved_in_factory_test: MissingCompileTimeError
unresolved_top_level_method_test: MissingCompileTimeError
unresolved_top_level_var_test: MissingCompileTimeError
[ $fasta && ($compiler == dartkb || ($runtime != dart_precompiled && $runtime != vm)) ]
generic_function_type_as_type_argument_test/01: MissingCompileTimeError # Issue 30931
generic_function_type_as_type_argument_test/02: MissingCompileTimeError # Issue 30931
[ $hot_reload_rollback && ($compiler == dartk || $compiler == dartkb) ]
symbol_conflict_test: Pass, Slow