mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
a3eb275d3c
commit
98b53961b9
@ -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
|
||||
|
Reference in New Issue
Block a user