[issue32834] test_gdb fails with Posix locale in 3.7

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I close the issue. I cannot reproduce the issue on Fedora 32. Please open it if you can still reproduce it on the master branch. In this case, please mention your GDB version, Python version used by GDB and tested Python version. * Python master at commit

[issue32834] test_gdb fails with Posix locale in 3.7

2019-01-29 Thread Nick Coghlan
Nick Coghlan added the comment: Added Dave Malcolm to the nosy list, as the more recent tracebacks are actually throwing an exception in the gdb hooks, rather than just failing the expected output comparison in the test suite. -- nosy: +dmalcolm

[issue32834] test_gdb fails with Posix locale in 3.7

2019-01-28 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This passes on my Ubuntu box and fails for the commit before issue34537 with the stack trace as per the original report. karthi@ubuntu-s-1vcpu-1gb-blr1-01:~/cpython$ LC_ALL=C ./python -We -m test -vuall -m test_strings test_gdb == CPython 3.8.0a0

[issue32834] test_gdb fails with Posix locale in 3.7

2019-01-27 Thread STINNER Victor
STINNER Victor added the comment: > Possibly fixed with issue34537 ? "LC_ALL=C ./python -We -m test -vuall -m test_strings test_gdb" still fails for me on Fedora 29. == FAIL: test_strings (test.test_gdb.PrettyPrintTests)

[issue32834] test_gdb fails with Posix locale in 3.7

2019-01-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Possibly fixed with issue34537 ? -- nosy: +xtreak ___ Python tracker ___ ___

[issue32834] test_gdb fails with Posix locale in 3.7

2018-02-12 Thread Nick Coghlan
Nick Coghlan added the comment: I can reproduce this, but it looks to me like it's being triggered by UTF-8 mode rather than locale coercion (the "LC_ALL=C" setting will implicitly disable locale coercion entirely): ``` $ LANG=C PYTHONCOERCECLOCALE=warn ./python -We -m

[issue32834] test_gdb fails with Posix locale in 3.7

2018-02-12 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ LC_ALL=C ./python -We -m test -vuall -m test_strings test_gdb ... == FAIL: test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode