From: DongHun Kwak Date: Fri, 3 Jun 2016 00:12:12 +0000 (+0900) Subject: Skip pybench test at build X-Git-Tag: submit/tizen/20160621.020852^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fupstream%2Fpython.git Skip pybench test at build [Model] ALL [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] pybench tested at build time [Cause & Measure] skip pybench testing [Checking Method] N/A [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: Ib85370fe134efa0960bcbff3bda747960a1e7d2e Signed-off-by: DongHun Kwak --- diff --git a/Makefile.pre.in b/Makefile.pre.in index ee3dbca..4afbeef 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -203,7 +203,8 @@ TCLTK_INCLUDES= @TCLTK_INCLUDES@ TCLTK_LIBS= @TCLTK_LIBS@ # The task to run while instrument when building the profile-opt target -PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck +PROFILE_TASK= +#PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py # === Definitions added by makesetup ===