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

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

Issue 10037026: IndexedDB test for maps. (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 dom/CallbacksTest: Pass, Fail # webkitRequestAnimationFrame now takes one argume nt. 6 dom/CallbacksTest: Pass, Fail # webkitRequestAnimationFrame now takes one argume nt.
7 7
8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
9 # TODO(vsm): Triage DOM tests. 9 # TODO(vsm): Triage DOM tests.
10 dom/IndexedDB1Test: Fail # IDBDatabaseImplementation._transaction "Not supporte d yet'. 10 dom/IndexedDB1Test: Fail # IDBDatabaseImplementation._transaction "Not supporte d yet'.
11 dom/IndexedDB2Test: Fail # Crazy results.
11 dom/NativeGCTest: Fail # Issue 1448. 12 dom/NativeGCTest: Fail # Issue 1448.
12 html/html_tests: Pass, Fail # Issue 1946. 13 html/html_tests: Pass, Fail # Issue 1946.
13 14
14 [ $compiler == none && $runtime == drt && $system == windows] 15 [ $compiler == none && $runtime == drt && $system == windows]
15 dom/AudioContextTest: Skip 16 dom/AudioContextTest: Skip
16 17
17 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ] 18 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
18 dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace. 19 dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
19 20
20 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)] 21 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)]
21 # TODO(vsm): Triage DOM tests. 22 # TODO(vsm): Triage DOM tests.
22 dom/DOMIsolatesTest: Fail 23 dom/DOMIsolatesTest: Fail
24 dom/IndexedDB2Test: Fail # Issue 1883 - IndexedDB methods don't handle maps cor rectly.
25
23 dom/HTMLElementTest: Fail 26 dom/HTMLElementTest: Fail
24 dom/WindowOpenTest: Fail 27 dom/WindowOpenTest: Fail
25 28
26 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 29 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
27 dom/HistoryTest: Fail 30 dom/HistoryTest: Fail
28 31
29 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera ] 32 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera ]
30 dom/ImplementationTest: Fail 33 dom/ImplementationTest: Fail
31 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946. 34 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946.
32 35
33 [ $runtime == safari || $runtime == ie ] 36 [ $runtime == safari || $runtime == ie ]
34 html/html_tests: Fail 37 html/html_tests: Fail
35 # TODO(vsm): Triage DOM failures on other browsers. 38 # TODO(vsm): Triage DOM failures on other browsers.
36 dom/*: Skip 39 dom/*: Skip
37 40
38 [ $runtime == ff ] 41 [ $runtime == ff ]
39 dom/AudioContextTest: Fail # FF only has Audio element 42 dom/AudioContextTest: Fail # FF only has Audio element
40 dom/CSSTest: Fail # No analogue to WebKitCSSMatrix 43 dom/CSSTest: Fail # No analogue to WebKitCSSMatrix
41 dom/CallbacksTest: Fail # (webkit|moz|ms)RequestAnimationFrame 44 dom/CallbacksTest: Fail # (webkit|moz|ms)RequestAnimationFrame
42 dom/CanvasTest: Fail # No setFillColor() method. Use fillstyle attribu te instead. 45 dom/CanvasTest: Fail # No setFillColor() method. Use fillstyle attribu te instead.
43 dom/CanvasUsingHtmlTest: Fail # No setFillColor() method. Use fillstyle attribu te instead. 46 dom/CanvasUsingHtmlTest: Fail # No setFillColor() method. Use fillstyle attribu te instead.
44 dom/DartObjectLocalStorageTest: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 47 dom/DartObjectLocalStorageTest: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
45 dom/ExceptionsTest: Fail # Uses webkitotifications, no analogue in moz 48 dom/ExceptionsTest: Fail # Uses webkitotifications, no analogue in moz
46 # _toDartException fails to translate TypeError for call to x.set$onfocus(null) 49 # _toDartException fails to translate TypeError for call to x.set$onfocus(null)
47 dom/HiddenDom1Test: Fail 50 dom/HiddenDom1Test: Fail
48 # _toDartException fails to translate TypeError for call to x.appendChild$_(y) 51 # _toDartException fails to translate TypeError for call to x.appendChild$_(y)
49 dom/HiddenDom2Test: Fail 52 dom/HiddenDom2Test: Fail
50 dom/IndexedDB1Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB 53 dom/IndexedDB1Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB
54 dom/IndexedDB2Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB
51 dom/InstanceOfTest: Fail # FF context.createImageData returns Uint8ClampedAr ray, not ImageData. 55 dom/InstanceOfTest: Fail # FF context.createImageData returns Uint8ClampedAr ray, not ImageData.
52 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 56 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
53 dom/InnerFrameTest: Fail 57 dom/InnerFrameTest: Fail
54 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 58 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
55 dom/SVG3Test: Fail 59 dom/SVG3Test: Fail
56 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 60 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
57 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 61 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
58 # Note this test now passes for the wrong reasons. It used to be that the only 62 # Note this test now passes for the wrong reasons. It used to be that the only
59 # forEach in this program was in NodeList. Due to dependencies from the unittest 63 # forEach in this program was in NodeList. Due to dependencies from the unittest
60 # framework, frog no longer resolves forEach statically, and instead it 64 # framework, frog no longer resolves forEach statically, and instead it
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 102
99 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 103 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
100 [ $runtime == opera ] 104 [ $runtime == opera ]
101 *: Skip 105 *: Skip
102 106
103 [ $checked ] 107 [ $checked ]
104 dom/IndexedDB1Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic. 108 dom/IndexedDB1Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic.
105 109
106 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] 110 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
107 *: 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