You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original operation to do pass: python -m test cannot support on RuxOS. (Because it will raise panic when it comes cross an error test)
So we have to specify the test file as the source file to do the test.
The test files are placed on /lib/python3.11/test/ directory, and start with test_ as its prefix, for example test_opcode.py.
Now the python can only pass 60% tests in all tests.
Still have some works to do to pass all tests:
fork
loopback in network
file system which support wide bytes and a/m/c time
a real shell
other third-party libraries that some tests need
The text was updated successfully, but these errors were encountered:
The original operation to do pass:
python -m test
cannot support on RuxOS. (Because it will raise panic when it comes cross an error test)So we have to specify the test file as the source file to do the test.
The test files are placed on
/lib/python3.11/test/
directory, and start withtest_
as its prefix, for exampletest_opcode.py
.Now the python can only pass 60% tests in all tests.
Still have some works to do to pass all tests:
The text was updated successfully, but these errors were encountered: