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