Where can I find pytorch tests suites results?

Hello,

I am running numerous tests and some are failing but I’d like to compare with the “official” test suite ran.

Where can I find information on which tests is success/failed, is it expected to fail, etc.?
For instance, some cudnn tests are failing and I’m trying to understand if it is the cudnn version (9.2) or a stale tests.

For example, if anyone have insights on this test

__________________________________________________________________________________________ TestNN.test_cudnn_weight_tying ___________________________________________________________________________________________
AssertionError: Tensor-likes are not close!

Mismatched elements: 486 / 800 (60.8%)
Greatest absolute difference: 0.00012448430061340332 at index (2, 1, 8) (up to 1e-05 allowed)
Greatest relative difference: 0.0016339612193405628 at index (3, 0, 12) (up to 1.3e-06 allowed)

The failure occurred for item [0]

To execute this test, run the following from the base repo dir:
     python test/test_nn.py -k TestNN.test_cudnn_weight_tying

Thanks,