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

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

Issue 14762008: Use "self" not "window" for Worker API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
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 28 matching lines...) Expand all
39 touchevent_test/supported: Fail 39 touchevent_test/supported: Fail
40 40
41 [ $runtime == chrome || $runtime == drt ] 41 [ $runtime == chrome || $runtime == drt ]
42 audiocontext_test: Skip # Issue 9322 42 audiocontext_test: Skip # Issue 9322
43 43
44 [$runtime == drt || $runtime == dartium || $runtime == chrome] 44 [$runtime == drt || $runtime == dartium || $runtime == chrome]
45 webgl_1_test: Pass, Fail # Issue 8219 45 webgl_1_test: Pass, Fail # Issue 8219
46 46
47 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 47 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
48 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 48 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
49 worker_api_test: Fail # http://dartbug.com/10223
49 50
50 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 51 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
51 websql_test: Skip # Issue 4941: stderr contains a backtrace. 52 websql_test: Skip # Issue 4941: stderr contains a backtrace.
52 53
53 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 54 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
54 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 55 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
55 56
56 [ $compiler == dart2js && $runtime == drt && $system == macos] 57 [ $compiler == dart2js && $runtime == drt && $system == macos]
57 audiobuffersourcenode_test: Pass, Fail 58 audiobuffersourcenode_test: Pass, Fail
58 59
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 [ $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) ]
369 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).
370 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.
371 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).
372 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).
373 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).
374 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.
375 376
376 [ $compiler == dartanalyzer ] 377 [ $compiler == dartanalyzer ]
377 path_observer_test: Fail 378 path_observer_test: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698