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

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

Issue 9950037: Fix factory dart:html typed array providers for dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: suppress html/TypedArrays tests in ie Created 8 years, 9 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/TypedArrays2Test.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 e86e4547e60abd8c89ea7e6ce58805a5fb2c19e3..0d81d1a7a41b7b3eea6b0dd82c4c3d5564deafe2 100644
--- a/client/tests/client/client.status
+++ b/client/tests/client/client.status
@@ -10,7 +10,9 @@ dom/AudioContextTest: Fail
dom/HTMLElementTest: Fail
dom/IsolateLightTest: Fail
dom/NativeGCTest: Fail # Issue 1448.
+dom/TypedArrays2Test: Pass, Fail # Dartium needs to implement 3 arg constructor
html/frog_html_tests: Skip
+html/TypedArrays2Test: Pass, Fail # Dartium dart:html needs to implement 3 arg constructor
[ $component == dartium && $system == windows ]
dom/DOMIsolatesTest: Skip
@@ -36,11 +38,15 @@ dom/ImplementationTest: Fail
dom/HistoryTest: Fail
html/html_tests: Pass, Fail # "Measurement measurement is async but before" See issue 1946.
-[ $runtime == ff || $runtime == safari || $runtime == ie) ]
+[ $runtime == ff || $runtime == safari || $runtime == ie ]
html/html_tests: Fail
# TODO(vsm): Triage DOM failures on other browsers.
dom/*: Skip
+[ $runtime == ie ]
+html/TypedArrays1Test: Skip # ie9 does not have typed arrays.
+html/TypedArrays2Test: Skip
+
# TODO(nweiz): enable this test again once the functionality being tested
# is supported.
[ ($compiler == frog && $runtime == drt) || $runtime == safari || $runtime == ie]
« no previous file with comments | « no previous file | client/tests/client/dom/TypedArrays2Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698