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

Unified Diff: dart/tests/html/html.status

Issue 109893004: Attempt to deflake our status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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: dart/tests/html/html.status
diff --git a/dart/tests/html/html.status b/dart/tests/html/html.status
index 0e855eec5ffcae5b8410a57da372dcfc98457682..7978cbce2a5f307f0e4b9340a223a6ac857175d4 100644
--- a/dart/tests/html/html.status
+++ b/dart/tests/html/html.status
@@ -73,10 +73,6 @@ js_test: Fail # Issue 14246
[ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
-[ $compiler == dart2js && $runtime == safari ]
-audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772
-
-
[ $compiler == dart2js && $browser && $checked ]
postmessage_structured_test/typed_arrays: Fail # Issue 10097
postmessage_structured_test/primitives: Fail # Issue 10097
@@ -174,7 +170,6 @@ event_customevent_test: Fail # Issue 14170
isolates_test: Timeout # Issue 13027
blob_constructor_test: Fail
custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193
-document_test/document: Pass, Fail # BUG(9654) need per-instance patching
dom_constructors_test: Fail
element_test/click: Fail # IE does not support firing this event.
form_element_test: Fail # Issue 4793.
@@ -276,14 +271,14 @@ xsltprocessor_test/supported: Fail
worker_test: Skip # Issue 13221
worker_api_test: Skip # Issue 13221
element_types_test/supported_track: Pass, Fail
-input_element_test/supported_month: Fail, Crash
-input_element_test/supported_time: Fail, Crash
-input_element_test/supported_week: Fail, Crash
+input_element_test/supported_month: RuntimeError
+input_element_test/supported_time: RuntimeError
+input_element_test/supported_week: RuntimeError
webgl_1_test: Pass, Fail # Issue 8219
canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not support drawImage w/ video element
canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari does not support drawImage w/ video element
audiocontext_test/functional: Fail # Issue 14354
-websql_test/functional: Pass, Fail # Issue 14523
+websql_test/functional: RuntimeError # Issue 14523
# Safari Feature support statuses-

Powered by Google App Engine
This is Rietveld 408576698