Commit dbdb1ea6 authored by Narcis Beleuzu's avatar Narcis Beleuzu
Browse files

Backed out changeset a021d15b86fe (bug 1639545) for multiple mochitest...

Backed out changeset a021d15b86fe (bug 1639545) for multiple mochitest failures on dom/indexedDB/test/* CLOSED TREE
parent 0072accf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@ with Files("**"):

MOCHITEST_MANIFESTS += [
    "test/mochitest-intl-api.ini",
    "test/mochitest-private.ini",
    "test/mochitest-regular.ini",
    "test/mochitest.ini",
]

BROWSER_CHROME_MANIFESTS += ["test/browser.ini"]
+0 −13
Original line number Diff line number Diff line
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

[DEFAULT]
prefs =
  browser.privatebrowsing.autostart=true
  dom.indexedDB.privateBrowsing.enabled=true
  extensions.blocklist.enabled=false

dupe-manifest = true

[include:mochitest-common.ini]
+0 −14
Original line number Diff line number Diff line
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

[DEFAULT]
prefs =
  extensions.blocklist.enabled=false

dupe-manifest = true

# Bug1819284: Run test_file_os_delete only for regular manifest.
[test_file_os_delete.html]

[include:mochitest-common.ini]
+4 −1
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

[DEFAULT]
prefs =
  extensions.blocklist.enabled=false
support-files =
  bfcache_page1.html
  bfcache_page2.html
@@ -81,9 +83,9 @@ support-files =
  unit/test_readonly_transactions.js
  unit/test_readwriteflush_disabled.js
  unit/test_remove_index.js
  unit/test_remove_objectStore.js
  unit/test_rename_index.js
  unit/test_rename_index_errors.js
  unit/test_remove_objectStore.js
  unit/test_rename_objectStore.js
  unit/test_rename_objectStore_errors.js
  unit/test_request_readyState.js
@@ -168,6 +170,7 @@ skip-if = verify
[test_file_array.html]
[test_file_cross_database_copying.html]
[test_file_delete.html]
[test_file_os_delete.html]
[test_file_put_deleted.html]
[test_file_put_get_object.html]
[test_file_put_get_values.html]