From eb35cd10852cde613e6047220835cfa61eef6e01 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 8 Nov 2019 10:49:46 +0100 Subject: Issue #1263 - Part 2: Remove DiskSpaceWatcher tests --- dom/tests/mochitest/ajax/offline/mochitest.ini | 2 - .../ajax/offline/test_lowDeviceStorage.html | 91 ---------------------- .../offline/test_lowDeviceStorageDuringUpdate.html | 58 -------------- dom/tests/mochitest/localstorage/mochitest.ini | 1 - .../localstorage/test_lowDeviceStorage.html | 76 ------------------ 5 files changed, 228 deletions(-) delete mode 100644 dom/tests/mochitest/ajax/offline/test_lowDeviceStorage.html delete mode 100644 dom/tests/mochitest/ajax/offline/test_lowDeviceStorageDuringUpdate.html delete mode 100644 dom/tests/mochitest/localstorage/test_lowDeviceStorage.html (limited to 'dom/tests/mochitest') diff --git a/dom/tests/mochitest/ajax/offline/mochitest.ini b/dom/tests/mochitest/ajax/offline/mochitest.ini index 961b143b6..45909e94e 100644 --- a/dom/tests/mochitest/ajax/offline/mochitest.ini +++ b/dom/tests/mochitest/ajax/offline/mochitest.ini @@ -79,8 +79,6 @@ support-files = [test_fallback.html] [test_foreign.html] [test_identicalManifest.html] -[test_lowDeviceStorage.html] -[test_lowDeviceStorageDuringUpdate.html] [test_missingFile.html] [test_missingManifest.html] [test_noManifest.html] diff --git a/dom/tests/mochitest/ajax/offline/test_lowDeviceStorage.html b/dom/tests/mochitest/ajax/offline/test_lowDeviceStorage.html deleted file mode 100644 index d03ef5a12..000000000 --- a/dom/tests/mochitest/ajax/offline/test_lowDeviceStorage.html +++ /dev/null @@ -1,91 +0,0 @@ - - -Low device storage - - - - - - - - - - - - - diff --git a/dom/tests/mochitest/ajax/offline/test_lowDeviceStorageDuringUpdate.html b/dom/tests/mochitest/ajax/offline/test_lowDeviceStorageDuringUpdate.html deleted file mode 100644 index 88a0b4eae..000000000 --- a/dom/tests/mochitest/ajax/offline/test_lowDeviceStorageDuringUpdate.html +++ /dev/null @@ -1,58 +0,0 @@ - - -Low device storage during update - - - - - - - - - - - - - diff --git a/dom/tests/mochitest/localstorage/mochitest.ini b/dom/tests/mochitest/localstorage/mochitest.ini index 5242bf9b1..30b90664a 100644 --- a/dom/tests/mochitest/localstorage/mochitest.ini +++ b/dom/tests/mochitest/localstorage/mochitest.ini @@ -47,6 +47,5 @@ skip-if = toolkit == 'android' #TIMED_OUT skip-if = toolkit == 'android' #TIMED_OUT [test_localStorageReplace.html] skip-if = toolkit == 'android' -[test_lowDeviceStorage.html] [test_storageConstructor.html] [test_localStorageSessionPrefOverride.html] diff --git a/dom/tests/mochitest/localstorage/test_lowDeviceStorage.html b/dom/tests/mochitest/localstorage/test_lowDeviceStorage.html deleted file mode 100644 index 046587150..000000000 --- a/dom/tests/mochitest/localstorage/test_lowDeviceStorage.html +++ /dev/null @@ -1,76 +0,0 @@ - - -Test localStorage usage while in a low device storage situation - - - - - - - - - - - - -- cgit v1.2.3