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

Unified Diff: tests/html/html.status

Issue 1137343002: Carefully suppress remaining IE and safari mobile sim failures (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | « tests/co19/co19-dart2js.status ('k') | 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 06b7d5e592825c9cdf610a1db43bcc72add25f73..ac8d313692b7b9f796a54d90570ac31583b1b779 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -135,6 +135,9 @@ localstorage_test: Pass, RuntimeError # Issue 22166
storage_test: Pass, RuntimeError # Issue 22166
postmessage_structured_test/more_primitives: Fail # Does not support the MessageEvent constructor.
notification_test/supported_notification: Fail # Notification not supported on IE
+event_test: RuntimeError # Issue 23437. Only three failures, but hard to break them out.
+wheelevent_test: RuntimeError # Issue 23437
+text_event_test: RuntimeError # Issue 23437
[$runtime == ie10 || $runtime == ie11 || ($runtime == chrome && $system == macos)]
transition_event_test/functional: Skip # Times out. Issue 22167
@@ -198,7 +201,6 @@ custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131
canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please triage this failure.
worker_test/functional: Pass, Fail # Issues 20659.
transferables_test: Pass, Fail # Issues 20659.
-text_event_test: Fail # Issue 23437
# IE11 Feature support statuses-
# These results not yet noted in platform support annotations.
@@ -247,8 +249,6 @@ xsltprocessor_test/supported: Fail
custom/document_register_type_extensions_test/construction: Fail # Issue 13193
custom/element_upgrade_test: Fail # Issue 18247
worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
-event_test: RuntimeError # Issue 23437. Only three failures, but hard to break them out.
-wheelevent_test: RuntimeError # Issue 23437
[ $compiler == dart2js && $runtime == drt && $unchecked ]
audiocontext_test/functional: Pass, Fail
@@ -282,6 +282,8 @@ element_types_test/supported_template: Fail
xhr_test/json: Fail # Safari doesn't support JSON response type
notification_test/constructors: Pass # Safari mobile will pass this test on the basis that notifications aren't supported at all.
notification_test/supported_notification: RuntimeError # Issue 22869
+wheelevent_test: RuntimeError # Safarimobilesim does not support WheelEvent
+event_test: RuntimeError # Safarimobilesim does not support WheelEvent
[ $runtime == safari ]
input_element_test/supported_month: RuntimeError
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698