[torchfuzz] add more context to xfail test file (#165149)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165149
Approved by: https://github.com/PaulZhang12
ghstack dependencies: #165116
This commit is contained in:
bobrenjc93
2025-10-10 08:37:15 -07:00
committed by PyTorch MergeBot
parent a3eb275d3c
commit 98b53961b9

View File

@ -3,6 +3,10 @@
Fuzzer-discovered eager/compile divergence test cases.
All tests are marked as xfail since they represent known compilation bugs.
IF YOU ARE HERE YOU LIKELY DIDN'T DO ANYTHING WRONG. In fact, you probably did something right!
All of these tests are associated with bugs the fuzzer found. If one of these tests starts failing due to your PR,
it actually means your PR fixed the bug! Feel free to delete the test and close out the issue linked from the test.
"""
import pytest