gecko-dev/dom/devicestorage/test
Andrew McCreight 6bfd070b88 Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands
These tests use devicestorage_setup() in devicestorage_common() to do
two things:

a) Set up preferences using pushPrefEnv().

b) Delete a special directory for testing device storage things, to
make sure it is empty. This requires running a chrome script and
waiting for it to finish.

Actually converting the individual tests requires wrapping up the
rest of the test inside a giant function.

This patch also removes the non-e10s ipc tests, because the other
changes break them. They should not be needed any more, as with this
patch we will be running devicestorage tests on e10s and b2g.
2015-11-20 09:18:22 -08:00
..
chrome.ini Bug 1222478 - Enable more mulet tests. r=gerard-majax 2015-11-06 20:01:45 +01:00
devicestorage_common.js Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
mochitest.ini Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
remove_testing_directory.js Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_823965.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_add.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_addCorrectType.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_app_permissions.html Bug 1116778 - test_app_permissions.html yields 404, I suspect the test isn't doing what we expect it to. r=jmaher 2015-01-12 09:31:38 -05:00
test_available.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_basic.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_dirs.html Bug 1047268 - Call SpecialPowers.pushPermissions() to ensure permission change is completed before continuing the rest of the tests. r=dhylands 2014-08-01 01:48:00 -04:00
test_diskSpace.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_dotdot.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_enumerate.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_enumerateMultipleContinue.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_enumerateNoParam.html
test_enumerateOptions.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_freeSpace.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_fs_app_permissions.html Bug 934367 - Implement createFile for Directory. r=dhylands 2014-03-05 16:40:48 +08:00
test_fs_appendFile.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_fs_basic.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_fs_createDirectory.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_fs_createFile.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_fs_get.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_fs_getFilesAndDirectories.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_fs_remove.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_lastModificationFilter.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_overrideDir.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_overwrite.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_sanity.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_storageAreaListener.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_usedSpace.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_watch.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00
test_watchOther.html Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands 2015-11-20 09:18:22 -08:00