summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webnn/validation_tests/gather.https.any.js.ini
blob: c23c7b1eaad4c6fab1eef5c8bdff41181aa9a1d0 (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
[gather.https.any.html]
  [[gather\] Test gather with axis = 2]
    expected: FAIL

  [[gather\] TypeError is expected if the axis is greater than the rank of input]
    expected: FAIL

  [[gather\] TypeError is expected if the input is a scalar]
    expected: FAIL

  [[gather\] TypeError is expected if the data type of indices is invalid]
    expected: FAIL

  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
    expected: FAIL

  [[gather\] Test gather with default options and 0-D indices]
    expected: FAIL

  [[gather\] throw if input is from another builder]
    expected: FAIL

  [[gather\] throw if indices is from another builder]
    expected: FAIL


[gather.https.any.worker.html]
  [[gather\] Test gather with default options and 0-D indices]
    expected: FAIL

  [[gather\] Test gather with axis = 2]
    expected: FAIL

  [[gather\] TypeError is expected if the input is a scalar]
    expected: FAIL

  [[gather\] TypeError is expected if the axis is greater than the rank of input]
    expected: FAIL

  [[gather\] TypeError is expected if the data type of indices is invalid]
    expected: FAIL

  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
    expected: FAIL

  [[gather\] throw if input is from another builder]
    expected: FAIL

  [[gather\] throw if indices is from another builder]
    expected: FAIL