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

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

Issue 203373003: Add entries for ContentShellOnAndroid runtime to status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add a mips crasher to status files. Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language.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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression)
9 [ $runtime == drt || $runtime == dartium ] 9 [ $runtime == drt || $runtime == dartium ]
10 custom/template_wrappers_test: Pass # Issue 16656 Override others 10 custom/template_wrappers_test: Pass # Issue 16656 Override others
11 11
12 [ $compiler == dart2js && $csp ] 12 [ $compiler == dart2js && $csp ]
13 custom/js_custom_test: Fail # Issue 14643 13 custom/js_custom_test: Fail # Issue 14643
14 14
15 [ $compiler == dart2js && $browser ] 15 [ $compiler == dart2js && $browser ]
16 custom/created_callback_test: Fail # Support for created constructor. 16 custom/created_callback_test: Fail # Support for created constructor.
17 17
18 [ $compiler == dart2js && ($runtime == safari || $runtime == ff || $runtime == c hrome || $runtime == ie9 || $runtime == ie10) ] 18 [ $compiler == dart2js && ($runtime == safari || $runtime == ff || $runtime == c hrome || $runtime == ie9 || $runtime == ie10) ]
19 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 19 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
20 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support 20 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
21 21
22 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g && $system == macos] 22 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g && $system == macos]
23 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 23 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
24 24
25 [ $compiler == none && $runtime == dartium && $system == macos] 25 [ $compiler == none && $runtime == dartium && $system == macos]
26 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 26 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
27 27
28 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 28 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellInAndroid) ]
29 # postMessage in dartium always transfers the typed array buffer, never a view 29 # postMessage in dartium always transfers the typed array buffer, never a view
30 postmessage_structured_test/typed_arrays: Fail 30 postmessage_structured_test/typed_arrays: Fail
31 xhr_test: Pass, Fail # Issue 12648 31 xhr_test: Pass, Fail # Issue 12648
32 xhr_test/json: Fail # Issue 13069 32 xhr_test/json: Fail # Issue 13069
33 async_test: Fail # Background timers not implemented. 33 async_test: Fail # Background timers not implemented.
34 keyboard_event_test: Fail # Issue 13902 34 keyboard_event_test: Fail # Issue 13902
35 isolates_test: Fail # Issue 13921 35 isolates_test: Fail # Issue 13921
36 36
37 [ $compiler == none && $runtime == ContentShellInAndroid ]
38 element_offset_test/offset: Pass, Fail # Issue 13296
39
37 [ $compiler == none && $runtime == drt && $system == windows ] 40 [ $compiler == none && $runtime == drt && $system == windows ]
38 worker_test/functional: Pass, Crash # Issue 9929. 41 worker_test/functional: Pass, Crash # Issue 9929.
39 touchevent_test/supported: Pass, Fail # Issue 17061 42 touchevent_test/supported: Pass, Fail # Issue 17061
40 43
41 44
42 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 45 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
43 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail ure. 46 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail ure.
44 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl ease triage this failure. 47 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl ease triage this failure.
45 48
46 fileapi_test/entry: Fail, Pass # TODO(dart2js-team): Please triage this failure. 49 fileapi_test/entry: Fail, Pass # TODO(dart2js-team): Please triage this failure.
(...skipping 20 matching lines...) Expand all
67 js_test: Fail # Issue 14246 70 js_test: Fail # Issue 14246
68 71
69 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] 72 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
70 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 73 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
71 74
72 [ $runtime == chrome ] 75 [ $runtime == chrome ]
73 touchevent_test/supported: Pass, Fail # Issue 17061 76 touchevent_test/supported: Pass, Fail # Issue 17061
74 xhr_cross_origin_test: Pass, Fail # Issue 11884 77 xhr_cross_origin_test: Pass, Fail # Issue 11884
75 xhr_test: Pass, Fail # Issue 11884 78 xhr_test: Pass, Fail # Issue 11884
76 79
77 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid] 80 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ]
78 webgl_1_test: Pass, Fail # Issue 8219 81 webgl_1_test: Pass, Fail # Issue 8219
79 82
80 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 83 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
81 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
82 worker_api_test: Fail # http://dartbug.com/10223 84 worker_api_test: Fail # http://dartbug.com/10223
83 85
84 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 86 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
85 websql_test: Skip # Issue 4941: stderr contains a backtrace. 87 websql_test: Skip # Issue 4941: stderr contains a backtrace.
86 88
87 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 89 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
88 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 90 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
89 native_gc_test: Pass, Slow 91 native_gc_test: Pass, Slow
90 92
91 [ $compiler == dart2js && $runtime == drt && $system == macos] 93 [ $compiler == dart2js && $runtime == drt && $system == macos]
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 375 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
374 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 376 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
375 event_customevent_test: Fail # Test cannot run under CSP restrictions. 377 event_customevent_test: Fail # Test cannot run under CSP restrictions.
376 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 378 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
377 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 379 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
378 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 380 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
379 381
380 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] 382 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ]
381 wheelevent_test: Fail # http://dartbug.com/12958 383 wheelevent_test: Fail # http://dartbug.com/12958
382 384
383 [ $compiler == none && $runtime == dartium ]
384 async_test: Timeout # Issue 13719: Please triage this failure.
385 element_offset_test/offset: Pass, Fail # Issue 13719, 13296
386
387 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 385 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
388 audiocontext_test: StaticWarning 386 audiocontext_test: StaticWarning
389 custom/document_register_basic_test: StaticWarning 387 custom/document_register_basic_test: StaticWarning
390 datalistelement_test: StaticWarning 388 datalistelement_test: StaticWarning
391 documentfragment_test: StaticWarning 389 documentfragment_test: StaticWarning
392 element_add_test: StaticWarning 390 element_add_test: StaticWarning
393 element_test: StaticWarning 391 element_test: StaticWarning
394 events_test: StaticWarning 392 events_test: StaticWarning
395 htmlelement_test: StaticWarning 393 htmlelement_test: StaticWarning
396 localstorage_test: StaticWarning 394 localstorage_test: StaticWarning
397 mutationobserver_test: StaticWarning 395 mutationobserver_test: StaticWarning
398 track_element_constructor_test: StaticWarning 396 track_element_constructor_test: StaticWarning
399 transferables_test: StaticWarning 397 transferables_test: StaticWarning
400 typed_arrays_range_checks_test: StaticWarning 398 typed_arrays_range_checks_test: StaticWarning
401 typing_test: StaticWarning 399 typing_test: StaticWarning
402 webgl_1_test: StaticWarning 400 webgl_1_test: StaticWarning
403 window_nosuchmethod_test: StaticWarning 401 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698