summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/atomics/cts.https.html.ini
blob: eb2663a4727d8f979b35f7e2ca66718ad6f199fd (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atomics:stage:*]
  [:stage="compute";atomicOp="add"]

  [:stage="compute";atomicOp="and"]

  [:stage="compute";atomicOp="compareexchangeweak"]

  [:stage="compute";atomicOp="exchange"]

  [:stage="compute";atomicOp="load"]

  [:stage="compute";atomicOp="max"]

  [:stage="compute";atomicOp="min"]

  [:stage="compute";atomicOp="or"]

  [:stage="compute";atomicOp="store"]

  [:stage="compute";atomicOp="sub"]

  [:stage="compute";atomicOp="xor"]

  [:stage="fragment";atomicOp="add"]

  [:stage="fragment";atomicOp="and"]

  [:stage="fragment";atomicOp="compareexchangeweak"]

  [:stage="fragment";atomicOp="exchange"]

  [:stage="fragment";atomicOp="load"]

  [:stage="fragment";atomicOp="max"]

  [:stage="fragment";atomicOp="min"]

  [:stage="fragment";atomicOp="or"]

  [:stage="fragment";atomicOp="store"]

  [:stage="fragment";atomicOp="sub"]

  [:stage="fragment";atomicOp="xor"]

  [:stage="vertex";atomicOp="add"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="and"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="compareexchangeweak"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="exchange"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="load"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="max"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="min"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="or"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="store"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="sub"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stage="vertex";atomicOp="xor"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL