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

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

Issue 16223004: Skip html/audiocontext_test on safari as well. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | « 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 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.
(...skipping 23 matching lines...) Expand all
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 == chromeOnAndroid || $runtime == drt ] 44 [ $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runti me == safari ]
45 audiocontext_test: Skip # Issue 9322 45 audiocontext_test: Skip # Issue 9322
46 46
47 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid] 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]
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698