Skip to content

gh-104855: Update more tk tests for 8.7 - #105047

Closed
terryjreedy wants to merge 2 commits into
python:mainfrom
terryjreedy:tk87tests
Closed

gh-104855: Update more tk tests for 8.7#105047
terryjreedy wants to merge 2 commits into
python:mainfrom
terryjreedy:tk87tests

Conversation

@terryjreedy

@terryjreedyterryjreedy commented May 29, 2023

Copy link
Copy Markdown
Member

Where applicable:

  • Add '' to the valid options in error messages.
  • Test that '' is valid.
  • Test that 'to' < 'from' is valid instead of invalid.

This PR also addresses gh-104856 .

Where applicable:
* Add '' to the valid options in error messages.
* Test that '' is valid.
* Test that 'to' < 'from' is valid instead of invalid.
This PR also fixespythongh-104856.
@terryjreedy

Copy link
Copy Markdown
MemberAuthor

As before, I will wait for Christopher to test on 8.7 and Serhiy to comment and possibly revise.

@terryjreedy

Copy link
Copy Markdown
MemberAuthor

@serhiy-storchaka Please review

@serhiy-storchakaserhiy-storchaka added needs backport to 3.13 bugs and security fixes and removed needs backport to 3.11 only security fixes labels May 9, 2024
@serhiy-storchakaserhiy-storchaka self-assigned this May 31, 2024
@serhiy-storchaka

Copy link
Copy Markdown
Member

@terryjreedy, there were errors in these fixes, and there were also many other test failures (and even crashes, due to Tk bugs). I fixed them all (at least on Linux), and think that this is ready to merge.

If there are Windows or macOS specific failures, they can be fixed in a separate PR.

@serhiy-storchaka

Copy link
Copy Markdown
Member

I expected to only fix few errors in this PR by committing in the original branch, but it required much more changes. So I created a branch in my repository and a new PR #120824.

@serhiy-storchakaserhiy-storchaka removed their assignment Sep 29, 2024
@terryjreedy
terryjreedy deleted the tk87tests branch October 4, 2024 19:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core reviewDO-NOT-MERGEneeds backport to 3.12only security fixesneeds backport to 3.13bugs and security fixesskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@terryjreedy@serhiy-storchaka@bedevere-bot