More generally prevent HTML test from running in the VM.

TBR=bkonyi@google.com

Change-Id: I132829a9597ad218b6503aeda16eb0cd236e3cf3
Reviewed-on: https://dart-review.googlesource.com/6261
Reviewed-by: Terry Lucas <terry@google.com>
This commit is contained in:
Terry Lucas 2017-09-15 19:40:43 +00:00
parent 406e815325
commit c759ea8e69

View file

@ -2,6 +2,8 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
html/*: Skip # dart:html will be a problem in the VM
[ $runtime == vm && $system == fuchsia ]
async/first_regression_test: RuntimeError
async/future_timeout_test: RuntimeError
@ -44,7 +46,6 @@ async/future_or_only_in_async_test/00: MissingCompileTimeError
[ $runtime == vm ]
async/stream_timeout_test: RuntimeError
convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeouts.
html/*: Skip # dart:html will be a problem in the VM
js/datetime_roundtrip_test: CompileTimeError
js/null_test: CompileTimeError
mirrors/deferred_type_test: CompileTimeError
@ -55,12 +56,6 @@ mirrors/generic_interface_test/01: MissingCompileTimeError
mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are not covered by any MirrorsUsed annotation.
mirrors/native_class_test: SkipByDesign # Imports dart:html
[ $runtime == vm && $checked ]
html/*: Skip # dart:html will be a problem in the VM
[ $runtime == flutter || $runtime == dart_precompiled || $arch == simarm64]
html/*: Skip # dart:html will be a problem in the VM
[ $runtime == vm && !$checked ]
mirrors/inference_and_no_such_method_test: RuntimeError