xpcshell.toml (1888B)
1 [DEFAULT] 2 head = "head_storage.js" 3 support-files = [ 4 "baddataDB.sqlite", 5 "corruptDB.sqlite", 6 "fakeDB.sqlite", 7 "goodDB.sqlite", 8 "locale_collation.txt", 9 "VacuumParticipant.sys.mjs", 10 ] 11 12 ["test_bindArray.js"] 13 14 ["test_bug-365166.js"] 15 16 ["test_bug-393952.js"] 17 18 ["test_bug-429521.js"] 19 20 ["test_bug-444233.js"] 21 22 ["test_cache_size.js"] 23 24 ["test_chunk_growth.js"] 25 # Bug 676981: test fails consistently on Android 26 fail-if = [ 27 "os == 'android'", 28 ] 29 30 ["test_connection_asyncClose.js"] 31 32 ["test_connection_executeAsync.js"] 33 34 ["test_connection_executeSimpleSQLAsync.js"] 35 36 ["test_connection_failsafe_close.js"] 37 # The failsafe close mechanism asserts when performing SpinningSynchronousClose 38 # on debug builds, so we can only test on non-debug builds. 39 run-if = [ 40 "opt", 41 ] 42 43 ["test_connection_interrupt.js"] 44 45 ["test_connection_online_backup.js"] 46 47 ["test_default_journal_size_limit.js"] 48 49 ["test_js_helpers.js"] 50 51 ["test_levenshtein.js"] 52 53 ["test_like.js"] 54 55 ["test_like_escape.js"] 56 57 ["test_locale_collation.js"] 58 59 ["test_minimizeMemory.js"] 60 61 ["test_page_size_is_32k.js"] 62 63 ["test_persist_journal.js"] 64 65 ["test_readonly-immutable-nolock_vfs.js"] 66 67 ["test_retry_on_busy.js"] 68 69 ["test_sqlite_secure_delete.js"] 70 71 ["test_statement_executeAsync.js"] 72 73 ["test_statement_wrapper_automatically.js"] 74 75 ["test_storage_connection.js"] 76 # Bug 676981: test fails consistently on Android 77 fail-if = [ 78 "os == 'android'", 79 ] 80 81 ["test_storage_ext.js"] 82 83 ["test_storage_ext_fts3.js"] 84 skip-if = [ 85 "appname != 'thunderbird' && appname != 'seamonkey'", 86 ] 87 88 ["test_storage_ext_fts5.js"] 89 90 ["test_storage_ext_vec.js"] 91 run-if = [ 92 "buildapp == 'browser'", 93 ] 94 95 ["test_storage_function.js"] 96 97 ["test_storage_progresshandler.js"] 98 99 ["test_storage_service.js"] 100 101 ["test_storage_service_special.js"] 102 103 ["test_storage_service_unshared.js"] 104 105 ["test_storage_statement.js"] 106 107 ["test_storage_value_array.js"] 108 109 ["test_unicode.js"] 110 111 ["test_vacuum.js"]