summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/parse/break/cts.https.html.ini
blob: d2c20566174e74fc0ed5feebba247f1c146876fa (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
[cts.https.html?q=webgpu:shader,validation,parse,break:placement:*]
  [:stmt="break"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stmt="continuing_break"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stmt="continuing_break_if"]
    expected:
      if os == "mac": FAIL

  [:stmt="continuing_if_break"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stmt="for_break"]
    expected:
      if os == "mac": FAIL

  [:stmt="for_if_break"]
    expected:
      if os == "mac": FAIL

  [:stmt="if_break"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stmt="loop_break"]
    expected:
      if os == "mac": FAIL

  [:stmt="loop_if_break"]
    expected:
      if os == "mac": FAIL

  [:stmt="return_break"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stmt="switch_break"]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:stmt="switch_case_break"]
    expected:
      if os == "mac": FAIL

  [:stmt="switch_case_if_break"]
    expected:
      if os == "mac": FAIL

  [:stmt="while_break"]
    expected:
      if os == "mac": FAIL

  [:stmt="while_if_break"]
    expected:
      if os == "mac": FAIL