platform/core/uifw/e-tizen-testcase.git
4 weeks agoe_test_event: fix dead code issue 28/324028/1 tizen
Jihoon Kim [Mon, 12 May 2025 10:40:53 +0000 (19:40 +0900)]
e_test_event: fix dead code issue

The indicated dead code may have performed some action; that action will never occur.
In etRunner::​getWinNotiLevel(etWin *): Code can never be reached because of a logical contradiction (CWE-561)

Change-Id: I0ff65b35880bdb797a998a803dfe977394bf2df3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
4 weeks agoFix issue not initialize class members of 'eventItem' 96/323996/1
Jihoon Kim [Mon, 12 May 2025 06:20:04 +0000 (15:20 +0900)]
Fix issue not initialize class members of 'eventItem'

Change-Id: If0a828c92e94e8e9d6ea17aa972be67c3c5c56ca
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
4 weeks agoFix build error 73/323973/1
Jihoon Kim [Mon, 12 May 2025 02:53:57 +0000 (11:53 +0900)]
Fix build error

Change-Id: Ifdcbb62837df407cd9ea4c069c5eaa3d89bd9752
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
5 weeks agoe_test_event: prevent crash 14/323914/2
Jihoon Kim [Fri, 9 May 2025 05:35:36 +0000 (14:35 +0900)]
e_test_event: prevent crash

Change-Id: I485830362aae7a59a49cb6361689d139f1fb49a8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
5 weeks ago9_input: add TC for multi touch grab 86/323586/4
Jihoon Kim [Wed, 30 Apr 2025 08:35:26 +0000 (17:35 +0900)]
9_input: add TC for multi touch grab

Change-Id: Iffa763facd21e71c4bcd1d377d1a52b34b85e72b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
5 weeks agoe_test_event: Fix 64bit build error 40/323740/1
Junseok Kim [Wed, 7 May 2025 04:08:05 +0000 (13:08 +0900)]
e_test_event: Fix 64bit build error

Change-Id: I3a24b43da2c5461d9f0fe8a86eaca9b4a183a173

6 weeks agoe_test_event: send name of testcase when starts test 10/323510/1
Junseok Kim [Tue, 29 Apr 2025 12:02:52 +0000 (21:02 +0900)]
e_test_event: send name of testcase when starts test

Change-Id: I58b5097d6968b441d6669db2e0c1babc5470979a

7 weeks ago0009_input: Subdivide the type of mouse event 25/323225/1
Jihoon Kim [Fri, 18 Apr 2025 10:40:47 +0000 (19:40 +0900)]
0009_input: Subdivide the type of mouse event

Change-Id: Ia239f7581dd09cdbf838e377a0d751e9c4e8f275
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 weeks ago9_input: add a check for result of waitEvent() to ensure that event is received 01/323201/1
duna.oh [Thu, 24 Apr 2025 04:50:57 +0000 (13:50 +0900)]
9_input: add a check for result of waitEvent() to ensure that event is received

Change-Id: Ib835c35d85ef1916a30c868b99fe81a229dfb4a6

7 weeks ago9_input: fix to insert ECORE_KEY event with no window id given 00/323200/1
duna.oh [Thu, 24 Apr 2025 04:36:41 +0000 (13:36 +0900)]
9_input: fix to insert ECORE_KEY event with no window id given

Change-Id: I4f3e5b55301c4223b1f78048b878a4ea44e79b9f

7 weeks agosupport gbs incremental build 69/323069/2
Jihoon Kim [Tue, 22 Apr 2025 11:29:57 +0000 (20:29 +0900)]
support gbs incremental build

before:
[  173s]
info: finished building e-tizen-unittests

after (with --incremental --no-configure):
[   21s]
info: finished building e-tizen-unittests

Change-Id: I713d28073d7098182ff7a15a909c904d1b34a521
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 weeks ago0009_input: add TC for checking mouse in event after hiding or destroying window 62/323062/2
Jihoon Kim [Tue, 22 Apr 2025 11:05:00 +0000 (20:05 +0900)]
0009_input: add TC for checking mouse in event after hiding or destroying window

Change-Id: I27b4d078b918072ca5b1fb108ebfc9ee2d37ea0c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 weeks ago0009_input: add TC for checking mouse in/out event 58/323058/2
Jihoon Kim [Tue, 22 Apr 2025 08:41:31 +0000 (17:41 +0900)]
0009_input: add TC for checking mouse in/out event

Change-Id: I81dfa027b5ce450b8e805ccff78e49bf5e30aed9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
2 months ago9_input: add code to wait input device enabled 83/322183/1
duna.oh [Fri, 4 Apr 2025 08:06:10 +0000 (17:06 +0900)]
9_input: add code to wait input device enabled

Change-Id: I71acd6b458d5b544b4c06eb906501459d1b824ab

2 months ago9_input: add pointer_down_and_move TC and touch_multi_down TC 93/322093/3
duna.oh [Thu, 3 Apr 2025 08:55:03 +0000 (17:55 +0900)]
9_input: add pointer_down_and_move TC and touch_multi_down TC

