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

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

Issue 10383302: Move dart:dom implementation classes to dart:html library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 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 | « lib/html/src/dartium_FactoryProviders.dart ('k') | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 webgl_1_test: Skip # Issue 1495 5 webgl_1_test: Skip # Issue 1495
6 6
7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
8 *: Skip
9
10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation .get:key' 11 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation .get:key'
9 12
10 [ $compiler == none && $runtime == dartium ] 13 [ $compiler == none && $runtime == dartium ]
11 request_animation_frame_test: Skip # Uses layoutTestController. 14 request_animation_frame_test: Skip # Uses layoutTestController.
12 15
13 [ $compiler == dart2js || $compiler == frog ] 16 [ $compiler == dart2js || $compiler == frog ]
14 request_animation_frame_test: Skip # Uses layoutTestController. 17 request_animation_frame_test: Skip # Uses layoutTestController.
15 18
16 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 19 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
17 native_gc_test: Skip # Issue 2538. 20 native_gc_test: Skip # Issue 2538.
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 115
113 [ $compiler == dart2js && $runtime == drt ] 116 [ $compiler == dart2js && $runtime == drt ]
114 indexeddb_3_test: Fail 117 indexeddb_3_test: Fail
115 118
116 # DOM errors. 119 # DOM errors.
117 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' 120 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
118 indexeddb_2_test: Fail # Uncaught error 121 indexeddb_2_test: Fail # Uncaught error
119 122
120 [ $compiler == dart2js && $runtime == none ] 123 [ $compiler == dart2js && $runtime == none ]
121 *: Fail, Pass # TODO(ahe): Triage these tests. 124 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « lib/html/src/dartium_FactoryProviders.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698