Update status for html/websql_test

BUG=https://github.com/dart-lang/sdk/issues/25927
R=floitsch@google.com

Review URL: https://codereview.chromium.org/1775883002 .
This commit is contained in:
William Hesse 2016-03-08 17:55:28 +01:00
parent d8786ac278
commit 301e527e6e

View file

@ -32,7 +32,7 @@ input_element_test/attributes: Fail # Issue 21555
wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium
js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
[ $compiler == dart2js && $runtime != ie10 && $runtime != ie11 ]
[ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == dartium || $runtime == safari) ]
websql_test/functional: RuntimeError, Slow # Issue 25927
[ $compiler == dart2js && $checked ]