-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
Tests doesn't seem to work on native windows.
Are there any fixes on it ?
This is the output after running mingw32-make to test:
mingw32-make "test^lisp^step0"
C:/MyProgs/TDM-GCC-64/bin/mingw32-make -C impls/lisp step0_repl.lisp
mingw32-make[1]: Entering directory 'C:/user/Work/mal/impls/lisp'
mingw32-make[1]: Nothing to be done for 'step0_repl.lisp'.
mingw32-make[1]: Leaving directory 'C:/user/Work/mal/impls/lisp'
(call STEP_TEST_FILES,lisp,step0): impls/tests/step0_repl.mal
----------------------------------------------
Testing test^lisp^step0; step file: impls/lisp/step0_repl.lisp, test file: tests/step0_repl.mal
Running: env STEP=step0_repl MAL_IMPL=js ../../runtest.py --deferrable --optional ../tests/step0_repl.mal -- ../lisp/run
Traceback (most recent call last):
File "C:\user\runtest.py", line 12, in <module>
import pty, array, fcntl, termios
File "Python39\lib\pty.py", line 12, in <module>
import tty
File "Python39\lib\tty.py", line 5, in <module>
from termios import *
ModuleNotFoundError: No module named 'termios'
Makefile:410: recipe for target 'test^lisp^step0' failed
mingw32-make: *** [test^lisp^step0] Error 1
Metadata
Metadata
Assignees
Labels
No labels