From: DongHun Kwak Date: Fri, 3 Jun 2016 00:00:05 +0000 (+0900) Subject: Skip pybench test at build X-Git-Tag: submit/tizen_base/20160621.020802^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.m2_base;p=platform%2Fupstream%2Fpython3.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: Icae6bec384073dca3fb2451a643109791d9d74c6 Signed-off-by: DongHun Kwak --- diff --git a/Makefile.pre.in b/Makefile.pre.in index f81c261f..8b46be1a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -227,7 +227,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 # report files for gcov / lcov coverage report