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

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

Issue 45763003: Disabling template wrapper GC test on dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 dromaeo_smoke_test: Fail, Pass # Issue 14521 8 dromaeo_smoke_test: Fail, Pass # Issue 14521
9 9
10 [ $compiler == dart2js && $browser ] 10 [ $compiler == dart2js && $browser ]
11 element_offset_test/offset: Pass, Fail # Issue 13296 11 element_offset_test/offset: Pass, Fail # Issue 13296
12 custom/template_wrappers_test: Pass, Fail # Test is for Dartium GC issues
12 13
13 [ $compiler == dart2js && $runtime != drt && $browser ] 14 [ $compiler == dart2js && $runtime != drt && $browser ]
14 custom/document_register_type_extensions_test/namespaces: Fail # Polyfill does n ot support createElementNS 15 custom/document_register_type_extensions_test/namespaces: Fail # Polyfill does n ot support createElementNS
15 custom/document_register_basic_test: Fail # Polyfill is not case-sensitive 16 custom/document_register_basic_test: Fail # Polyfill is not case-sensitive
16 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 17 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
17 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support 18 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
18 19
19 [ $compiler == dart2js && $browser ] 20 [ $compiler == dart2js && $browser ]
20 custom/created_callback_test: Fail # Support for created constructor. 21 custom/created_callback_test: Fail # Support for created constructor.
21 22
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 element_test/children: Fail # Issue: 7413 312 element_test/children: Fail # Issue: 7413
312 element_test/constructors: Fail 313 element_test/constructors: Fail
313 element_test/elements: Fail 314 element_test/elements: Fail
314 element_test/eventListening: Crash 315 element_test/eventListening: Crash
315 element_test/eventListening: Fail # Issue: 7413 316 element_test/eventListening: Fail # Issue: 7413
316 element_test/queryAll: Fail 317 element_test/queryAll: Fail
317 fileapi_test: Skip # Timeout. 318 fileapi_test: Skip # Timeout.
318 form_data_test: Fail # Issue: 7413 319 form_data_test: Fail # Issue: 7413
319 htmlelement_test: Fail 320 htmlelement_test: Fail
320 isolates_test: Skip # Timeout. 321 isolates_test: Skip # Timeout.
322 js_interop_3_test: Skip # Timeout.
321 js_interop_4_test: Skip # Timeout. 323 js_interop_4_test: Skip # Timeout.
322 keyboard_event_test: Fail # Issue: 7413 324 keyboard_event_test: Fail # Issue: 7413
323 serialized_script_value_test: Fail 325 serialized_script_value_test: Fail
324 typed_arrays_arraybuffer_test: Fail 326 typed_arrays_arraybuffer_test: Fail
325 url_test: Fail 327 url_test: Fail
326 328
327 # Opera Feature support statuses- 329 # Opera Feature support statuses-
328 # All changes should be accompanied by platform support annotation changes. 330 # All changes should be accompanied by platform support annotation changes.
329 audiobuffersourcenode_test/supported: Fail 331 audiobuffersourcenode_test/supported: Fail
330 audiocontext_test/supported: Fail 332 audiocontext_test/supported: Fail
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 [ $runtime == vm ] 382 [ $runtime == vm ]
381 *: Skip 383 *: Skip
382 384
383 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 385 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
384 request_animation_frame_test: Skip # Async test hangs. 386 request_animation_frame_test: Skip # Async test hangs.
385 387
386 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 388 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
387 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 389 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
388 event_customevent_test: Fail # Test cannot run under CSP restrictions. 390 event_customevent_test: Fail # Test cannot run under CSP restrictions.
389 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 391 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
392 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
393 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
390 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 394 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
391 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 395 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
392 396
393 [ $compiler == dart2js && $runtime == drt ] 397 [ $compiler == dart2js && $runtime == drt ]
394 wheelevent_test: Fail # http://dartbug.com/12958 398 wheelevent_test: Fail # http://dartbug.com/12958
395 399
396 [ $compiler == none && $runtime == dartium ] 400 [ $compiler == none && $runtime == dartium ]
397 async_test: Timeout # Issue 13719: Please triage this failure. 401 async_test: Timeout # Issue 13719: Please triage this failure.
398 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. 402 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure.
399 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 403 element_offset_test/offset: Pass, Fail # Issue 13719, 13296
(...skipping 11 matching lines...) Expand all
411 htmlelement_test: StaticWarning 415 htmlelement_test: StaticWarning
412 isolates_test: StaticWarning 416 isolates_test: StaticWarning
413 localstorage_test: StaticWarning 417 localstorage_test: StaticWarning
414 mutationobserver_test: StaticWarning 418 mutationobserver_test: StaticWarning
415 track_element_constructor_test: StaticWarning 419 track_element_constructor_test: StaticWarning
416 transferables_test: StaticWarning 420 transferables_test: StaticWarning
417 typed_arrays_range_checks_test: StaticWarning 421 typed_arrays_range_checks_test: StaticWarning
418 typing_test: StaticWarning 422 typing_test: StaticWarning
419 webgl_1_test: StaticWarning 423 webgl_1_test: StaticWarning
420 window_nosuchmethod_test: StaticWarning 424 window_nosuchmethod_test: StaticWarning
OLDNEW
« 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