Change-Id: I4231aefb1295c85b6441937a31381090a6d0da51

2 months agoPackaging: Update version to 0.6.23 55/322055/1
Seunghun Lee [Thu, 3 Apr 2025 00:55:46 +0000 (09:55 +0900)]
Packaging: Update version to 0.6.23

Change-Id: Ic50f4e7b4b9a0ad19b961a23a91d2e4015a27566

2 months ago0021_output_resolution: fix to use output w/h instead of screen w/h 58/321958/1
duna.oh [Tue, 1 Apr 2025 11:06:30 +0000 (20:06 +0900)]
0021_output_resolution: fix to use output w/h instead of screen w/h

Change-Id: I135611633920f8f54ef89b49a0d99f2935b8fa51

2 months ago0010_splash: Remove ASSERT_VIS_ON 41/321641/1
Seunghun Lee [Wed, 26 Mar 2025 04:07:47 +0000 (13:07 +0900)]
0010_splash: Remove ASSERT_VIS_ON

ASSERT_VIS_ON was accidentally added by the following commit.

commit d8625836fb8bb5fa32a375f29631f8a19f888857
Author: Junseok, Kim <juns.kim@samsung.com>
Date:   Fri Jan 4 16:29:32 2019 +0900

 e_test_event: supporting multiple event

Change-Id: Ief590eef9e381abf32152fe25f62caa020fc20af

2 months agoPackaging: update version to 0.6.22 95/321595/1
Junkyeong Kim [Tue, 25 Mar 2025 11:41:00 +0000 (20:41 +0900)]
Packaging: update version to 0.6.22

Change-Id: I7e16278cdefc1aeaeff92c8b0bd8c977fcac3565
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
2 months ago0009_input: Add gesture grab mode set test 94/321594/1
Junkyeong Kim [Tue, 25 Mar 2025 11:39:46 +0000 (20:39 +0900)]
0009_input: Add gesture grab mode set test

Change-Id: Iff3051d05004427eaaef59bd4002ab6af88bd37d
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
5 months agoPackaging: update version to 0.6.21 71/317571/1 accepted/tizen_unified accepted/tizen_unified_x_asan accepted/tizen/unified/20250106.154423 accepted/tizen/unified/x/asan/20250113.001958
Junseok Kim [Fri, 3 Jan 2025 08:01:13 +0000 (17:01 +0900)]
Packaging: update version to 0.6.21

Change-Id: I712e7da35128a1598460d193ded83906101a9081

5 months agoe_test_event: use tizen_policy to set transient_for_below 70/317570/1
Junseok Kim [Fri, 3 Jan 2025 01:57:11 +0000 (10:57 +0900)]
e_test_event: use tizen_policy to set transient_for_below

Change-Id: I88c3b911decd33838055a1a41c575a9cb0ff2f2d

5 months agoe_test_util: print timeout time when the ASSERT exceed time limit 69/317569/1
Junseok Kim [Fri, 3 Jan 2025 01:56:43 +0000 (10:56 +0900)]
e_test_util: print timeout time when the ASSERT exceed time limit

Change-Id: I1612ab628b244cd9463350560acf3171e3fcfc2e

5 months ago0013_iconic_state: Add wait for iconify by client cases 68/317568/1
Junseok Kim [Thu, 2 Jan 2025 10:05:56 +0000 (19:05 +0900)]
0013_iconic_state: Add wait for iconify by client cases

Change-Id: Ia266164503b397f5c7cde665c9b4566351f69bb6

5 months ago0014_transient_for_below: Add wait after set transient_for 67/317567/1
Junseok Kim [Thu, 2 Jan 2025 08:55:55 +0000 (17:55 +0900)]
0014_transient_for_below: Add wait after set transient_for

Change-Id: Ieda46ced68ce72b0d60a00c6b0d9b58f0e9cd004

5 months ago0005_notifiaction: do not check return value of setWinNotiLevel 66/317566/1
Junseok Kim [Fri, 3 Jan 2025 07:57:32 +0000 (16:57 +0900)]
0005_notifiaction: do not check return value of setWinNotiLevel

There was a bug that efl_util_set_notification_window_level returns INVALID PARAM even if the noti level set succeed.
before fix this bug, do not check return value of setWinNotiLevel temporary

Change-Id: I53d116faa9c3a96105691bff187bb0765601d2ef

5 months agoe_test_event: print return value of Noti level set 65/317565/1
Junseok Kim [Thu, 2 Jan 2025 08:49:31 +0000 (17:49 +0900)]
e_test_event: print return value of Noti level set

Change-Id: I1750f3081ea30452d31cb286ea829b37954a765e

5 months ago0008_focus: temporary disable the focus testcase that have timing issue 64/317564/1
Junseok Kim [Thu, 2 Jan 2025 08:43:13 +0000 (17:43 +0900)]
0008_focus: temporary disable the focus testcase that have timing issue

