Exclude unittest directory 25/317125/1 accepted/tizen/unified/20240905.164057 accepted/tizen/unified/dev/20240910.111420 accepted/tizen/unified/x/20240906.021633
authorInhong Han <inhong1.han@samsung.com>
Wed, 4 Sep 2024 07:35:12 +0000 (16:35 +0900)
committerInhong Han <inhong1.han@samsung.com>
Wed, 4 Sep 2024 07:35:12 +0000 (16:35 +0900)
Change-Id: I5a476a00d39ca582057b8800d1dfe6675750b774

tests/src/cynara_mock.cpp
tests/src/inputmethod_unittests.cpp
tests/src/main.cpp
tests/src/remote_input_unittests.cpp

index ff6e88fe23fd50ae31bceb76b92db2665d8d4e16..503172e15ef6fb14450e3559111e6c29b2d06b65 100644 (file)
@@ -5,6 +5,7 @@
 
 static int check_result = CYNARA_API_ACCESS_ALLOWED;
 
+//LCOV_EXCL_START
 void cynara_check_set_result(int result)
 {
     check_result = result;
@@ -32,3 +33,4 @@ EXPORT_API char *__wrap_cynara_session_from_pid(pid_t pid)
 {
     return strdup("session");
 }
+//LCOV_EXCL_STOP
index 296cf0dbdadb739165766866b467d7eea0130baf..dee3c5cac5b896f0ef486e717a6e1e988064df6b 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "cynara_mock.h"
 
+//LCOV_EXCL_START
 namespace {
 
 static Evas_Object *_opt_win = NULL;
@@ -34,11 +35,11 @@ static ime_device_info_h _dev_info = NULL;
 #ifdef __cplusplus
 extern "C" {
 #endif
-//LCOV_EXCL_START
+
 void ime_app_main(int argc, char **argv)
 {
 }
-//LCOV_EXCL_STOP
+
 #ifdef __cplusplus
 }
 #endif
@@ -87,7 +88,6 @@ class InputMethodDeniedTest : public testing::Test {
         }
 };
 
-//LCOV_EXCL_START
 static void _focus_in_cb(int context_id, void *user_data)
 {
 }
@@ -183,7 +183,6 @@ static bool _process_key_event_with_keycode_cb(unsigned int key_code, ime_key_co
 static void _input_hint_set_cb(Ecore_IMF_Input_Hints input_hint, void *user_data)
 {
 }
-//LCOV_EXCL_STOP
 
 /**
  * @testcase           utc_ime_event_set_focus_in_cb_p
@@ -1511,3 +1510,4 @@ TEST_F(InputMethodTest, utc_ime_set_native_window_size_not_running)
 }
 
 } // namespace
+//LCOV_EXCL_STOP
index a37d67159460949fac524bca53cff7aa536d3c6b..136123254961f8778d895c5dd2a8664cd291dc65 100644 (file)
@@ -1,7 +1,9 @@
 #include <gtest/gtest.h>
 #include <gmock/gmock.h>
 
+//LCOV_EXCL_START
 int main(int argc, char** argv) {
     testing::InitGoogleTest(&argc, argv);
     return RUN_ALL_TESTS();
 }
+//LCOV_EXCL_STOP
index 016ed88efc7fb440e631bfd614fe151ad6efaf21..eaae42fdab668ffc2e59758fbe2509570fbde27f 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "cynara_mock.h"
 
+//LCOV_EXCL_START
 namespace {
 
 class RemoteInputTest : public testing::Test {
@@ -245,3 +246,4 @@ TEST_F(RemoteInputTest, remote_input_cursor_position_updated_callback_unset_n)
 }
 
 } // namespace
+//LCOV_EXCL_STOP