-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
module: testingIssues related to the torch.testing module (not tests)Issues related to the torch.testing module (not tests)triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Describe the bug
In #89332 I added a new sample input, and as a result, I had to disable cat testing on MPS entirely, because only that sample input was computed incorrectly on MPS. It would be nice if I could have only xfail'ed that sample input.
In general, running all sample inputs in a single test is problematic, as you cannot easily tell if there is only one sample input that is problematic / which sample input is problematic. Creating a separate test per sample input feels like it would be better.
Versions
master
Metadata
Metadata
Assignees
Labels
module: testingIssues related to the torch.testing module (not tests)Issues related to the torch.testing module (not tests)triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module