-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Multiple tests fail with -OO #136438
Copy link
Copy link
Open
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
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