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

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

Issue 10012056: Revert "Revert "Triage client/dom test failures on FireFox"" (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 | 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) 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 ] 7 [ $compiler == none && $runtime == drt ]
8 # TODO(vsm): Triage DOM tests. 8 # TODO(vsm): Triage DOM tests.
9 dom/HTMLElementTest: Fail 9 dom/HTMLElementTest: Fail
10 dom/IndexedDB1Test: Fail # IDBDatabaseImplementation._transaction "Not supporte d yet'. 10 dom/IndexedDB1Test: Fail # IDBDatabaseImplementation._transaction "Not supporte d yet'.
11 11
12 dom/NativeGCTest: Fail # Issue 1448. 12 dom/NativeGCTest: Fail # Issue 1448.
13 html/html_tests: Pass, Fail # Issue 1946. 13 html/html_tests: Pass, Fail # Issue 1946.
14 14
15 [ $compiler == none && $runtime == drt && $system == windows] 15 [ $compiler == none && $runtime == drt && $system == windows]
16 dom/AudioContextTest: Skip 16 dom/AudioContextTest: Skip
17 17
18 [ $compiler == none && $runtime == drt && $mode == debug ]
19 # TODO(vsm): Triage Dartium failures.
20 dom/CSSTest: Skip
21 dom/DOMIsolatesTest: Skip
22 dom/NativeGCTest: Skip
23 dom/TypedArrays1Test: Skip
24
18 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ] 25 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
19 dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace. 26 dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
20 27
21 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)] 28 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)]
22 # TODO(vsm): Triage DOM tests. 29 # TODO(vsm): Triage DOM tests.
23 dom/DOMIsolatesTest: Fail 30 dom/DOMIsolatesTest: Fail
24 dom/HTMLElementTest: Fail 31 dom/HTMLElementTest: Fail
25 dom/WindowOpenTest: Fail 32 dom/WindowOpenTest: Fail
26 33
27 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera ] 34 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera ]
28 dom/ImplementationTest: Fail 35 dom/ImplementationTest: Fail
29 dom/HistoryTest: Fail 36 dom/HistoryTest: Fail
30 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946. 37 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946.
31 38
32 [ $runtime == ff || $runtime == safari || $runtime == ie ] 39 [ $runtime == safari || $runtime == ie ]
33 html/html_tests: Fail 40 html/html_tests: Fail
34 # TODO(vsm): Triage DOM failures on other browsers. 41 # TODO(vsm): Triage DOM failures on other browsers.
35 dom/*: Skip 42 dom/*: Skip
36 43
44 [ $runtime == ff ]
45 dom/AudioContextTest: Fail # FF only has Audio element
46 dom/CSSTest: Fail # No analogue to WebKitCSSMatrix
47 dom/CallbacksTest: Fail # (webkit|moz|ms)RequestAnimationFrame
48 dom/CanvasTest: Fail # No setFillColor() method. Use fillstyle attribu te instead.
49 dom/CanvasUsingHtmlTest: Fail # No setFillColor() method. Use fillstyle attribu te instead.
50 dom/DartObjectLocalStorageTest: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
51 dom/ExceptionsTest: Fail # Uses webkitotifications, no analogue in moz
52 # _toDartException fails to translate TypeError for call to x.set$onfocus(null)
53 dom/HiddenDom1Test: Fail
54 # _toDartException fails to translate TypeError for call to x.appendChild$_(y)
55 dom/HiddenDom2Test: Fail
56 dom/IndexedDB1Test: Fail # Need window.mozIndexedDB instead of window.webkit IndexedDB
57 dom/InstanceOfTest: Fail # FF context.createImageData returns Uint8ClampedAr ray, not ImageData.
58 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
59 dom/InnerFrameTest: Fail
60 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
61 dom/SVG3Test: Fail
62 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
63 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
64 dom/TypingTest: Fail
65 dom/WebSocketTest: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket .
66 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
67 # (NS_ERROR_DOM_BAD_URI) ...
68 dom/XHRTest: Fail
69
37 [ $runtime == ie ] 70 [ $runtime == ie ]
38 html/TypedArrays1Test: Skip # ie9 does not have typed arrays. 71 html/TypedArrays1Test: Skip # ie9 does not have typed arrays.
39 html/TypedArrays2Test: Skip 72 html/TypedArrays2Test: Skip
40 html/TypedArrays3Test: Skip 73 html/TypedArrays3Test: Skip
41 html/TypedArrays4Test: Skip 74 html/TypedArrays4Test: Skip
42 75
43 # TODO(nweiz): enable this test again once the functionality being tested 76 # TODO(nweiz): enable this test again once the functionality being tested
44 # is supported. 77 # is supported.
45 [ ($compiler == frog && $runtime == drt) || $runtime == safari || $runtime == ie ] 78 [ ($compiler == frog && $runtime == drt) || $runtime == safari || $runtime == ie ]
46 html/frog_html_tests: Skip # Issue 1884 79 html/frog_html_tests: Skip # Issue 1884
(...skipping 17 matching lines...) Expand all
64 97
65 [ $compiler == frogsh && $runtime == d8 ] 98 [ $compiler == frogsh && $runtime == d8 ]
66 *: Skip 99 *: Skip
67 100
68 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 101 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
69 [ $runtime == opera ] 102 [ $runtime == opera ]
70 *: Skip 103 *: Skip
71 104
72 [ $checked ] 105 [ $checked ]
73 dom/IndexedDB1Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic. 106 dom/IndexedDB1Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698