This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients dmalcolm, matrixise, ncoghlan
Date 2019-03-17.17:22:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552843321.63.0.534761601194.issue19415@roundup.psfhosted.org>
In-reply-to
Content
@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.
History
Date User Action Args
2019-03-17 17:22:01matrixisesetrecipients: + matrixise, ncoghlan, dmalcolm
2019-03-17 17:22:01matrixisesetmessageid: <1552843321.63.0.534761601194.issue19415@roundup.psfhosted.org>
2019-03-17 17:22:01matrixiselinkissue19415 messages
2019-03-17 17:22:01matrixisecreate