blob: 419ce56ebc8fbeeeb592816100e44937da926143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[FileSystemSyncAccessHandle-truncate.https.tentative.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[test SyncAccessHandle.truncate with different sizes]
expected:
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
[test SyncAccessHandle.truncate after SyncAccessHandle.write]
expected:
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
|