Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: tests/html/html.status

Issue 11510013: Making ScriptProcessorNode not an EventTarget. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 87f028d7f843a5220069db03687efcc45885a3ab..0d48212c09f2600072902c91ef497fa342731d6e 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -21,8 +21,13 @@ webgl_1_test: Pass, Fail # Issue 8219
[ $runtime == drt || $runtime == chrome]
audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode is flaky on Chrome and Dartium - filed issue 8021 for the timeout.
+
+[ $runtime == drt || ($runtime == chrome && $system == windows) ]
audiocontext_test: Pass, Timeout, Crash # Issue 8021.
+[ $compiler == none ]
+audiocontext_test: Skip # Issue 9094.
+
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
@@ -32,15 +37,10 @@ websql_test: Skip # Issue 4941: stderr contains a backtrace.
[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug]
websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
-[ $compiler == none && $runtime == drt && $system == macos]
-audiocontext_test: Pass, Fail
-
[ $compiler == dart2js && $runtime == drt && $system == macos]
audiobuffersourcenode_test: Pass, Fail
[$runtime == ie10 ]
-audiobuffersourcenode_test: Fail
-audiocontext_test: Fail
dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
element_test/click: Fail # IE does not support firing this event.
history_test/history: Pass, Fail # issue 8183
@@ -55,6 +55,8 @@ xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
# IE10 Feature support statuses-
# All changes should be accompanied by platform support annotation changes.
+audiobuffersourcenode_test/supported: Fail
+audiocontext_test/supported: Fail
crypto_test/supported: Fail
css_test/supported_CssMatrix: Fail
css_test/supported_DomPoint: Fail
@@ -94,8 +96,6 @@ xhr_test/supported_HttpRequestProgressEvent: Fail
xsltprocessor_test/supported: Fail
[ $runtime == ie9 ]
-audiobuffersourcenode_test: Fail
-audiocontext_test: Fail
blob_constructor_test: Fail
dom_constructors_test: Fail
dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
@@ -113,6 +113,8 @@ xhr_cross_origin_test: Fail # Issue 6016.
# IE9 Feature support statuses-
# All changes should be accompanied by platform support annotation changes.
+audiobuffersourcenode_test/supported: Fail
+audiocontext_test/supported: Fail
cache_test/supported: Fail
crypto_test/supported: Fail
css_test/supported_CssMatrix: Fail
@@ -270,14 +272,14 @@ svg_test/supported_langSpace: Fail
websql_test/supported: Fail
[ $runtime == ff ]
-audiobuffersourcenode_test: Fail # FF only has Audio element.
-audiocontext_test: Fail # FF only has Audio element
dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
dromaeo_smoke_test: Pass, Fail # Issue: 8257
webgl_1_test: Pass, Fail # Issue 8219
# FireFox Feature support statuses-
# All changes should be accompanied by platform support annotation changes.
+audiobuffersourcenode_test/supported: Fail
+audiocontext_test/supported: Fail
crypto_test/supported: Fail
css_test/supported_CssMatrix: Fail
css_test/supported_DomPoint: Fail

Powered by Google App Engine
This is Rietveld 408576698