302 lines
12 KiB
INI
302 lines
12 KiB
INI
[FileSystemWritableFileStream-write.https.any.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
|
|
if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
|
|
if (os == "mac") and not debug: [OK, TIMEOUT]
|
|
[write() with a string with windows line ending preserved]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[write() with an empty array buffer to an empty file]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
|
|
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[write() with a valid typed array buffer]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[atomic writes: writable file streams make atomic changes on close]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[atomic writes: write() after close() fails]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[atomic writes: truncate() after close() fails]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[atomic writes: close() after close() fails]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (processor == "x86") and debug: [PASS, NOTRUN]
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[atomic writes: only one close() operation may succeed]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[getWriter() can be used]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[WriteParams: truncate missing size param]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[WriteParams: write missing data param]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[WriteParams: seek missing position param]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "mac") and not debug: [PASS, TIMEOUT]
|
|
|
|
[write() with an invalid blob to an empty file should reject]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "mac") and not debug: [PASS, NOTRUN]
|
|
|
|
[WriteParams: write null data param]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[write() with an empty blob to an empty file]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[write() called with a string and a valid offset after seek]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[an errored writable stream releases its lock]
|
|
expected:
|
|
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[write() called with a blob and a valid offset]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[write() called with an offset beyond the end of the file]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[write() with a string with unix line ending preserved]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[write() with a valid utf-8 string]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[write() with an empty string to an empty file]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[write() called with a string and a valid offset]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[write() WriteParams without position and blob appends]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
|
|
|
[write() a blob to an empty file with zero offset]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[write() called consecutively appends]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, NOTRUN]
|
|
|
|
[write() WriteParams without position and string appends]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, NOTRUN]
|
|
|
|
[write() a string to an empty file with zero offset]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
|
|
|
[write() a blob to an empty file]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
|
|
|
[write() with WriteParams without position to an empty file]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[an errored writable stream should reject the next write call]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|
|
|
|
[FileSystemWritableFileStream-write.https.any.worker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, TIMEOUT]
|
|
[write() called with a blob and a valid offset]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() called with an offset beyond the end of the file]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() with an empty string to an empty file]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() with a valid utf-8 string]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() with a string with unix line ending preserved]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() with a string with windows line ending preserved]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() with an empty array buffer to an empty file]
|
|
expected:
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() with a valid typed array buffer]
|
|
expected:
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[atomic writes: writable file streams make atomic changes on close]
|
|
expected:
|
|
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[getWriter() can be used]
|
|
expected:
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[WriteParams: truncate missing size param]
|
|
expected:
|
|
if (os == "win") and debug: [PASS, NOTRUN]
|
|
if (os == "win") and not debug: [PASS, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[WriteParams: write missing data param]
|
|
expected:
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[WriteParams: seek missing position param]
|
|
expected:
|
|
if (os == "win") and debug: [PASS, NOTRUN]
|
|
if (os == "win") and not debug: [PASS, NOTRUN]
|
|
if (os == "mac") and not debug: [PASS, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() with an invalid blob to an empty file should reject]
|
|
expected:
|
|
if (os == "linux") and not fission and not debug: [PASS, FAIL]
|
|
if (os == "mac") and not debug: [PASS, NOTRUN]
|
|
|
|
[WriteParams: write null data param]
|
|
expected:
|
|
if (os == "mac") and not debug: [PASS, TIMEOUT]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() with an empty blob to an empty file]
|
|
expected:
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() a blob to an empty file]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() with WriteParams without position to an empty file]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() a string to an empty file with zero offset]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() a blob to an empty file with zero offset]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() called consecutively appends]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() WriteParams without position and string appends]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() WriteParams without position and blob appends]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[write() called with a string and a valid offset]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[atomic writes: only one close() operation may succeed]
|
|
expected:
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[atomic writes: write() after close() fails]
|
|
expected:
|
|
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[atomic writes: truncate() after close() fails]
|
|
expected:
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[atomic writes: close() after close() fails]
|
|
expected:
|
|
if processor == "x86": [PASS, NOTRUN]
|
|
|
|
[write() called with a string and a valid offset after seek]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
|
|
|
|
[an errored writable stream releases its lock]
|
|
expected:
|
|
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
|