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

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

Issue 12670017: Incorporate Pete's comments on KeyboardEventStream. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
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 == dart2js && $runtime == ie10 ] 12 [ $compiler == dart2js && $runtime == ie10 ]
13 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 13 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
14 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 14 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
15 15
16 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] 16 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
17 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 17 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407
18 18
19 # Layout tests are only supported on DRT. 19 # Layout tests are only supported on DRT.
20 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 20 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
21 *layout_test: Skip 21 *layout_test: Skip
22 22
23 [ $runtime == chrome ] 23 [ $runtime == chrome ]
24 touchevent_test/supported: Fail 24 touchevent_test/supported: Fail
25 25
26 [$runtime == drt || $runtime == dartium || $runtime == chrome] 26 [$runtime == drt || $runtime == dartium || $runtime == chrome]
27 webgl_1_test: Pass, Fail # Issue 8219 27 webgl_1_test: Pass, Fail # Issue 8219
28 28
29 [($runtime == drt || $runtime == dartium) && $compiler == none && $checked ]
30 keyboard_event_test: Fail # Issue: 9423
31
32 [ $runtime == drt || ($runtime == chrome && $system == windows) ] 29 [ $runtime == drt || ($runtime == chrome && $system == windows) ]
33 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout. 30 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout.
34 audiocontext_test: Pass, Timeout, Crash # Issue 8021. 31 audiocontext_test: Pass, Timeout, Crash # Issue 8021.
35 32
36 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 33 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
37 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 34 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
38 35
39 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 36 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
40 websql_test: Skip # Issue 4941: stderr contains a backtrace. 37 websql_test: Skip # Issue 4941: stderr contains a backtrace.
41 38
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 342
346 [ $compiler == dart2js && $runtime == drt && $unchecked ] 343 [ $compiler == dart2js && $runtime == drt && $unchecked ]
347 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 344 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
348 345
349 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 346 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
350 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 347 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
351 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 348 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
352 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 349 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
353 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 350 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
354 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 351 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698