1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/storage/test/unit/xpcshell.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,45 @@ 1.4 +[DEFAULT] 1.5 +head = head_storage.js 1.6 +tail = 1.7 +support-files = 1.8 + corruptDB.sqlite 1.9 + fakeDB.sqlite 1.10 + locale_collation.txt 1.11 + vacuumParticipant.js 1.12 + vacuumParticipant.manifest 1.13 + 1.14 +[test_bug-365166.js] 1.15 +[test_bug-393952.js] 1.16 +[test_bug-429521.js] 1.17 +[test_bug-444233.js] 1.18 +[test_cache_size.js] 1.19 +[test_chunk_growth.js] 1.20 +# Bug 676981: test fails consistently on Android 1.21 +fail-if = os == "android" 1.22 +[test_connection_executeAsync.js] 1.23 +[test_connection_executeSimpleSQLAsync.js] 1.24 +[test_js_helpers.js] 1.25 +[test_levenshtein.js] 1.26 +[test_like.js] 1.27 +[test_like_escape.js] 1.28 +[test_locale_collation.js] 1.29 +[test_page_size_is_32k.js] 1.30 +[test_sqlite_secure_delete.js] 1.31 +[test_statement_executeAsync.js] 1.32 +[test_statement_wrapper_automatically.js] 1.33 +[test_storage_aggregates.js] 1.34 +[test_storage_connection.js] 1.35 +# Bug 676981: test fails consistently on Android 1.36 +fail-if = os == "android" 1.37 +[test_storage_fulltextindex.js] 1.38 +[test_storage_function.js] 1.39 +[test_storage_progresshandler.js] 1.40 +[test_storage_service.js] 1.41 +[test_storage_service_unshared.js] 1.42 +[test_storage_statement.js] 1.43 +[test_storage_value_array.js] 1.44 +[test_unicode.js] 1.45 +[test_vacuum.js] 1.46 +[test_telemetry_vfs.js] 1.47 +# Bug 676981: test fails consistently on Android 1.48 +# fail-if = os == "android"