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

Side by Side Diff: tests/html/html.status

Issue 1843883002: Update status on safari tests that started passing after the update. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 9
10 js_array_test: Skip # Dartium JSInterop failure 10 js_array_test: Skip # Dartium JSInterop failure
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 # Safari Feature support statuses- 265 # Safari Feature support statuses-
266 # All changes should be accompanied by platform support annotation changes. 266 # All changes should be accompanied by platform support annotation changes.
267 element_types_test/supported_content: Fail 267 element_types_test/supported_content: Fail
268 element_types_test/supported_datalist: Fail 268 element_types_test/supported_datalist: Fail
269 element_types_test/supported_shadow: Fail 269 element_types_test/supported_shadow: Fail
270 fileapi_test/supported: Fail 270 fileapi_test/supported: Fail
271 indexeddb_1_test/supportsDatabaseNames: Fail 271 indexeddb_1_test/supportsDatabaseNames: Fail
272 media_stream_test/supported_MediaStreamEvent: Fail 272 media_stream_test/supported_MediaStreamEvent: Fail
273 media_stream_test/supported_MediaStreamTrackEvent: Fail 273 media_stream_test/supported_MediaStreamTrackEvent: Fail
274 media_stream_test/supported_media: Fail 274 media_stream_test/supported_media: Fail
275 performance_api_test/supported: Fail
276 rtc_test/supported: Fail 275 rtc_test/supported: Fail
277 shadow_dom_test/supported: Fail 276 shadow_dom_test/supported: Fail
278 speechrecognition_test/supported: Fail 277 speechrecognition_test/supported: Fail
279 278
280 [ $runtime == safarimobilesim ] 279 [ $runtime == safarimobilesim ]
280 performance_api_test/supported: Fail
281 indexeddb_1_test/supported: Fail 281 indexeddb_1_test/supported: Fail
282 element_types_test/supported_template: Fail 282 element_types_test/supported_template: Fail
283 xhr_test/json: Fail # Safari doesn't support JSON response type 283 xhr_test/json: Fail # Safari doesn't support JSON response type
284 notification_test/constructors: Pass # Safari mobile will pass this test on the basis that notifications aren't supported at all. 284 notification_test/constructors: Pass # Safari mobile will pass this test on the basis that notifications aren't supported at all.
285 notification_test/supported_notification: RuntimeError # Issue 22869 285 notification_test/supported_notification: RuntimeError # Issue 22869
286 wheelevent_test: RuntimeError # Safarimobilesim does not support WheelEvent 286 wheelevent_test: RuntimeError # Safarimobilesim does not support WheelEvent
287 event_test: RuntimeError # Safarimobilesim does not support WheelEvent 287 event_test: RuntimeError # Safarimobilesim does not support WheelEvent
288 288
289 [ $runtime == safari ] 289 [ $runtime == safari ]
290 input_element_test/supported_month: RuntimeError 290 input_element_test/supported_month: RuntimeError
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 # These are raw dart:js tests that fail due to bugs in the CPS IR: 426 # These are raw dart:js tests that fail due to bugs in the CPS IR:
427 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 427 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
428 428
429 [ $compiler == dart2js && $cps_ir && $host_checked ] 429 [ $compiler == dart2js && $cps_ir && $host_checked ]
430 js_typed_interop_default_arg_test/none: Crash # Issue 25911 430 js_typed_interop_default_arg_test/none: Crash # Issue 25911
431 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 431 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
432 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 432 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
433 433
434 [ $compiler == dart2js && $cps_ir && $checked ] 434 [ $compiler == dart2js && $cps_ir && $checked ]
435 *: Skip # `assert` not implemented 435 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698