mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
This PR allows us to use the same failures_dict for multiple test classes. This is helpful if you have a bunch of small TestCase(es) and to centralize all the failures dict into one big one. Test Plan: - existing tests Pull Request resolved: https://github.com/pytorch/pytorch/pull/110164 Approved by: https://github.com/williamwen42
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"_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"
|
|
}
|
|
}
|
|
}
|
|
}
|