forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
minioptest_failures_dict.json
48 lines (48 loc) · 1.44 KB
/
minioptest_failures_dict.json
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
{
"_description": "This is a dict containing failures for tests autogenerated by generate_opcheck_tests. For more details, please see https://docs.google.com/document/d/1Pj5HRZvdOq3xpFpbEjUZp2hBovhy7Wnxw14m6lF2154/edit",
"_version": 1,
"data": {
"aten::mm": {},
"aten::nonzero": {
"MiniOpTest.test_aot_dispatch_static__test_nonzero": {
"comment": "",
"status": "xfail"
},
"MiniOpTestOther.test_aot_dispatch_static__test_nonzero_again": {
"comment": "",
"status": "xfail"
}
},
"aten::sin_": {},
"mini_op_test::delayed_error": {
"MiniOpTest.test_aot_dispatch_dynamic__test_delayed_error": {
"comment": "",
"status": "xfail"
},
"MiniOpTest.test_aot_dispatch_static__test_delayed_error": {
"comment": "",
"status": "xfail"
}
},
"mini_op_test::incorrect_schema": {
"MiniOpTest.test_schema__test_incorrect_schema": {
"comment": "",
"status": "xfail"
}
},
"mini_op_test::no_abstract": {
"MiniOpTest.test_aot_dispatch_dynamic__test_no_abstract": {
"comment": "",
"status": "xfail"
},
"MiniOpTest.test_aot_dispatch_static__test_no_abstract": {
"comment": "testing a skip just for the fun of it",
"status": "skip"
},
"MiniOpTest.test_faketensor__test_no_abstract": {
"comment": "",
"status": "xfail"
}
}
}
}