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

Side by Side Diff: client/tests/client/client-leg.status

Issue 10128003: Revert "Test for IDBKeyRange" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « client/tests/client/client.status ('k') | client/tests/client/dom/IndexedDB4Test.dart » ('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) 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate 6 dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate
7 7
8 [ $compiler == dart2js && $runtime == drt ] 8 [ $compiler == dart2js && $runtime == drt ]
9 9
10 # Unknown error - should investigate. 10 # Unknown error - should investigate.
11 html/html_tests: Fail 11 html/html_tests: Fail
12 12
13 # DOM errors. 13 # DOM errors.
14 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos e$0' 14 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos e$0'
15 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g et$dataset' 15 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g et$dataset'
16 16
17 17
18 # We don't support is checks with generic types. 18 # We don't support is checks with generic types.
19 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. 19 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails.
20 20
21 dom/IsolatesTest: Skip # Timeout because leg does not support web workers. 21 dom/IsolatesTest: Skip # Timeout because leg does not support web workers.
22 22
23 dom/IndexedDB1Test: Skip # Timeout because callbacks don't appear to be called. 23 dom/IndexedDB1Test: Skip # Timeout because callbacks don't appear to be called.
24 dom/IndexedDB2Test: Skip # Timeout because callbacks don't appear to be called. 24 dom/IndexedDB2Test: Skip # Timeout because callbacks don't appear to be called.
25 dom/IndexedDB3Test: Skip # Timeout because callbacks don't appear to be called. 25 dom/IndexedDB3Test: Skip # Timeout because callbacks don't appear to be called.
26 dom/IndexedDB4Test: Skip # Timeout because callbacks don't appear to be called.
27 26
28 [ $compiler == dart2js && $runtime == none ] 27 [ $compiler == dart2js && $runtime == none ]
29 *: Fail, Pass # TODO(ahe): Triage these tests. 28 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « client/tests/client/client.status ('k') | client/tests/client/dom/IndexedDB4Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698