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

Unified Diff: client/tests/client/client.status

Issue 10191033: test renaming overhaul: step 4 client tests (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/tests/client/client-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/client.status
diff --git a/client/tests/client/client.status b/client/tests/client/client.status
deleted file mode 100644
index 717bfa0dfeeae28694f3fe5743a06a3773cd1cd5..0000000000000000000000000000000000000000
--- a/client/tests/client/client.status
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-dom/WebGL1Test: Skip # Issue 1495
-html/EventTest: Skip # Issue 1996
-html/XMLDocumentTest: Skip # XML in dart:html is incomplete
-html/XMLElementTest: Skip # XML in dart:html is incomplete
-html/MeasurementTest: Pass, Fail # Issue 1940
-
-[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
-dom/IndexedDB3Test: Fail # UnsupportedOperationException 'IDBCursorImplementation.get:key'
-dom/IndexedDB4Test: Skip # Hangs in dartium. IDBKeyRange constructors not implemented.
-dom/RequestAnimationFrameTest: Skip # drt hangs; requestAnimationFrame not implemented
-html/RequestAnimationFrameTest: Skip # drt hangs; requestAnimationFrame not implemented
-html/DocumentFragmentTest: Fail
-
-[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ]
-dom/NativeGCTest: Skip # Issue 2538.
-
-[ $compiler == none && $runtime == drt && $system == windows]
-dom/AudioContextTest: Skip
-
-[ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
-dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
-
-[ $compiler == frog && $runtime == drt ]
-dom/RequestAnimationFrameTest: Skip # drt hangs
-html/RequestAnimationFrameTest: Skip # drt hangs
-
-[ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || ($runtime == drt && $compiler == frog)]
-# TODO(vsm): Triage DOM tests.
-dom/DOMIsolatesTest: Fail
-dom/IndexedDB2Test: Fail # Issue 1883 - IndexedDB methods don't handle maps correctly.
-dom/HTMLElementTest: Fail
-dom/WindowOpenTest: Fail
-
-[ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera ]
-dom/HistoryTest: Fail
-
-[ $runtime == chrome ]
-html/CSSStyleDeclarationTest: Fail
-
-[ $runtime == ie ]
-html/CanvasPixelArrayTypeAliasTest: Fail # Verify is CanvasPixelArray.
-html/CSSStyleDeclarationTest: Fail
-html/DocumentFragmentTest: Fail
-html/ElementTest: Fail
-html/LocalStorageTest: Fail
-html/NodeTest: Fail
-html/SVGElementTest: Fail
-html/TypedArrays1Test: Skip # ie9 does not have typed arrays.
-html/TypedArrays2Test: Skip
-html/TypedArrays3Test: Skip
-html/TypedArrays4Test: Skip
-html/XHRTest: Fail
-# TODO(vsm): Triage DOM failures.
-dom/*: Skip
-
-[ $runtime == safari ]
-html/CanvasPixelArrayTypeAliasTest: Fail # Caught TypeError: 'undefined' is not a function
-html/CSSStyleDeclarationTest: Fail
-html/ElementTest: Fail
-html/NodeTest: Fail
-html/SVGElementTest: Fail
-# TODO(vsm): Triage DOM failures.
-dom/*: Skip
-
-[ $runtime == ff ]
-dom/AudioContextTest: Fail # FF only has Audio element
-dom/CSSTest: Fail # No analogue to WebKitCSSMatrix
-dom/CallbacksTest: Fail # (webkit|moz|ms)RequestAnimationFrame
-dom/CanvasTest: Fail # No setFillColor() method. Use fillstyle attribute instead.
-dom/CanvasUsingHtmlTest: Fail # No setFillColor() method. Use fillstyle attribute instead.
-dom/DartObjectLocalStorageTest: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
-dom/ExceptionsTest: Fail # Uses webkitotifications, no analogue in moz
-# _toDartException fails to translate TypeError for call to x.set$onfocus(null)
-dom/HiddenDom1Test: Fail
-# _toDartException fails to translate TypeError for call to x.appendChild$_(y)
-dom/HiddenDom2Test: Fail
-dom/IndexedDB1Test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
-dom/IndexedDB2Test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
-dom/IndexedDB3Test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
-dom/IndexedDB4Test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
-dom/InstanceOfTest: Fail # Issue 2535
-# setup code fails. prepare. (DOM callback has errors) Caught [object Event]
-dom/InnerFrameTest: Fail
-# Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable
-dom/SVG3Test: Fail
-# document.getElementsByTagName('body') returns an HTMLCollection, not a NodeList.
-# TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
-# Note this test now passes for the wrong reasons. It used to be that the only
-# forEach in this program was in NodeList. Due to dependencies from the unittest
-# framework, frog no longer resolves forEach statically, and instead it
-# dynamically binds forEach on a bunch of classes, including HTMLCollection.
-dom/TypingTest: Pass
-dom/WebSocketTest: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
-# Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4
-# (NS_ERROR_DOM_BAD_URI) ...
-dom/XHRTest: Fail
-html/CSSStyleDeclarationTest: Fail
-html/DocumentFragmentTest: Fail
-html/ElementTest: Fail
-html/LocalStorageTest: Fail
-html/SVGElementTest: Fail
-html/XHRTest: Fail
-
-[ $runtime == ie && ($system == linux || $system == mac) ]
-*: Skip
-
-[ $runtime == safari && ($system == linux || $system == windows) ]
-*: Skip
-
-# 'client' tests import the DOM library, so they only make sense in
-# a browser environment.
-[ $compiler == dartc ]
-*: Skip
-
-[ $runtime == vm ]
-*: Skip
-
-[ $compiler == frog && $runtime == d8 ]
-*: Skip
-
-# TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
-[ $runtime == opera ]
-*: Skip
-
-[ $compiler == frog && $runtime == none ]
-*: Skip
« 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