TBR: fix status file for html.status. Only expect test to fail when it is actually run (which requires a browser).

BUG=

Review URL: https://codereview.chromium.org/1423623007 .
This commit is contained in:
Jacob Richman 2015-11-04 09:40:40 -08:00
parent 830bfe61b7
commit 1ea74a407b

View file

@ -34,6 +34,8 @@ wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
[ $compiler == dart2js && $checked ]
js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatible with --checked
[ $compiler == dart2js && $checked && $browser ]
js_typed_interop_test: Fail # Issue 24822
[ $compiler == dart2js && $csp && $browser ]