summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fs/FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.js.ini
blob: bac9fab242d01188746eaa900031b68312bc2a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.html]
  expected:
    if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
  [A writable stream opens in siloed mode by default]
    expected: FAIL

  [A writable stream in siloed mode has a mode property equal to siloed]
    expected: FAIL

  [When there's an open writable stream in siloed mode on a file, cannot open another writable stream in exclusive on that same file]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
      FAIL

  [After all writable streams in siloed mode on a file has been closed, can open another writable stream in exclusive on the same file]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
      FAIL

  [A writable stream in exclusive mode has a mode property equal to exclusive]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
      FAIL

  [A writable stream in exclusive mode takes a lock that is exclusive]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
      FAIL

  [When there's an open writable stream in exclusive mode on a file, cannot open another writable stream in siloed on that same file]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
      FAIL

  [After a writable stream in exclusive mode on a file has been closed, can open another writable stream in siloed on the same file]
    expected:
      if (os == "win") and debug and (processor == "x86_64"): [FAIL, TIMEOUT]
      if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
      FAIL

  [When there's an open writable stream in exclusive mode on a file, can open another writable stream in exclusive on a different file]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
      if (os == "linux") and debug and not fission: [FAIL, PASS, NOTRUN]
      if (os == "android") and debug: [FAIL, PASS, NOTRUN]
      [PASS, FAIL, NOTRUN]

  [When there's an open writable stream in exclusive mode on a file, cannot open another writable stream in exclusive on that same file]
    expected:
      if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
      FAIL

  [After a writable stream in exclusive mode on a file has been closed, can open another writable stream in exclusive on the same file]
    expected:
      if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
      FAIL

  [When there's an open writable stream in exclusive mode on a file, can open another writable stream in siloed on a different 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]

  [When there's an open writable stream in siloed mode on a file, can open another writable stream in exclusive on a different 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]

  [When there's an open writable stream in siloed mode on a file, can open another writable stream in siloed on a different file]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]

  [A writable stream in siloed mode takes a lock that is shared]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]