Open
Description
There are two types of failures when running the python based tests on Windows:
-
End-to-end execution tests are failing due to the
signal.SIGALRM
(used for timeout handling in the following piece of testing code) is not available for Windowstorch-mlir/projects/pt1/python/torch_mlir_e2e_test/framework.py
Lines 310 to 323 in a265d28
One possible solution is to use the https://pypi.org/project/pytest-timeout/ plugin with pytest which offers portability across different platforms. -
Python API unit tests using LLVM's
lit
testing framework are failing due topwd
module not being available in Windows. This failure is a bit puzzling as it seems to be triggered fromfx.export_and_import
as seen in the logs, but running the file from CLI directly such aspython test\python\fx_importer\v2.3\types_test.py
doesn't produce any error.
Metadata
Metadata
Assignees
Labels
No labels