Change-Id: Ia8214ac18abfa4467829c6c3622b503366027e25

5 months ago0021_output_resolution: fix TC fail of base_output_resolution_basic 02/317002/1
Jihoon Kim [Mon, 23 Dec 2024 02:27:36 +0000 (11:27 +0900)]
0021_output_resolution: fix TC fail of base_output_resolution_basic

testcase/0021_output_resolution.cpp:125: Failure
Expected equality of these values:
  tw->h
    Which is: 267
  ratio_h * win_h
    Which is: 266.66666666666663

Change-Id: Ifb09a5bec41817514c7b4ccfa6d973ae8ffeca1d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
6 months agoinput: fix indentation 55/316555/1
Jihoon Kim [Fri, 13 Dec 2024 08:54:10 +0000 (17:54 +0900)]
input: fix indentation

Change-Id: I17fc8c3a824ce570faf099a49266872a28e935c5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
6 months agoinput: Add TC for checking relative move event 89/316189/4
Jihoon Kim [Wed, 11 Dec 2024 10:23:32 +0000 (19:23 +0900)]
input: Add TC for checking relative move event

Change-Id: If7530ce94e1cf5485f8226c9fc2d28cb05370575
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
6 months agoe_test_event: check input device info is appropriate 07/321207/3
Jihoon Kim [Fri, 29 Nov 2024 04:15:58 +0000 (13:15 +0900)]
e_test_event: check input device info is appropriate

Change-Id: I8a77862fa633d0312afffc18d61dacd398d95bac
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
6 months ago0008_focus: Add wait for focus when the above window deleted 65/321065/1
Junseok Kim [Wed, 27 Nov 2024 07:19:37 +0000 (16:19 +0900)]
0008_focus: Add wait for focus when the above window deleted

Change-Id: I7ce602e4499fc675c509476eb340ed7f05a4ffba

8 months agoPackaging: update version to 0.6.20 67/317967/1 accepted/tizen_9.0_unified accepted/tizen_unified_dev tizen_9.0 accepted/tizen/9.0/unified/20241030.235010 accepted/tizen/unified/20240924.005949 accepted/tizen/unified/dev/20240924.080639 accepted/tizen/unified/x/asan/20241224.003734 tizen_9.0_m2_release
Doyoun Kang [Mon, 23 Sep 2024 06:56:58 +0000 (15:56 +0900)]
Packaging: update version to 0.6.20

Change-Id: I9b3236dbe2a01197223671ebbef6905b0db8f442

10 months ago0009_input: temporary disable relative_motion_grab tests 25/315525/1
Junseok Kim [Fri, 2 Aug 2024 04:53:45 +0000 (13:53 +0900)]
0009_input: temporary disable relative_motion_grab tests

Change-Id: Ifd695a11fe1c854a10609b0f5eb094e74ac5145d

10 months ago0021_output_resolution: Add TCs for verifing coordinates of mouse events 56/315456/1
duna.oh [Thu, 1 Aug 2024 06:38:14 +0000 (15:38 +0900)]
0021_output_resolution: Add TCs for verifing coordinates of mouse events

Change-Id: I6e82b51a7579a6e57468bb1c4da2217fd2935548

10 months ago0009_input: Add pointer_event_robustness TC 53/315453/2
duna.oh [Thu, 1 Aug 2024 05:38:37 +0000 (14:38 +0900)]
0009_input: Add pointer_event_robustness TC

This TC aims to validate whether the coordinate of mouse events are accurate.

Change-Id: I8ff68cee5d4863b2ae5dc2464376fa3e1ac5dac2

10 months ago0009_input: fix to call cursor_theme API before calling cursor_get API 35/315435/1
duna.oh [Thu, 1 Aug 2024 02:34:38 +0000 (11:34 +0900)]
0009_input: fix to call cursor_theme API before calling cursor_get API

This TC was failed since cursor_theme is not loaded before calling cursor_get

Change-Id: Ifce423d462be93776b12560785ae1e24e84aac5a

10 months ago0009_input: Add ecore_wl2_window_relative_motion_grab/ungrab TCs 61/315061/2
duna.oh [Wed, 24 Jul 2024 07:19:48 +0000 (16:19 +0900)]
0009_input: Add ecore_wl2_window_relative_motion_grab/ungrab TCs

Change-Id: Ib5c104cbbc0aae2bc5cec7cc1103d22e25730e33

10 months agoPackaging: update version to 0.6.19 24/315224/1 accepted/tizen/unified/20240727.112808 accepted/tizen/unified/dev/20240730.010502
Doyoun Kang [Fri, 26 Jul 2024 10:56:58 +0000 (19:56 +0900)]
Packaging: update version to 0.6.19

Change-Id: I808f6e7c728d7abf2de2f1340854eb0302932151

10 months agoe_test_event: Wait ecore key with specified window 16/314616/1
Junseok Kim [Tue, 16 Jul 2024 08:11:30 +0000 (17:11 +0900)]
e_test_event: Wait ecore key with specified window

