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

Side by Side Diff: client/tests/client/client.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 | « no previous file | client/tests/client/client-leg.status » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 dom/WebGL1Test: Skip # Issue 1495 5 dom/WebGL1Test: Skip # Issue 1495
6 6
7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
8 html/html_tests: Pass, Fail # Issue 1946. 8 html/html_tests: Pass, Fail # Issue 1946.
9 dom/IndexedDB3Test: Fail # UnsupportedOperationException 'IDBCursorImplementati on.get:key' 9 dom/IndexedDB3Test: Fail # UnsupportedOperationException 'IDBCursorImplementati on.get:key'
10 dom/IndexedDB4Test: Skip # Hangs in dartium. IDBKeyRange constructors not imple mented.
11 10
12 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $checked ] 11 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $checked ]
13 html/TypedArrays1Test: Fail # Fails only on checked mode. 12 html/TypedArrays1Test: Fail # Fails only on checked mode.
14 13
15 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 14 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
16 dom/NativeGCTest: Skip # Issue 2538. 15 dom/NativeGCTest: Skip # Issue 2538.
17 16
18 [ $compiler == none && $runtime == drt && $system == windows] 17 [ $compiler == none && $runtime == drt && $system == windows]
19 dom/AudioContextTest: Skip 18 dom/AudioContextTest: Skip
20 19
21 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ] 20 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
22 dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace. 21 dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
23 22
24 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)] 23 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)]
25 # TODO(vsm): Triage DOM tests. 24 # TODO(vsm): Triage DOM tests.
26 dom/DOMIsolatesTest: Fail 25 dom/DOMIsolatesTest: Fail
27 dom/IndexedDB2Test: Fail # Issue 1883 - IndexedDB methods don't handle maps cor rectly. 26 dom/IndexedDB2Test: Fail # Issue 1883 - IndexedDB methods don't handle maps cor rectly.
28 dom/IndexedDB4Test: Fail # IDBKeyRange constructors not implemented.
29 27
30 dom/HTMLElementTest: Fail 28 dom/HTMLElementTest: Fail
31 dom/WindowOpenTest: Fail 29 dom/WindowOpenTest: Fail
32 30
33 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 31 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
34 dom/HistoryTest: Fail 32 dom/HistoryTest: Fail
35 33
36 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera ] 34 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera ]
37 dom/ImplementationTest: Fail 35 dom/ImplementationTest: Fail
38 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946. 36 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946.
(...skipping 11 matching lines...) Expand all
50 dom/CanvasUsingHtmlTest: Fail # No setFillColor() method. Use fillstyle attribu te instead. 48 dom/CanvasUsingHtmlTest: Fail # No setFillColor() method. Use fillstyle attribu te instead.
51 dom/DartObjectLocalStorageTest: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 49 dom/DartObjectLocalStorageTest: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
52 dom/ExceptionsTest: Fail # Uses webkitotifications, no analogue in moz 50 dom/ExceptionsTest: Fail # Uses webkitotifications, no analogue in moz
53 # _toDartException fails to translate TypeError for call to x.set$onfocus(null) 51 # _toDartException fails to translate TypeError for call to x.set$onfocus(null)
54 dom/HiddenDom1Test: Fail 52 dom/HiddenDom1Test: Fail
55 # _toDartException fails to translate TypeError for call to x.appendChild$_(y) 53 # _toDartException fails to translate TypeError for call to x.appendChild$_(y)
56 dom/HiddenDom2Test: Fail 54 dom/HiddenDom2Test: Fail
57 dom/IndexedDB1Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB 55 dom/IndexedDB1Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB
58 dom/IndexedDB2Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB 56 dom/IndexedDB2Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB
59 dom/IndexedDB3Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB 57 dom/IndexedDB3Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB
60 dom/IndexedDB4Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB
61 dom/InstanceOfTest: Fail # Issue 2535 58 dom/InstanceOfTest: Fail # Issue 2535
62 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 59 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
63 dom/InnerFrameTest: Fail 60 dom/InnerFrameTest: Fail
64 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 61 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
65 dom/SVG3Test: Fail 62 dom/SVG3Test: Fail
66 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 63 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
67 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 64 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
68 # Note this test now passes for the wrong reasons. It used to be that the only 65 # Note this test now passes for the wrong reasons. It used to be that the only
69 # forEach in this program was in NodeList. Due to dependencies from the unittest 66 # forEach in this program was in NodeList. Due to dependencies from the unittest
70 # framework, frog no longer resolves forEach statically, and instead it 67 # framework, frog no longer resolves forEach statically, and instead it
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 102
106 [ $compiler == frogsh && $runtime == d8 ] 103 [ $compiler == frogsh && $runtime == d8 ]
107 *: Skip 104 *: Skip
108 105
109 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 106 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
110 [ $runtime == opera ] 107 [ $runtime == opera ]
111 *: Skip 108 *: Skip
112 109
113 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] 110 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
114 *: Skip 111 *: Skip
OLDNEW
« no previous file with comments | « no previous file | client/tests/client/client-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698