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

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

Issue 2162643002: Revert "Reapply zone tasks." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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/html/event_zone_task_test.dart ('k') | tests/html/request_animation_task_test.dart » ('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 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 scripts_htmltest: Skip # Times out on IE. Issue 21537 138 scripts_htmltest: Skip # Times out on IE. Issue 21537
139 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 139 two_scripts_htmltest: Skip # Times out on IE. Issue 21537
140 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 140 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537
141 localstorage_test: Pass, RuntimeError # Issue 22166 141 localstorage_test: Pass, RuntimeError # Issue 22166
142 storage_test: Pass, RuntimeError # Issue 22166 142 storage_test: Pass, RuntimeError # Issue 22166
143 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor. 143 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor.
144 notification_test/supported_notification: Fail # Notification not supported on I E 144 notification_test/supported_notification: Fail # Notification not supported on I E
145 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t hem out. 145 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t hem out.
146 wheelevent_test: RuntimeError # Issue 23437 146 wheelevent_test: RuntimeError # Issue 23437
147 text_event_test: RuntimeError # Issue 23437 147 text_event_test: RuntimeError # Issue 23437
148 event_zone_task_test: RuntimeError # Issue 23437
149 transition_event_test/functional: Skip # Times out. Issue 22167 148 transition_event_test/functional: Skip # Times out. Issue 22167
150 request_animation_frame_test: Skip # Times out. Issue 22167 149 request_animation_frame_test: Skip # Times out. Issue 22167
151 150
152 [$runtime == ie10 ] 151 [$runtime == ie10 ]
153 # IE10 Feature support statuses- 152 # IE10 Feature support statuses-
154 # All changes should be accompanied by platform support annotation changes. 153 # All changes should be accompanied by platform support annotation changes.
155 audiobuffersourcenode_test/supported: Fail 154 audiobuffersourcenode_test/supported: Fail
156 audiocontext_test/supported: Fail 155 audiocontext_test/supported: Fail
157 crypto_test/supported: Fail 156 crypto_test/supported: Fail
158 css_test/supportsPointConversions: Fail 157 css_test/supportsPointConversions: Fail
(...skipping 23 matching lines...) Expand all
182 svgelement_test/supported_altGlyph: Fail 181 svgelement_test/supported_altGlyph: Fail
183 svgelement_test/supported_animate: Fail 182 svgelement_test/supported_animate: Fail
184 svgelement_test/supported_animateMotion: Fail 183 svgelement_test/supported_animateMotion: Fail
185 svgelement_test/supported_animateTransform: Fail 184 svgelement_test/supported_animateTransform: Fail
186 svgelement_test/supported_foreignObject: Fail 185 svgelement_test/supported_foreignObject: Fail
187 svgelement_test/supported_set: Fail 186 svgelement_test/supported_set: Fail
188 touchevent_test/supported: Fail # IE does not support TouchEvents 187 touchevent_test/supported: Fail # IE does not support TouchEvents
189 webgl_1_test/supported: Fail 188 webgl_1_test/supported: Fail
190 websql_test/supported: Fail 189 websql_test/supported: Fail
191 xhr_test/json: Fail # IE10 returns string, not JSON object 190 xhr_test/json: Fail # IE10 returns string, not JSON object
192 xhr_task_test/json: Fail # IE10 returns string, not JSON object
193 xhr_test/supported_overrideMimeType: Fail 191 xhr_test/supported_overrideMimeType: Fail
194 xsltprocessor_test/supported: Fail 192 xsltprocessor_test/supported: Fail
195 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 193 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
196 transferables_test: Fail # Issue 9846 194 transferables_test: Fail # Issue 9846
197 195
198 [ $compiler == dart2js && $minified ] 196 [ $compiler == dart2js && $minified ]
199 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5 197 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5
200 198
201 [ $compiler == dart2js && $runtime == chrome ] 199 [ $compiler == dart2js && $runtime == chrome ]
202 css_test/supportsPointConversions: Fail # Issues 21710 200 css_test/supportsPointConversions: Fail # Issues 21710
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 speechrecognition_test/supported: Fail 238 speechrecognition_test/supported: Fail
241 svgelement_test/supported_altGlyph: Fail 239 svgelement_test/supported_altGlyph: Fail
242 svgelement_test/supported_animate: Fail 240 svgelement_test/supported_animate: Fail
243 svgelement_test/supported_animateMotion: Fail 241 svgelement_test/supported_animateMotion: Fail
244 svgelement_test/supported_animateTransform: Fail 242 svgelement_test/supported_animateTransform: Fail
245 svgelement_test/supported_foreignObject: Fail 243 svgelement_test/supported_foreignObject: Fail
246 svgelement_test/supported_set: Fail 244 svgelement_test/supported_set: Fail
247 touchevent_test/supported: Fail # IE does not support TouchEvents 245 touchevent_test/supported: Fail # IE does not support TouchEvents
248 webgl_1_test/functional: Fail 246 webgl_1_test/functional: Fail
249 websql_test/supported: Fail 247 websql_test/supported: Fail
250 xhr_test/json: Fail # IE11 returns string, not JSON object 248 xhr_test/json: Fail # IE10 returns string, not JSON object
251 xhr_task_test/json: Fail # IE11 returns string, not JSON object
252 xsltprocessor_test/supported: Fail 249 xsltprocessor_test/supported: Fail
253 250
254 [ $runtime == ie10 ] 251 [ $runtime == ie10 ]
255 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 252 custom/document_register_type_extensions_test/construction: Fail # Issue 13193
256 custom/element_upgrade_test: Fail # Issue 18247 253 custom/element_upgrade_test: Fail # Issue 18247
257 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 254 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
258 255
259 [ $compiler == dart2js && $runtime == drt && $unchecked ] 256 [ $compiler == dart2js && $runtime == drt && $unchecked ]
260 audiocontext_test/functional: Pass, Fail 257 audiocontext_test/functional: Pass, Fail
261 258
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 368
372 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] 369 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ]
373 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787 370 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787
374 371
375 [ ($runtime == dartium) && ($system == macos || $system == windows || $system == linux)] 372 [ ($runtime == dartium) && ($system == macos || $system == windows || $system == linux)]
376 # Desktop operating systems do not support touch events on chrome 34 dartium. 373 # Desktop operating systems do not support touch events on chrome 34 dartium.
377 touchevent_test/supported: Fail 374 touchevent_test/supported: Fail
378 375
379 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w indows ] 376 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w indows ]
380 xhr_test/xhr: Skip # Times out. Issue 21527 377 xhr_test/xhr: Skip # Times out. Issue 21527
381 xhr_task_test/xhr: Skip # Times out. Issue 21527
382 378
383 [ $compiler == dart2analyzer ] 379 [ $compiler == dart2analyzer ]
384 custom/document_register_basic_test: StaticWarning 380 custom/document_register_basic_test: StaticWarning
385 custom/element_upgrade_test: StaticWarning 381 custom/element_upgrade_test: StaticWarning
386 datalistelement_test: StaticWarning 382 datalistelement_test: StaticWarning
387 documentfragment_test: StaticWarning 383 documentfragment_test: StaticWarning
388 element_add_test: StaticWarning 384 element_add_test: StaticWarning
389 element_test: StaticWarning 385 element_test: StaticWarning
390 events_test: StaticWarning 386 events_test: StaticWarning
391 htmlelement_test: StaticWarning 387 htmlelement_test: StaticWarning
(...skipping 17 matching lines...) Expand all
409 # These are raw dart:js tests that fail due to bugs in the CPS IR: 405 # These are raw dart:js tests that fail due to bugs in the CPS IR:
410 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 406 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
411 407
412 [ $compiler == dart2js && $cps_ir && $host_checked ] 408 [ $compiler == dart2js && $cps_ir && $host_checked ]
413 js_typed_interop_default_arg_test/none: Crash # Issue 25911 409 js_typed_interop_default_arg_test/none: Crash # Issue 25911
414 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 410 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
415 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 411 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
416 412
417 [ $compiler == dart2js && $cps_ir && $checked ] 413 [ $compiler == dart2js && $cps_ir && $checked ]
418 *: Skip # `assert` not implemented 414 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/html/event_zone_task_test.dart ('k') | tests/html/request_animation_task_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698