X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=python3-profile-tests.patch;h=11482143a910d307a6fd3f605fc61ad578daad4c;hb=51826d16747a6f6fc7df7470204ecec8dc406888;hp=11c0dc6abdfb89716c9fadf95421ace6015883c9;hpb=bebf9cf25978eb9c142173b4cdc91ca7778300e2;p=packages%2Fpython3.git diff --git a/python3-profile-tests.patch b/python3-profile-tests.patch index 11c0dc6..1148214 100644 --- a/python3-profile-tests.patch +++ b/python3-profile-tests.patch @@ -1,11 +1,11 @@ ---- Python-3.7.4/Makefile.pre.in~ 2019-08-05 14:10:46.000000000 +0200 -+++ Python-3.7.4/Makefile.pre.in 2019-08-05 14:37:01.691326225 +0200 +--- Python-3.8.0/Makefile.pre.in~ 2019-10-15 10:04:12.000000000 +0200 ++++ Python-3.8.0/Makefile.pre.in 2019-10-15 10:09:54.901153005 +0200 @@ -260,7 +260,7 @@ TCLTK_LIBS= @TCLTK_LIBS@ - # The task to run while instrumented when building the profile-opt target. - # We exclude unittests with -x that take a rediculious amount of time to - # run in the instrumented training build or do not provide much value. --PROFILE_TASK=-m test.regrtest --pgo -+PROFILE_TASK=-m test.regrtest --pgo $(TESTOPTS) + # To speed up profile generation, we don't run the full unit test suite + # by default. The default is "-m test --pgo". To run more tests, use + # PROFILE_TASK="-m test --pgo-extended" +-PROFILE_TASK= @PROFILE_TASK@ ++PROFILE_TASK= @PROFILE_TASK@ $(TESTOPTS) # report files for gcov / lcov coverage report COVERAGE_INFO= $(abs_builddir)/coverage.info