The existing code could not wait for the ecore key event for a specific window.
From now on, Changed it to wait for ecore key events for a specific window.

Change-Id: I1b6c761d496ba95010a9e7d6f46bb6a66d136306

10 months ago0021_output_resolution: Use GetScreenSize to verify test result 05/314605/3
Junseok Kim [Tue, 16 Jul 2024 05:45:59 +0000 (14:45 +0900)]
0021_output_resolution: Use GetScreenSize to verify test result

Change-Id: I911515b2a17b1e81026adc383bb6b48301d88faa

10 months agoe_test_event: Add method to get screen size 04/314604/1
Junseok Kim [Tue, 16 Jul 2024 05:45:29 +0000 (14:45 +0900)]
e_test_event: Add method to get screen size

Change-Id: I711984a0e915a200a1885ce8a91fd65c53ab4518

11 months ago0009_input: Add negative TCs 15/314215/1
Jihoon Kim [Tue, 9 Jul 2024 01:12:10 +0000 (10:12 +0900)]
0009_input: Add negative TCs

[ RUN      ] etTestInput.pointer_down_invalid_button_index
failed to generate pointer down, button: 0, x: 50, y: 50, ret: -22(Invalid parameter)
[       OK ] etTestInput.pointer_down_invalid_button_index (818 ms)
[ RUN      ] etTestInput.pointer_down_invalid_position
failed to generate pointer down, button: 1, x: -1, y: -1, ret: -22(Invalid parameter)
[       OK ] etTestInput.pointer_down_invalid_position (701 ms)
[ RUN      ] etTestInput.pointer_up_invalid_button_index
failed to generate pointer up, button: 0, x: 50, y: 50, ret: -22(Invalid parameter)
[       OK ] etTestInput.pointer_up_invalid_button_index (760 ms)
[ RUN      ] etTestInput.pointer_up_invalid_position
failed to generate pointer up, button: 1, x: -1, y: -1, ret: -22(Invalid parameter)
[       OK ] etTestInput.pointer_up_invalid_position (799 ms)
[ RUN      ] etTestInput.pointer_move_invalid_button_index
failed to generate pointer move, button: 0, x: 50, y: 50, ret: -22(Invalid parameter)
[       OK ] etTestInput.pointer_move_invalid_button_index (740 ms)
[ RUN      ] etTestInput.pointer_move_invalid_position
failed to generate pointer move, button: 1, x: -1, y: -1, ret: -22(Invalid parameter)
[       OK ] etTestInput.pointer_move_invalid_position (719 ms)
[ RUN      ] etTestInput.pointer_warp_null_window
[       OK ] etTestInput.pointer_warp_null_window (74 ms)
[ RUN      ] etTestInput.pointer_warp_negative_position
[       OK ] etTestInput.pointer_warp_negative_position (400 ms)

[----------] 110 tests from etTestInput (52824 ms total)

[----------] Global test environment tear-down
[==========] 110 tests from 1 test suite ran. (52824 ms total)
[  PASSED  ] 110 tests.

Change-Id: I8153557762f14e8aab75e82e2a205bfa390ec255
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_display_input_find() TCs 84/314184/2
Jihoon Kim [Mon, 8 Jul 2024 07:04:15 +0000 (16:04 +0900)]
0009_input: Add ecore_wl2_display_input_find() TCs

[ RUN      ] etTestInput.input_find
[       OK ] etTestInput.input_find (3 ms)
[ RUN      ] etTestInput.input_find_null_display
[       OK ] etTestInput.input_find_null_display (2 ms)
[ RUN      ] etTestInput.input_find_wrong_seat_id
[       OK ] etTestInput.input_find_wrong_seat_id (2 ms)

[----------] 102 tests from etTestInput (47887 ms total)

[----------] Global test environment tear-down
[==========] 102 tests from 1 test suite ran. (47887 ms total)
[  PASSED  ] 102 tests.

Change-Id: Idd2a41b70b4832fbc80c85c7e7c365b6cad8cbdb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_display_input_find_by_name() TCs 66/314166/3
Jihoon Kim [Mon, 8 Jul 2024 04:13:35 +0000 (13:13 +0900)]
0009_input: Add ecore_wl2_display_input_find_by_name() TCs

[ RUN      ] etTestInput.input_find_by_name
[       OK ] etTestInput.input_find_by_name (3 ms)
[ RUN      ] etTestInput.input_find_by_name_null_display
[       OK ] etTestInput.input_find_by_name_null_display (2 ms)
[ RUN      ] etTestInput.input_find_by_name_null_input
[       OK ] etTestInput.input_find_by_name_null_input (2 ms)

[----------] 99 tests from etTestInput (47678 ms total)

[----------] Global test environment tear-down
[==========] 99 tests from 1 test suite ran. (47680 ms total)
[  PASSED  ] 99 tests.

