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

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

  [:stmt="and_bool_expr_int_literal"]

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

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

  [:stmt="and_bool_literal_int_literal"]

  [:stmt="and_int_literal_bool_expr"]

  [:stmt="and_int_literal_bool_literal"]

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

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

  [:stmt="or_bool_expr_int_literal"]

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

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

  [:stmt="or_bool_literal_int_literal"]

  [:stmt="or_int_literal_bool_expr"]

  [:stmt="or_int_literal_bool_literal"]