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

Unified Diff: tests/html/html.status

Issue 10824080: Fix some html tests status that now pass on win-ff but still fail on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index c253a21c2fe50e097ab8c38d894cbf9cb60a214e..8274a1f69315fabf7d3ca99260f57b1cf4e4bd32 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -111,13 +111,10 @@ indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn
indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
-instance_of_test: Fail # Issue 2535
# setup code fails. prepare. (DOM callback has errors) Caught [object Event]
inner_frame_test: Skip
js_interop_3_test: Fail
js_interop_4_test: Fail
-localstorage_test: Fail
-mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
# Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable
svg_3_test: Fail
svgelement_test: Fail
@@ -189,7 +186,11 @@ isolates_test: Skip # Timeout because leg does not support web workers.
typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types.
[ $compiler == dart2js && $runtime == ff && $system == linux]
+canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data'
indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Error: The data provided does not meet the requirements of the function.
+instance_of_test: Fail # Issue 2535
+localstorage_test: Fail
+mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
[ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linux]
# DOM errors.
@@ -204,7 +205,6 @@ fileapi_test: Skip # Issue 3022
[ $compiler == dart2js && $runtime == ff ]
cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
-canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data'
xhr_test: Skip # Timeout
inner_frame_test: Skip # Timeout
svg_3_test: Skip # Timeout
« 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