Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AssertionError: 'Europe' != 'MSK' when running make test on 3.12.0 #109692

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

Closed
SamuelMarks opened this issue Sep 21, 2023 · 6 comments
Closed

AssertionError: 'Europe' != 'MSK' when running make test on 3.12.0 #109692

SamuelMarks opened this issue Sep 21, 2023 · 6 comments
Labels
pending The issue will be closed if no feedback is provided topic-email type-bug An unexpected behavior, bug, or error

Comments

@SamuelMarks
Copy link
Contributor

SamuelMarks commented Sep 21, 2023

Bug report

Bug description:

./configure --with-lto --with-pydebug --enable-optimizations
make
make test

Running Ubuntu 23.10 with the 6.5.3 kernel.

Maybe relevant:

$ locale
LANG=en_CA.UTF-8
LANGUAGE=en_CA:en
LC_CTYPE="en_CA.UTF-8"
LC_NUMERIC="en_CA.UTF-8"
LC_TIME="en_CA.UTF-8"
LC_COLLATE="en_CA.UTF-8"
LC_MONETARY="en_CA.UTF-8"
LC_MESSAGES="en_CA.UTF-8"
LC_PAPER="en_CA.UTF-8"
LC_NAME="en_CA.UTF-8"
LC_ADDRESS="en_CA.UTF-8"
LC_TELEPHONE="en_CA.UTF-8"
LC_MEASUREMENT="en_CA.UTF-8"
LC_IDENTIFICATION="en_CA.UTF-8"
LC_ALL=

CPython versions tested on:

3.12

Operating systems tested on:

Linux

@SamuelMarks SamuelMarks added the type-bug An unexpected behavior, bug, or error label Sep 21, 2023
@hugovk
Copy link
Member

hugovk commented Sep 21, 2023

Please can you give more detail? Which test failed, and paste the full traceback.

@SamuelMarks

This comment was marked as outdated.

@SamuelMarks

This comment was marked as outdated.

@SamuelMarks SamuelMarks changed the title AssertionError: 'Europe' != 'MSK' when running make test on 3.12.0rc3 AssertionError: 'Europe' != 'MSK' when running make test on 3.12.0 Oct 4, 2023
@jspricke
Copy link
Contributor

jspricke commented Jan 3, 2024

Can you test with 3.12.1? I can't reproduce it with that version.

@serhiy-storchaka
Copy link
Member

Results for 3.12.0 are not relevant. Please test with 3.12.1.

@serhiy-storchaka serhiy-storchaka added the pending The issue will be closed if no feedback is provided label Jan 3, 2024
@SamuelMarks
Copy link
Contributor Author

== Tests result: SUCCESS ==

17 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace
    test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full
    test.test_gdb.test_misc test.test_gdb.test_pretty_print
    test_dbm_ndbm test_devpoll test_ioctl test_kqueue test_launcher
    test_msilib test_startfile test_winconsoleio test_winreg test_wmi

6 tests skipped (resource denied):
    test_ossaudiodev test_tix test_tkinter test_ttk test_winsound
    test_zipfile64

466 tests OK.

Total duration: 6 min 45 sec
Total tests: run=40,971 skipped=1,139
Total test files: run=483/489 skipped=17 resource_denied=6
Result: SUCCESS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending The issue will be closed if no feedback is provided topic-email type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

4 participants