Files
Pearu Peterson 0706774d73 Enable TestLibtorchAgnostic tests for Windows (#170564)
As in the title.

~The PR's LOC is more than the 2000 maximum because of removing an indent from test_libtorch_agnostic.py with a large LOC count, hence the failure in `Lint / pr-sanity-checks`.~ UPDATE: using `if True` to avoid large diff.
^ @albanD  @seemethere

Seven tests are disabled on Windows as all these lead to `"ValueError: vector too long` exception. Finding the cause of these test failures is out-of-scope for this PR and to be addressed as follow-up task.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/170564
Approved by: https://github.com/cyyever, https://github.com/mikaylagawarecki
2025-12-29 18:02:12 +00:00
..