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

Unified Diff: tests/html/html.status

Issue 1350973005: Suppress failing HTML tests on firefox and IE 11. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 4e77a0a3a57ff814d64bd5c75644cf1875849bd2..e586033477e3821512e33db5eddf169ddc6cd45c 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -212,6 +212,7 @@ css_test/supportsPointConversions: Fail # Issues 21710
css_test/functional: Fail # Issues 21710
[ $runtime == ie11 ]
+node_validator_important_if_you_suppress_make_the_bug_critical_test/dom_clobbering: RuntimeError # Issue 24387
custom/document_register_type_extensions_test/single-parameter: Fail # Issue 13193.
canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please triage this failure.
worker_test/functional: Pass, Fail # Issues 20659.
@@ -353,7 +354,9 @@ performance_api_test/supported: Fail
speechrecognition_test/supported: Fail
websql_test/supported: Fail
-[ $runtime == ff ]
+[ $compiler == dart2js && $runtime == ff ]
+node_validator_important_if_you_suppress_make_the_bug_critical_test/DOM_sanitization: RuntimeError # Issue 24384
+history_test/history: Skip # Issue 22050
xhr_test/xhr: Pass, Fail # Issue 11602
dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
webgl_1_test: Pass, Fail # Issue 8219
@@ -382,6 +385,10 @@ speechrecognition_test/supported: Fail
touchevent_test/supported: Fail
websql_test/supported: Fail
+[ $compiler == dart2js && $runtime == ff & $system == windows ]
+svgelement_test/innerHtml: RuntimeError # Issue 24386
+svgelement_test/outerHtml: RuntimeError # Issue 24386
+
# 'html' tests import the HTML library, so they only make sense in
# a browser environment.
[ $runtime == vm ]
@@ -390,9 +397,6 @@ websql_test/supported: Fail
[ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
request_animation_frame_test: Skip # Async test hangs.
-[ $compiler == dart2js && $runtime == ff ]
-history_test/history: Skip # Issue 22050
-
[ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
# Note: these tests are all injecting scripts by design. This is not allowed under CSP.
event_customevent_test: Fail # Test cannot run under CSP restrictions.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698