Change-Id: I168e16aa1c6ddf7df4f75936f4386b7de0ca5a2f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_window_popup_input_get() TC 62/314162/4
Jihoon Kim [Mon, 8 Jul 2024 02:57:31 +0000 (11:57 +0900)]
0009_input: Add ecore_wl2_window_popup_input_get() TC

Change-Id: Icc98b4972b1ff01f28613bc057cbf434f6e3dec0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_window_popup_input_set() TCs 61/314161/3
Jihoon Kim [Mon, 8 Jul 2024 02:54:09 +0000 (11:54 +0900)]
0009_input: Add ecore_wl2_window_popup_input_set() TCs

[----------] 95 tests from etTestInput (47411 ms total)

[----------] Global test environment tear-down
[==========] 95 tests from 1 test suite ran. (47412 ms total)
[  PASSED  ] 95 tests.

Change-Id: I51f46a6f58f0865c3da6d289d4961b9dc547f54b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_window_input_region_get() TCs 58/314158/3
Jihoon Kim [Mon, 8 Jul 2024 02:25:30 +0000 (11:25 +0900)]
0009_input: Add ecore_wl2_window_input_region_get() TCs

[----------] 92 tests from etTestInput (47832 ms total)

[----------] Global test environment tear-down
[==========] 92 tests from 1 test suite ran. (47833 ms total)
[  PASSED  ] 92 tests.

Change-Id: Idad51d2daa6936433e2b840e1d0df74858ffcd6c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_window_input_region_set() TCs 57/314157/1
Jihoon Kim [Mon, 8 Jul 2024 02:17:25 +0000 (11:17 +0900)]
0009_input: Add ecore_wl2_window_input_region_set() TCs

Change-Id: Ic12b7084233385196a0de6996aff79aad03f34f8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_window_pointer_set() TCs 55/314155/1
Jihoon Kim [Mon, 8 Jul 2024 02:10:23 +0000 (11:10 +0900)]
0009_input: Add ecore_wl2_window_pointer_set() TCs

Change-Id: I19c9050ed14fb8c2a716b616a1850b5cfe69f1c8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_window_cursor_default_restore() TCs 32/314132/1
Jihoon Kim [Fri, 5 Jul 2024 09:50:17 +0000 (18:50 +0900)]
0009_input: Add ecore_wl2_window_cursor_default_restore() TCs

[ RUN      ] etTestInput.window_cursor_default_restore
[       OK ] etTestInput.window_cursor_default_restore (375 ms)
[ RUN      ] etTestInput.window_cursor_default_restore_null_window
[       OK ] etTestInput.window_cursor_default_restore_null_window (81 ms)
[----------] 85 tests from etTestInput (46089 ms total)

[----------] Global test environment tear-down
[==========] 85 tests from 1 test suite ran. (46089 ms total)
[  PASSED  ] 85 tests.

Change-Id: Ibf67c1209f736a529b0e0908242e6055e2d83c23
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_window_cursor_from_name_set() TCs 12/314112/3
Jihoon Kim [Fri, 5 Jul 2024 08:31:36 +0000 (17:31 +0900)]
0009_input: Add ecore_wl2_window_cursor_from_name_set() TCs

Change-Id: I70405000dec5232c33a90241837829b2eb3c101f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_window_input_get() TCs 11/314111/2
Jihoon Kim [Fri, 5 Jul 2024 08:31:09 +0000 (17:31 +0900)]
0009_input: Add ecore_wl2_window_input_get() TCs

Change-Id: I1131cc1eab940198f88cef19f08278f4d44a8de9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add display_inputs_get and window_input_rect_set TCs 83/314083/1
Jihoon Kim [Fri, 5 Jul 2024 04:14:28 +0000 (13:14 +0900)]
0009_input: Add display_inputs_get and window_input_rect_set TCs

Change-Id: Ib4a7e185ab5c7d1d21fa0e7442bcb75ed09b4f10
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: merge input async and input sync TCs 33/313833/2
Jihoon Kim [Tue, 2 Jul 2024 09:42:55 +0000 (18:42 +0900)]
0009_input: merge input async and input sync TCs

[----------] 74 tests from etTestInput (43946 ms total)

[----------] Global test environment tear-down
[==========] 74 tests from 1 test suite ran. (43947 ms total)
[  PASSED  ] 74 tests.

Change-Id: I294fc8c45741e1a7afbd8ca7813c83244e1b0f2f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months agoFix build error in TV profile 78/313778/1
Jihoon Kim [Tue, 2 Jul 2024 01:39:18 +0000 (10:39 +0900)]
Fix build error in TV profile

Change-Id: I71c644aff0b79e6b79a3bf4c48e3c9ac219585fe
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months agoFix build error in DISABLE_GESTURE_TESTS definition 77/313777/1
Jihoon Kim [Tue, 2 Jul 2024 01:31:44 +0000 (10:31 +0900)]
Fix build error in DISABLE_GESTURE_TESTS definition

Change-Id: Ic9d5477b549fc554b12bb797d51235050753c4be
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0017_input_sync: Fix build warning 71/313771/2
Jihoon Kim [Tue, 2 Jul 2024 01:14:35 +0000 (10:14 +0900)]
0017_input_sync: Fix build warning

