[issue19415] test_gdb fails when using --without-doc-strings on Fedora 19

Stéphane Wirtel report at bugs.python.org
Sun Mar 17 13:22:01 EDT 2019


Stéphane Wirtel <stephane at wirtel.be> added the comment:

@Nick,

I have tested with the last 3.8 and 3.7 and Fedora 29.

./configure --without-doc-strings > /dev/null ;and make -j 4 > /dev/null ;and ./python -m test -W test_gdb
Run tests sequentially
0:00:00 load avg: 1.49 [1/1] test_gdb
test_gdb passed in 41 sec 934 ms

== Tests result: SUCCESS ==

1 test OK.

Total duration: 41 sec 938 ms
Tests result: SUCCESS


tested with 3.7 and fedora 29

Run tests sequentially
0:00:00 load avg: 2.02 [1/1] test_gdb
test_gdb passed in 42 sec 345 ms

== Tests result: SUCCESS ==

1 test OK.

Total duration: 42 sec 349 ms
Tests result: SUCCESS

Because there is no error, I close this issue.

----------
nosy: +matrixise
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19415>
_______________________________________


More information about the Python-bugs-list mailing list