From: Kush Date: Tue, 14 Apr 2020 20:45:23 +0000 (+0530) Subject: Disable NSProvider unit test X-Git-Tag: accepted/tizen/unified/20200612.144948~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=628f80a03dfd370791a98f636eeb1adebf38df98;p=platform%2Fupstream%2Fiotivity.git Disable NSProvider unit test Due to stack smashing error, disabling notiifcation provide unit test cases https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/pull/681 (cherry picked from a622a60cb9abaf76f78403bbdf0e4adb444c1ab5) Change-Id: I8e5e6d9882c9d9ed220b29de26c4ac3c4e3cc8d1 Signed-off-by: Kush Signed-off-by: Sudipto --- diff --git a/tools/generate_report.sh b/tools/generate_report.sh index 8e34fd9..929ced0 100644 --- a/tools/generate_report.sh +++ b/tools/generate_report.sh @@ -760,9 +760,9 @@ generate_report_NS() tests_list=( "${IOTIVITY_BASE}/out/${IOTIVITY_TARGET_OS}/${IOTIVITY_TARGET_ARCH}/debug/service/notification/unittest/notification_consumer_test" - "${IOTIVITY_BASE}/out/${IOTIVITY_TARGET_OS}/${IOTIVITY_TARGET_ARCH}/debug/service/notification/unittest/notification_provider_test" +# "${IOTIVITY_BASE}/out/${IOTIVITY_TARGET_OS}/${IOTIVITY_TARGET_ARCH}/debug/service/notification/unittest/notification_provider_test" "${IOTIVITY_BASE}/out/${IOTIVITY_TARGET_OS}/${IOTIVITY_TARGET_ARCH}/debug/service/notification/cpp-wrapper/unittest/notification_consumer_wrapper_test" - "${IOTIVITY_BASE}/out/${IOTIVITY_TARGET_OS}/${IOTIVITY_TARGET_ARCH}/debug/service/notification/cpp-wrapper/unittest/notification_provider_wrapper_test" +# "${IOTIVITY_BASE}/out/${IOTIVITY_TARGET_OS}/${IOTIVITY_TARGET_ARCH}/debug/service/notification/cpp-wrapper/unittest/notification_provider_wrapper_test" ); for exe in ${tests_list[@]}; do