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 sayno996
Recipients sayno996
Date 2019-04-23.06:48:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556002133.06.0.696794109378.issue36702@roundup.psfhosted.org>
In-reply-to
Content
I install Python 3.7.3 on CentOS 7.6. However, when I run "make test", I got a failure on test_dtrace as:

Ran 8 tests in 4.752s

FAILED (failures=6, skipped=2)
test test_dtrace failed
test_dtrace failed

== Tests result: FAILURE ==

1 test failed:
    test_dtrace

Total duration: 4 sec 771 ms
Tests result: FAILURE
History
Date User Action Args
2019-04-23 06:48:53sayno996setrecipients: + sayno996
2019-04-23 06:48:53sayno996setmessageid: <1556002133.06.0.696794109378.issue36702@roundup.psfhosted.org>
2019-04-23 06:48:53sayno996linkissue36702 messages
2019-04-23 06:48:52sayno996create