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

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

Issue 15915007: First status file updates for chromeOnAndroid runtime (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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/co19/co19-dart2js.status ('k') | tests/isolate/isolate.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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
11 11
12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
13 # postMessage in dartium always transfers the typed array buffer, never a view 13 # postMessage in dartium always transfers the typed array buffer, never a view
14 postmessage_structured_test/typed_arrays: Fail 14 postmessage_structured_test/typed_arrays: Fail
15 15
16 [ $compiler == none && $runtime == drt && $system == windows ] 16 [ $compiler == none && $runtime == drt && $system == windows ]
17 worker_test/functional: Pass, Crash # Issue 9929. 17 worker_test/functional: Pass, Crash # Issue 9929.
18 18
19 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt || $runtime == dartium)] 19 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)]
20 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. 20 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction.
21 21
22 [ $compiler == dart2js && $runtime == ie10 ] 22 [ $compiler == dart2js && $runtime == ie10 ]
23 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 23 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
24 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 24 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
25 async_test: Pass, Fail # timers test fails on ie10. 25 async_test: Pass, Fail # timers test fails on ie10.
26 26
27 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] 27 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
28 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 28 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
29 29
30 [ $compiler == dart2js && $runtime == safari ] 30 [ $compiler == dart2js && $runtime == safari ]
31 url_test: Fail # Issue 10096 31 url_test: Fail # Issue 10096
32 32
33 [ $compiler == dart2js && $browser && $checked ] 33 [ $compiler == dart2js && $browser && $checked ]
34 postmessage_structured_test/typed_arrays: Fail # Issue 10097 34 postmessage_structured_test/typed_arrays: Fail # Issue 10097
35 postmessage_structured_test/primitives: Fail # Issue 10097 35 postmessage_structured_test/primitives: Fail # Issue 10097
36 36
37 # Layout tests are only supported on DRT. 37 # Layout tests are only supported on DRT.
38 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 38 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
39 *layout_test: Skip 39 *layout_test: Skip
40 40
41 [ $runtime == chrome ] 41 [ $runtime == chrome ]
42 touchevent_test/supported: Fail 42 touchevent_test/supported: Fail
43 43
44 [ $runtime == chrome || $runtime == drt ] 44 [ $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt ]
45 audiocontext_test: Skip # Issue 9322 45 audiocontext_test: Skip # Issue 9322
46 46
47 [$runtime == drt || $runtime == dartium || $runtime == chrome] 47 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid]
48 webgl_1_test: Pass, Fail # Issue 8219 48 webgl_1_test: Pass, Fail # Issue 8219
49 49
50 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 50 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
51 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 51 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
52 worker_api_test: Fail # http://dartbug.com/10223 52 worker_api_test: Fail # http://dartbug.com/10223
53 53
54 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 54 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
55 websql_test: Skip # Issue 4941: stderr contains a backtrace. 55 websql_test: Skip # Issue 4941: stderr contains a backtrace.
56 56
57 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 57 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 359 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
360 request_animation_frame_test: Skip # Async test hangs. 360 request_animation_frame_test: Skip # Async test hangs.
361 361
362 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 362 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
363 isolates_test: Skip # Timeout because leg does not support web workers. 363 isolates_test: Skip # Timeout because leg does not support web workers.
364 364
365 365
366 [ $compiler == dart2js && $runtime == drt && $unchecked ] 366 [ $compiler == dart2js && $runtime == drt && $unchecked ]
367 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 367 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
368 368
369 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 369 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
370 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 370 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
371 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 371 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
372 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 372 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
373 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 373 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
374 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 374 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
375 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 375 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
376 376
377 [ $compiler == dartanalyzer ] 377 [ $compiler == dartanalyzer ]
378 path_observer_test: Fail 378 path_observer_test: Fail
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698