Disabled HTML tests on VM and flag analyzer error too.

TBR=bkonyi@google.com

Change-Id: Ic452b345e7265db1a2c2a263e73802901302b2b0
Reviewed-on: https://dart-review.googlesource.com/8723
Reviewed-by: Terry Lucas <terry@google.com>
This commit is contained in:
Terry Lucas 2017-09-26 20:22:24 +00:00
parent abbf6d9562
commit 34b656894a
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>
[ $compiler == dart2analyzer && $strong ]
html/custom/element_upgrade_failure_test: CompileTimeError
mirrors/deferred_type_test: CompileTimeError, OK # Deliberately refers to a deferred type in a declaration.
mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969
mirrors/generic_f_bounded_mixin_application_test: CompileTimeError

View file

@ -11,6 +11,7 @@ async/stream_timeout_test: RuntimeError
mirrors/*: SkipByDesign # Mirrors not supported on AOT.
convert/chunked_conversion_utf88_test: Pass, Timeout
convert/utf85_test: Pass, Timeout
html/*: SkipByDesign # HTML not supported.
[ $compiler == precompiler || $runtime == flutter ]
isolate/illegal_msg_function_test: SkipByDesign