diff --git a/test/test_torchfuzz_repros.py b/test/test_torchfuzz_repros.py index a4e496b8986..74bed6a2a89 100644 --- a/test/test_torchfuzz_repros.py +++ b/test/test_torchfuzz_repros.py @@ -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