8 tests failed:
test.test_pydoc.test_pydoc test_ast test_builtin test_compile
test_dis test_generated_cases test_interpreters test_remote_pdb
In my opinion it would be easier to contribute one test fix at a time. Rebases and reviews will be simplier. So, contributions are welcome!
I will create a single PR just to show how this can be solved for new contributors.
When you run
./python.exe -OO -m test MODULE_NAMEat least these ones fail:In my opinion it would be easier to contribute one test fix at a time. Rebases and reviews will be simplier. So, contributions are welcome!
I will create a single PR just to show how this can be solved for new contributors.
test.test_pydoc.test_pydoctest_asttest_builtin, @sobolevntest_compiletest_distest_generated_casestest_interpreterstest_remote_pdbLinked PRs
test_builtinspass with all optimization levels #136474test_compilepass with all optimization levels #136478test_builtinspass with all optimization levels (GH-136474) #136496test_interpreterspass with all optimization levels #136499test_builtinspass with all optimization levels (GH-136474) #136502test_dispass with all optimization levels #136593test_generated_casespass with all optimization levels #136594test_astpass with all optimization levels #136596test_remote_pdbpass with all optimization levels #136788test_remote_pdbpass with all optimization levels (GH-136788) #136855