Skip pybench test at build 68/72868/3 accepted/tizen_3.0.m2_base accepted/tizen_3.0_base tizen_3.0.m2_base tizen_3.0_base accepted/tizen/3.0.m2/base/20170104.082135 accepted/tizen/3.0/base/20161028.103443 accepted/tizen/4.0/base/20170811.093135 accepted/tizen/base/20160624.170201 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062326 submit/tizen_4.0_base/20170811.071500 submit/tizen_base/20160621.020802 tizen_4.0.m1_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 3 Jun 2016 00:00:05 +0000 (09:00 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 15 Jun 2016 07:27:45 +0000 (16:27 +0900)
[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 <dh0128.kwak@samsung.com>
Makefile.pre.in

index f81c261f51ad1cd5712ee30f8bf3294cbcfb8e58..8b46be1a13f9a1353e5360385e07472ae91f3b08 100644 (file)
@@ -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