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

Unified Diff: tests/html/html.status

Issue 10876002: Fixing up some APIs to allow Web DB to work from dart and adding tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Syncing to latest. Created 8 years, 4 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 | tests/html/websql_test.dart » ('j') | 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 464a3823c01e9a9395527b6afa5390ceea7eef8f..0b8673ec7aef9acc8fcf75fe4a03db32b28d3abf 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -13,6 +13,7 @@ xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages.
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
+websql_test: Skip #4645 dartium does not support web SQL (and times out executing)
[ $compiler == none && $runtime == drt && $system == windows]
audiocontext_test: Skip
@@ -57,6 +58,7 @@ localstorage_test: Fail
node_test: Fail
svgelement_test: Fail
svgelement2_test: Fail
+websql_test: Fail # IE does not support web SQL
#
# Investigate and triage the following into bug reports.
#
@@ -140,6 +142,7 @@ typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0
# framework, frog no longer resolves forEach statically, and instead it
# dynamically binds forEach on a bunch of classes, including HTMLCollection.
typing_test: Pass
+websql_test: Fail # FF does not support web SQL
websocket_test: 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) ...
« no previous file with comments | « no previous file | tests/html/websql_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698