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

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

Issue 9430023: Make dom/XHRTest pass. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 10 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/dom/XHRTest.dart » ('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
index b715a8298e752ef2362f81fd96f7d9a9255cbc4c..207f87a3c5772821723a0f8f805cf31a16d17dfd 100644
--- a/client/tests/client/client.status
+++ b/client/tests/client/client.status
@@ -14,7 +14,6 @@ dom/HTMLElementTest: Fail
dom/IsolateLightTest: Fail
dom/NativeGCTest: Fail # Issue 1448.
dom/TypingTest: Fail
-dom/XHRTest: Fail
[ $component == dartium && $mode == debug ]
# TODO(vsm): Triage Dartium failures.
@@ -23,16 +22,6 @@ dom/DOMIsolatesTest: Skip
dom/NativeGCTest: Skip
dom/TypedArrays1Test: Skip
-[ $component == chromium ]
-html/html_tests: Skip # Doesn't recognize SVGElement constructors
-# TODO(vsm): Triage DOM tests.
-dom/AsyncWindowTest: Skip # This test appears to interact badly with other tests.
-dom/DOMIsolatesTest: Fail
-dom/DocumentTest: Fail
-dom/HTMLElementTest: Fail
-dom/TypingTest: Fail
-dom/XHRTest: Fail
-
[ $component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ]
# TODO(vsm): Triage DOM tests.
dom/DocumentTest: Fail
@@ -40,7 +29,6 @@ dom/DOMIsolatesTest: Fail
dom/HTMLElementTest: Fail
dom/TypingTest: Fail
dom/WindowOpenTest: Fail
-dom/XHRTest: Fail
[ ($component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie))) && $checked ]
@@ -59,8 +47,9 @@ dom/*: Skip
[ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
*: Skip
-[ $component == chromium && $mode == release ]
-
+# dartc (used by 'chromium') no longer generates code.
+[ $component == chromium ]
+*: Skip
# 'client' tests import the DOM library, so they only make sense in
# a browser environment.
« no previous file with comments | « no previous file | client/tests/client/dom/XHRTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698