testcase/0017_input_sync.cpp:94:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

Change-Id: If833b64783d2c04888f612df9dcdc3f76a855b5b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months agoe_test_event: reduce time to execute input TCs from 155s to 67s 26/313726/1
Jihoon Kim [Mon, 1 Jul 2024 07:28:20 +0000 (16:28 +0900)]
e_test_event: reduce time to execute input TCs from 155s to 67s

Change-Id: I70c7638298acd194defddd7f6c2c9d7c898af927
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_input_keyboard_vertical_way_repeat_set/get TCs 89/313689/1
Jihoon Kim [Mon, 1 Jul 2024 04:37:50 +0000 (13:37 +0900)]
0009_input: Add ecore_wl2_input_keyboard_vertical_way_repeat_set/get TCs

[----------] 71 tests from etTestInput (154887 ms total)

[----------] Global test environment tear-down
[==========] 71 tests from 1 test suite ran. (154888 ms total)
[  PASSED  ] 71 tests.

Change-Id: If0c31650f957c8b83353c2beed0e1c7bc2f2819b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_input_keyboard_horizontal_way_repeat_set/get TCs 88/313688/4
Jihoon Kim [Mon, 1 Jul 2024 04:28:43 +0000 (13:28 +0900)]
0009_input: Add ecore_wl2_input_keyboard_horizontal_way_repeat_set/get TCs

Change-Id: I99cd079713b1ace6917af54bad34b33bd79656df
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_input_keyboard_repeat_set/get TCs 87/313687/1
Jihoon Kim [Mon, 1 Jul 2024 04:22:29 +0000 (13:22 +0900)]
0009_input: Add ecore_wl2_input_keyboard_repeat_set/get TCs

Change-Id: I261b9b020bd2b426f85567b04513a878f381c185
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_input_name_get() TCs 86/313686/1
Jihoon Kim [Mon, 1 Jul 2024 04:10:07 +0000 (13:10 +0900)]
0009_input: add ecore_wl2_input_name_get() TCs

Change-Id: Iadb316c7b7a8a26bafccea702ec55b8bd98301bb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add ecore_wl2_input_seat_get() TCs 76/313676/1
Jihoon Kim [Mon, 1 Jul 2024 02:53:35 +0000 (11:53 +0900)]
0009_input: Add ecore_wl2_input_seat_get() TCs

Change-Id: I35b470a8722963a87654d45139f0bbdffdd62aa9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: skip ecore_wl2_window_pointer_get() test in no pointer device 69/313669/1
Jihoon Kim [Mon, 1 Jul 2024 02:30:43 +0000 (11:30 +0900)]
0009_input: skip ecore_wl2_window_pointer_get() test in no pointer device

Change-Id: I1245ec0ea81368cc0e7e8056fd85561bbd7a44c3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: Add negative TCs related to input 61/313661/3
Jihoon Kim [Mon, 1 Jul 2024 01:14:32 +0000 (10:14 +0900)]
0009_input: Add negative TCs related to input

Change-Id: I5a0850dfb0b6cbcf7a6d364e496d503219bfb065
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_input_cursor_size_set() TC 42/313642/1
Jihoon Kim [Fri, 28 Jun 2024 11:27:10 +0000 (20:27 +0900)]
0009_input: add ecore_wl2_input_cursor_size_set() TC

Change-Id: Ie554a045bcb15cdacd5b3379d36d3fb1a1fe0917
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_input_cursor_get() TC 41/313641/1
Jihoon Kim [Fri, 28 Jun 2024 11:23:07 +0000 (20:23 +0900)]
0009_input: add ecore_wl2_input_cursor_get() TC

Change-Id: I7b6126dffa953d1c028d8010b2d7413a0b796738
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_input_cursor_default_restore TC 36/313636/1
Jihoon Kim [Fri, 28 Jun 2024 10:08:37 +0000 (19:08 +0900)]
0009_input: add ecore_wl2_input_cursor_default_restore TC

Change-Id: I216625cbb9b9e5bb1abdeeaf26d4b11e1908bd37
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_input_pointer_set() TC 22/313622/3
Jihoon Kim [Fri, 28 Jun 2024 09:46:22 +0000 (18:46 +0900)]
0009_input: add ecore_wl2_input_pointer_set() TC

Change-Id: I644d6c99fd5dea69a82b164026c672ab509b9457
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months agoe_test_event: fix issue detected by static analysis tool 11/313611/1
Jihoon Kim [Fri, 28 Jun 2024 07:24:24 +0000 (16:24 +0900)]
e_test_event: fix issue detected by static analysis tool

Change-Id: I3a42e7a803b5f87c8ec501bddf3b4e4cdf6f8364
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_window_pointer_get TCs 88/313588/1
Jihoon Kim [Fri, 28 Jun 2024 06:38:29 +0000 (15:38 +0900)]
0009_input: add ecore_wl2_window_pointer_get TCs

