Index: tests/html/html.status |
diff --git a/tests/html/html.status b/tests/html/html.status |
index ab2dc94ac6b651ea7facbd41795322c38dec2b92..f49b807b1aef2a50ddb91dee7512550224b71257 100644 |
--- a/tests/html/html.status |
+++ b/tests/html/html.status |
@@ -12,6 +12,9 @@ xmlelement_test: Skip # XML in dart:html is incomplete |
[ $runtime == chrome ] |
contentelement_test: Fail # Issue 5445: not currently supported on chrome stable. |
+[ $runtime == chrome || $runtime == drt] |
Emily Fortuna
2012/11/14 19:48:51
is this on all platforms? I thought you said it wa
blois
2012/11/14 19:54:00
It's pretty flaky on chrome linux right now as wel
|
+audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chrome and Dartium. |
+ |
[ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented |