mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1093719 - Run only parent indexedDB xpcshell tests on Android; r=ahal
This commit is contained in:
parent
6020bfbf29
commit
54df84b29d
@ -6,7 +6,7 @@
|
||||
dupe-manifest =
|
||||
head = xpcshell-head-parent-process.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'gonk'
|
||||
support-files =
|
||||
bug1056939.zip
|
||||
GlobalObjectsChild.js
|
||||
@ -21,6 +21,7 @@ support-files =
|
||||
[test_blob_file_backed.js]
|
||||
[test_bug1056939.js]
|
||||
[test_globalObjects_ipc.js]
|
||||
skip-if = toolkit == 'android'
|
||||
[test_invalidate.js]
|
||||
# disabled for the moment.
|
||||
skip-if = true
|
||||
|
@ -1,8 +1,6 @@
|
||||
# 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]
|
||||
skip-if = toolkit == 'gonk'
|
||||
|
||||
[test_add_put.js]
|
||||
[test_add_twice_failure.js]
|
||||
|
Loading…
Reference in New Issue
Block a user