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

  [:stmt="not_bool_literal"]
    expected:
      if os == "win" and debug: [PASS, FAIL]

  [:stmt="not_int_expr"]
    expected:
      if os == "win" and debug: FAIL

  [:stmt="not_int_literal"]
    expected:
      if os == "win" and debug: FAIL

  [:stmt="not_not_bool_expr"]
    expected:
      if os == "win" and debug: [PASS, FAIL]

  [:stmt="not_not_bool_literal"]
    expected:
      if os == "win" and debug: [PASS, FAIL]