1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/osfile/tests/xpcshell/xpcshell.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,39 @@ 1.4 +[DEFAULT] 1.5 +head = head.js 1.6 +tail = 1.7 + 1.8 +[test_available_free_space.js] 1.9 +[test_osfile_closed.js] 1.10 +[test_path.js] 1.11 +[test_osfile_async.js] 1.12 +[test_osfile_async_append.js] 1.13 +[test_osfile_async_bytes.js] 1.14 +[test_osfile_async_copy.js] 1.15 +[test_osfile_async_flush.js] 1.16 +[test_osfile_async_largefiles.js] 1.17 +[test_osfile_async_setDates.js] 1.18 +[test_removeEmptyDir.js] 1.19 +[test_makeDir.js] 1.20 +[test_file_URL_conversion.js] 1.21 +[test_logging.js] 1.22 +[test_creationDate.js] 1.23 +[test_exception.js] 1.24 +[test_path_constants.js] 1.25 +[test_removeDir.js] 1.26 +[test_reset.js] 1.27 +[test_shutdown.js] 1.28 +[test_unique.js] 1.29 +[test_open.js] 1.30 +[test_telemetry.js] 1.31 +[test_duration.js] 1.32 +[test_read_write.js] 1.33 +[test_compression.js] 1.34 +[test_osfile_writeAtomic_backupTo_option.js] 1.35 +[test_osfile_error.js] 1.36 +[test_queue.js] 1.37 + 1.38 +# Unimplemented on Windows (bug 1022816). 1.39 +# Spurious failure on Android test farm due to non-POSIX behavior of 1.40 +# filesystem backing /mnt/sdcard (not worth trying to fix). 1.41 +[test_osfile_async_setPerms.js] 1.42 +skip-if = os == "win" || os == "android"