toolkit/components/osfile/tests/xpcshell/xpcshell.ini

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 [DEFAULT]
     2 head = head.js
     3 tail =
     5 [test_available_free_space.js]
     6 [test_osfile_closed.js]
     7 [test_path.js]
     8 [test_osfile_async.js]
     9 [test_osfile_async_append.js]
    10 [test_osfile_async_bytes.js]
    11 [test_osfile_async_copy.js]
    12 [test_osfile_async_flush.js]
    13 [test_osfile_async_largefiles.js]
    14 [test_osfile_async_setDates.js]
    15 [test_removeEmptyDir.js]
    16 [test_makeDir.js]
    17 [test_file_URL_conversion.js]
    18 [test_logging.js]
    19 [test_creationDate.js]
    20 [test_exception.js]
    21 [test_path_constants.js]
    22 [test_removeDir.js]
    23 [test_reset.js]
    24 [test_shutdown.js]
    25 [test_unique.js]
    26 [test_open.js]
    27 [test_telemetry.js]
    28 [test_duration.js]
    29 [test_read_write.js]
    30 [test_compression.js]
    31 [test_osfile_writeAtomic_backupTo_option.js]
    32 [test_osfile_error.js]
    33 [test_queue.js]
    35 # Unimplemented on Windows (bug 1022816).
    36 # Spurious failure on Android test farm due to non-POSIX behavior of
    37 # filesystem backing /mnt/sdcard (not worth trying to fix).
    38 [test_osfile_async_setPerms.js]
    39 skip-if = os == "win" || os == "android"

mercurial