mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Disable resource_http_test in Dartium and DRT
TBR=iposva@google.com Review URL: https://codereview.chromium.org//1315643003 .
This commit is contained in:
parent
9d6898104e
commit
1bdd43c233
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,7 @@ element_animate_test/simple_timing: Fail # Not supported on Dartium
|
|||
element_animate_test/omit_timing: Fail # Not supported on Dartium
|
||||
element_animate_test/timing_dict: Fail # Not supported on Dartium
|
||||
trusted_html_tree_sanitizer_test/untrusted: Fail # We make adoptNode throw to verify it's not being called. That doesn't work on Dartium.
|
||||
resource_http_test: Fail # Issue 24203
|
||||
|
||||
[ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
||||
datalistelement_test: Skip # Issue 20540
|
||||
|
@ -417,4 +418,3 @@ typed_arrays_range_checks_test: StaticWarning
|
|||
typing_test: StaticWarning
|
||||
webgl_1_test: StaticWarning
|
||||
window_nosuchmethod_test: StaticWarning
|
||||
|
||||
|
|
Loading…
Reference in a new issue