]> git.pld-linux.org Git - packages/python3.git/blobdiff - python3-profile-tests.patch
- update to 3.8.0
[packages/python3.git] / python3-profile-tests.patch
index 11c0dc6abdfb89716c9fadf95421ace6015883c9..11482143a910d307a6fd3f605fc61ad578daad4c 100644 (file)
@@ -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
This page took 0.030751 seconds and 4 git commands to generate.