summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/parse/comments/cts.https.html.ini
blob: 9bd0b203019756be628102a63f065c990207e4f2 (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
[cts.https.html?q=webgpu:shader,validation,parse,comments:comments:*]
  [:]
    expected:
      if os == "win": [PASS, FAIL]


[cts.https.html?q=webgpu:shader,validation,parse,comments:line_comment_eof:*]
  [:]
    expected:
      if os == "win": [PASS, FAIL]


[cts.https.html?q=webgpu:shader,validation,parse,comments:line_comment_terminators:*]
  [:blankspace=["%20","space"\]]
    expected:
      if os == "win": [PASS, FAIL]

  [:blankspace=["%5Cf","form_feed"\]]

  [:blankspace=["%5Cn","line_feed"\]]

  [:blankspace=["%5Cr","carriage_return"\]]

  [:blankspace=["%5Cr%5Cn","carriage_return_line_feed"\]]

  [:blankspace=["%5Ct","tab"\]]
    expected:
      if os == "win": [PASS, FAIL]

  [:blankspace=["%5Cu000b","vertical_tab"\]]

  [:blankspace=["%C2%85","next_line"\]]

  [:blankspace=["%E2%80%A8","line_separator"\]]

  [:blankspace=["%E2%80%A9","paragraph_separator"\]]


[cts.https.html?q=webgpu:shader,validation,parse,comments:unterminated_block_comment:*]
  [:terminated=false]
    expected:
      if os == "win": FAIL
      if os == "linux" and not debug: FAIL
      if os == "mac": FAIL

  [:terminated=true]
    expected:
      if os == "win": [PASS, FAIL]