Skip to content

Conversation

@terryjreedy
Copy link
Member

Missing "requires('gui')" causes Tk() to fail when no gui. This caused CI Hypothesis test to fail,
but I did not understand message. Then buildbots failed.

IdbTest failed on draft Bdb replacement because so different.
Simplified version works on old and new.

Missing "requires('gui')" causes Tk() to fail when no gui. IdbTest failed on draft Bdb replacement because so different.
@terryjreedyterryjreedy added type-bug An unexpected behavior, bug, or error topic-IDLE needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Nov 19, 2023
@terryjreedyterryjreedy self-assigned this Nov 19, 2023
@bedevere-appbedevere-appbot added awaiting core review tests Tests in the Lib/test dir labels Nov 19, 2023
@terryjreedyterryjreedy enabled auto-merge (squash) November 19, 2023 06:26
@terryjreedyterryjreedy merged commit 14fd86a into python:mainNov 19, 2023
@miss-islington-app
Copy link

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 19, 2023
Missing "requires('gui')" causes Tk() to fail when no gui. This caused CI Hypothesis test to fail, but I did not understand the its error message. Then buildbots failed. IdbTest failed on draft Bdb replacement because so different. Simplified version works on old and new. (cherry picked from commit 14fd86a) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-app
Copy link

GH-112259 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 19, 2023
Missing "requires('gui')" causes Tk() to fail when no gui. This caused CI Hypothesis test to fail, but I did not understand the its error message. Then buildbots failed. IdbTest failed on draft Bdb replacement because so different. Simplified version works on old and new. (cherry picked from commit 14fd86a) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Nov 19, 2023
@bedevere-app
Copy link

GH-112260 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11 only security fixes label Nov 19, 2023
@terryjreedyterryjreedy deleted the dbugfix branch November 19, 2023 06:46
terryjreedy added a commit that referenced this pull request Nov 19, 2023
…112259) IDLE: Fix test_debugger bug and buildbot failures (GH-112258) Missing "requires('gui')" causes Tk() to fail when no gui. This caused CI Hypothesis test to fail, but I did not understand the its error message. Then buildbots failed. IdbTest failed on draft Bdb replacement because so different. Simplified version works on old and new. (cherry picked from commit 14fd86a) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this pull request Nov 19, 2023
…112260) IDLE: Fix test_debugger bug and buildbot failures (GH-112258) Missing "requires('gui')" causes Tk() to fail when no gui. This caused CI Hypothesis test to fail, but I did not understand the its error message. Then buildbots failed. IdbTest failed on draft Bdb replacement because so different. Simplified version works on old and new. (cherry picked from commit 14fd86a) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@terryjreedy
Copy link
MemberAuthor

Fix for bug in #11451 for # #79871 and backports.

@terryjreedyterryjreedy changed the title IDLE: Fix test_debugger bug and buildbot failuresgh-79871: IDLE - Fix test_debugger bug and buildbot failuresNov 19, 2023
@bedevere-app
Copy link

GH-112259 is a backport of this pull request to the 3.12 branch.

@bedevere-app
Copy link

GH-112260 is a backport of this pull request to the 3.11 branch.

aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Missing "requires('gui')" causes Tk() to fail when no gui. This caused CI Hypothesis test to fail, but I did not understand the its error message. Then buildbots failed. IdbTest failed on draft Bdb replacement because so different. Simplified version works on old and new.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Missing "requires('gui')" causes Tk() to fail when no gui. This caused CI Hypothesis test to fail, but I did not understand the its error message. Then buildbots failed. IdbTest failed on draft Bdb replacement because so different. Simplified version works on old and new.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issueskip newstestsTests in the Lib/test dirtopic-IDLEtype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@terryjreedy