[----------] 44 tests from etTestInput (154142 ms total)

[----------] Global test environment tear-down
[==========] 44 tests from 1 test suite ran. (154143 ms total)
[  PASSED  ] 44 tests.

Change-Id: Ib90ed1964ab255cf97837c27f7d301996deda7aa
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_window_keyboard_get() TCs 85/313585/1
Jihoon Kim [Fri, 28 Jun 2024 06:29:14 +0000 (15:29 +0900)]
0009_input: add ecore_wl2_window_keyboard_get() TCs

[----------] 42 tests from etTestInput (153374 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (153374 ms total)
[  PASSED  ] 42 tests.

Change-Id: If14b44b73aa0f716b7a1d9014f7524bdde8366d2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_input_keymap_get TC 84/313584/1
Jihoon Kim [Fri, 28 Jun 2024 06:10:25 +0000 (15:10 +0900)]
0009_input: add ecore_wl2_input_keymap_get TC

Change-Id: I3416be2525d0f60d6d0cd25a0ece979ad49f25cf
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_input_seat_capabilities_get TCs 83/313583/3
Jihoon Kim [Fri, 28 Jun 2024 05:46:50 +0000 (14:46 +0900)]
0009_input: add ecore_wl2_input_seat_capabilities_get TCs

Change-Id: I388f036b8192963f9c9fd6dc55e9b0a870febd5f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_window_keyboard_grab/ungrab TC 18/313518/1
Jihoon Kim [Thu, 27 Jun 2024 08:40:07 +0000 (17:40 +0900)]
0009_input: add ecore_wl2_window_keyboard_grab/ungrab TC

Change-Id: I67e39af225ab47f4699dc265a430e3aa3f9516c4
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months agotestcases: return init result instead of ASSERT in initTC functions 82/313182/1
Junseok Kim [Tue, 18 Jun 2024 05:22:48 +0000 (14:22 +0900)]
testcases: return init result instead of ASSERT in initTC functions

Change-Id: Ib27f1abe8ab53e5280c2009ab9040b0fee4fb942

11 months agoe_test_util: Add some checkers using etTCResult 81/313181/1
Junseok Kim [Mon, 17 Jun 2024 09:29:14 +0000 (18:29 +0900)]
e_test_util: Add some checkers using etTCResult

Change-Id: Iea00d7df877ced362c7b264c4dc1c3b346080ac1

11 months agoe_test_base: Add class for store test result 80/313180/1
Junseok Kim [Mon, 17 Jun 2024 09:28:31 +0000 (18:28 +0900)]
e_test_base: Add class for store test result

Change-Id: I7a56af7a37aecaa2131e6cc2ee3f9281b2284180

11 months agoMerge "e_test_efl_util: Add working timer in deinitializer of etInputGenHandler"...
Jihoon Kim [Thu, 20 Jun 2024 02:12:06 +0000 (02:12 +0000)]
Merge "e_test_efl_util: Add working timer in deinitializer of etInputGenHandler" into tizen

11 months agoe_test_efl_util: Add working timer in deinitializer of etInputGenHandler 76/313176/1
Junseok Kim [Thu, 20 Jun 2024 01:47:55 +0000 (10:47 +0900)]
e_test_efl_util: Add working timer in deinitializer of etInputGenHandler

The Input generator sometimes need more time to deinitialize themself.
For avoid these failure, Add timer in deinitializer of etInputGenHandler.

Change-Id: Ied73fda5bc8d0c40b8d59d0a03f0c501aeae4d87

11 months agoAdd new tests for output resolution 16/312816/3
Junseok Kim [Fri, 14 Jun 2024 09:06:33 +0000 (18:06 +0900)]
Add new tests for output resolution

Change-Id: I0a8b1b9039673d189304b2ea0561b3bde0445813

11 months agoe_test_event: Add method for set/unset output_resolution 15/312815/4
Junseok Kim [Thu, 13 Jun 2024 07:05:36 +0000 (16:05 +0900)]
e_test_event: Add method for set/unset output_resolution

Change-Id: Ifd228a7c582f3515159be63207cf6810679e05fd

11 months ago0009_input: add ecore_wl2_window_locked_pointer_cursor_position_hint_set() TC 55/312755/4
Jihoon Kim [Fri, 14 Jun 2024 01:49:30 +0000 (10:49 +0900)]
0009_input: add ecore_wl2_window_locked_pointer_cursor_position_hint_set() TC

Change-Id: I4164b31c0aabb7bfa44f913119782fe0463609a3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: add ecore_wl2_window_locked_pointer_region_set TC 54/312754/5
Jihoon Kim [Fri, 14 Jun 2024 01:46:24 +0000 (10:46 +0900)]
0009_input: add ecore_wl2_window_locked_pointer_region_set TC

Change-Id: I420ee25f36e8fc959e1ab9ba81b45046d906a237
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
11 months ago0009_input: skip pointer_constraints_lock_pointer test in no pointer device 24/312824/2
Jihoon Kim [Fri, 14 Jun 2024 11:44:43 +0000 (20:44 +0900)]
0009_input: skip pointer_constraints_lock_pointer test in no pointer device

Change-Id: I2e3d7ce7396ccf9a94bc990bf02c416ccfb48193
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
12 months ago0008_focus: disable obscured_activate_destroy testcase 17/312717/2
Junseok Kim [Thu, 13 Jun 2024 04:30:17 +0000 (13:30 +0900)]
0008_focus: disable obscured_activate_destroy testcase

Change-Id: I1f3f2dafdd17227742049fb634d13f71f674d29b

12 months ago0009_input: Add pointer_constraints_lock/unlock_pointer TC 35/312735/1
Jihoon Kim [Thu, 13 Jun 2024 10:35:32 +0000 (19:35 +0900)]
0009_input: Add pointer_constraints_lock/unlock_pointer TC

Change-Id: Ia0fbca8d8fb0fc255cedbb0a530edd461978fad6
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
12 months ago0009_input: Add ecore_wl2_window_cursor_visible_set TC 34/312734/1
Jihoon Kim [Thu, 13 Jun 2024 10:22:23 +0000 (19:22 +0900)]
0009_input: Add ecore_wl2_window_cursor_visible_set TC

Change-Id: I94ae82990e87ccc83c313cf567ed1ae1e734617b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
12 months ago0009_input: add pointer warp TC 05/312705/2
Jihoon Kim [Thu, 13 Jun 2024 07:59:04 +0000 (16:59 +0900)]
0009_input: add pointer warp TC

Change-Id: I4160644325f9f11cf9fc290836abacc933b75f0d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
12 months agoPackaging: update version to 0.6.18 12/312612/1 accepted/tizen/unified/20240614.085127 accepted/tizen/unified/dev/20240620.010046
Junseok Kim [Wed, 12 Jun 2024 08:58:46 +0000 (17:58 +0900)]
Packaging: update version to 0.6.18

Change-Id: I68f6e0b0e1935b2b78498dbf80320b746b736f2e

12 months ago0009_input: Add pointer move testcase 05/312405/3
Jihoon Kim [Mon, 10 Jun 2024 02:06:49 +0000 (11:06 +0900)]
0009_input: Add pointer move testcase

TC result
[ RUN      ] etTestInput.pointer_move
[       OK ] etTestInput.pointer_move (1160 ms)

Change-Id: Ib078ea8948e4551c81ff6a149877af51010113bb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
12 months ago0009_input: Add pointer down/up testcases 71/312271/5
Jihoon Kim [Wed, 5 Jun 2024 10:58:42 +0000 (19:58 +0900)]
0009_input: Add pointer down/up testcases

Change-Id: Ideae719dd3a708416d4916de5a65d398d1334618
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
12 months ago0017_input_sync: add keygrab_list_set/unset TC 33/311633/1
Jihoon Kim [Thu, 23 May 2024 02:28:45 +0000 (11:28 +0900)]
0017_input_sync: add keygrab_list_set/unset TC

Change-Id: I3e190c0bc8f05256bfa81acae8708c7b425bc79d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
15 months agoPackaging: update version to 0.6.17 04/307504/1 accepted/tizen/unified/20240313.134335 accepted/tizen/unified/20240313.135500
Junseok Kim [Mon, 11 Mar 2024 09:16:52 +0000 (18:16 +0900)]
Packaging: update version to 0.6.17

Change-Id: Icb75b199bdc418f9c10b48a1faf21843bfe38055

15 months agotzsh_quickpanel: disable quickpanel testcases temporary 01/307501/1
Junseok Kim [Mon, 11 Mar 2024 08:10:15 +0000 (17:10 +0900)]
tzsh_quickpanel: disable quickpanel testcases temporary

The quickpanel is an app for mobile profiles and has been removed from the latest headed image.
Therefore, disable quickpanel test cases.

Change-Id: I0db994d4deb974e51d9ae621f8d321e131dc9cfa

16 months agoPackaging: update version to 0.6.16 34/305334/1 accepted/tizen/unified/20240201.165105
Junkyeong Kim [Wed, 31 Jan 2024 08:59:55 +0000 (17:59 +0900)]
Packaging: update version to 0.6.16

Change-Id: I5e599340065dca3108cd016de4a307389f4257ff
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
16 months ago0018_input_region: Set init value 33/305333/1
Junkyeong Kim [Wed, 31 Jan 2024 08:59:08 +0000 (17:59 +0900)]
0018_input_region: Set init value

Change-Id: I22cf84d5bc5b7e0a3bc91d3488e98eb56bf46026
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
16 months ago0019_cnp: Check alloc fail 31/305331/1
Junkyeong Kim [Wed, 31 Jan 2024 08:58:11 +0000 (17:58 +0900)]
0019_cnp: Check alloc fail

Change-Id: If903a40ad86c2ef3eaaf0477de163f8dbae6ead6
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>