Bug 947134 - Enable datastore/tests/test_certifiedApp.html for B2G Emulator, r=ehsan

This commit is contained in:
Andrea Marchesini 2013-12-06 16:40:49 +00:00
parent 37b518d477
commit 8ea43b266a
3 changed files with 7 additions and 10 deletions

View File

@ -66,11 +66,6 @@
}
var tests = [
function() {
ok(!("getDataStores" in navigator), "getDataStores should not exist");
runTest();
},
// Permissions
function() {
SpecialPowers.pushPermissions(
@ -83,7 +78,13 @@
function() {
SpecialPowers.pushPrefEnv({"set": [["dom.promise.enabled", true],
["dom.datastore.enabled", true],
["dom.testing.ignore_ipc_principal", true]]}, runTest);
["dom.testing.ignore_ipc_principal", true],
["dom.testing.datastore_enabled_for_hosted_apps", false]]}, runTest);
},
function() {
ok(!("getDataStores" in navigator), "getDataStores should not exist");
runTest();
},
function() {

View File

@ -274,8 +274,6 @@
"dom/browser-element/mochitest/test_browserElement_inproc_CloseFromOpener.html":"",
"dom/browser-element/":"",
"dom/datastore/tests/test_certifiedApp.html":"",
"dom/file/test/test_progress_events.html":"All of these fail fairly regularly with: UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. at http://mochi.test:8888/tests/dom/file/test/helpers.js:126",
"dom/file/test/test_request_readyState.html":"",
"dom/file/test/test_stream_tracking.html":"",

View File

@ -282,8 +282,6 @@
"dom/browser-element/mochitest/test_browserElement_inproc_CloseFromOpener.html":"",
"dom/browser-element/":"",
"dom/datastore/tests/test_certifiedApp.html":"",
"dom/file/test/test_progress_events.html":"All of these fail fairly regularly with: UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. at http://mochi.test:8888/tests/dom/file/test/helpers.js:126",
"dom/file/test/test_request_readyState.html":"",
"dom/file/test/test_stream_tracking.html":"",