Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot pass all standard tests in CPython #3

Open
MrRobertYuan opened this issue Jul 14, 2024 · 0 comments
Open

Cannot pass all standard tests in CPython #3

MrRobertYuan opened this issue Jul 14, 2024 · 0 comments

Comments

@MrRobertYuan
Copy link
Collaborator

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:

  1. fork
  2. loopback in network
  3. file system which support wide bytes and a/m/c time
  4. a real shell
  5. other third-party libraries that some tests need
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant