Doyoun Kang [Mon, 23 Sep 2024 06:56:58 +0000 (15:56 +0900)]
Packaging: update version to 0.6.20
Change-Id: I9b3236dbe2a01197223671ebbef6905b0db8f442
Junseok Kim [Fri, 2 Aug 2024 04:53:45 +0000 (13:53 +0900)]
0009_input: temporary disable relative_motion_grab tests
Change-Id: Ifd695a11fe1c854a10609b0f5eb094e74ac5145d
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
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
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
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
Doyoun Kang [Fri, 26 Jul 2024 10:56:58 +0000 (19:56 +0900)]
Packaging: update version to 0.6.19
Change-Id: I808f6e7c728d7abf2de2f1340854eb0302932151
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
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
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
Junseok Kim [Mon, 17 Jun 2024 09:29:14 +0000 (18:29 +0900)]
e_test_util: Add some checkers using etTCResult
Change-Id: Iea00d7df877ced362c7b264c4dc1c3b346080ac1
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
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
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
Junseok Kim [Fri, 14 Jun 2024 09:06:33 +0000 (18:06 +0900)]
Add new tests for output resolution
Change-Id: I0a8b1b9039673d189304b2ea0561b3bde0445813
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
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>
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>
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>
Junseok Kim [Thu, 13 Jun 2024 04:30:17 +0000 (13:30 +0900)]
0008_focus: disable obscured_activate_destroy testcase
Change-Id: I1f3f2dafdd17227742049fb634d13f71f674d29b
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>
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>
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>
Junseok Kim [Wed, 12 Jun 2024 08:58:46 +0000 (17:58 +0900)]
Packaging: update version to 0.6.18
Change-Id: I68f6e0b0e1935b2b78498dbf80320b746b736f2e
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>
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>
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>
Junseok Kim [Mon, 11 Mar 2024 09:16:52 +0000 (18:16 +0900)]
Packaging: update version to 0.6.17
Change-Id: Icb75b199bdc418f9c10b48a1faf21843bfe38055
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
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>
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>
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>
Junkyeong Kim [Wed, 31 Jan 2024 04:24:41 +0000 (13:24 +0900)]
0019_cnp: Add several times copy and heavy data copy tests
Change-Id: I3230fd3e1d22e96ed1a7c193f5bc19e886e1f255
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junseok Kim [Thu, 28 Dec 2023 07:41:21 +0000 (16:41 +0900)]
Packaging: update version to 0.6.15
Change-Id: Iced46e93dae89ebf90061401c22deb77dd940b12
Junseok Kim [Thu, 28 Dec 2023 07:14:54 +0000 (16:14 +0900)]
0004_transient_for: Add parent argument to modify test failure
Change-Id: I3e1d3a503e87fef27c6c9581ecfad0a966a995bd
Junseok Kim [Thu, 28 Dec 2023 07:13:49 +0000 (16:13 +0900)]
e_test_event: Add null check of arguments on transient for below request
Change-Id: Ia1219176433060ef51abc5691f79e873bd432bcd
Jihoon Kim [Fri, 8 Dec 2023 10:33:23 +0000 (19:33 +0900)]
e_test_event: prevent crash in aarch64 environment
Change-Id: I23f0838f42e4423e3e084e5eb8745698f508effa
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Junkyeong Kim [Tue, 5 Dec 2023 07:17:30 +0000 (16:17 +0900)]
0020_dnd: Add new drag and drop test
Change-Id: Ia69a05405deece7d5c749f08018ad67c38cbe2a2
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Thu, 30 Nov 2023 09:18:45 +0000 (18:18 +0900)]
0019_cnp: Add new copy paste test
Change-Id: I305992af06e673fce86269f4eb4beca8c38aeed9
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Fri, 17 Nov 2023 01:44:01 +0000 (10:44 +0900)]
Packaging: update version to 0.6.14
Change-Id: Iaeea9133e1c750102904ba297313b6ba7218dd05
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Thu, 16 Nov 2023 08:40:05 +0000 (17:40 +0900)]
0018_input_region: Add new input region tests
Change-Id: Iaedc6a49c45d7bdcd3d80ed7b50f5b7c4abd4064
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Thu, 16 Nov 2023 08:35:23 +0000 (17:35 +0900)]
e_test_efl_util: Fix build warning
Change-Id: I3a0ffaff77c8b74b024709c5fb5422d19da7835f
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
duna.oh [Thu, 9 Nov 2023 10:20:25 +0000 (19:20 +0900)]
Packaging: update version to 0.6.13
Change-Id: I0fbc4eaae2dc14706bce9302df2dc13192836b2b
duna.oh [Thu, 9 Nov 2023 09:51:42 +0000 (18:51 +0900)]
e_test_efl_util: request set_touch_count(10) before initializing touch device
Change-Id: Ifb6a4d84507606e8f3fc2434f153b085798edb50
Doyoun Kang [Tue, 7 Nov 2023 01:43:30 +0000 (10:43 +0900)]
Packaging: update version to 0.6.12
Change-Id: I66cfa9bd22352c0fd66f7b1ab8047498025a14b9
Doyoun Kang [Tue, 7 Nov 2023 01:23:26 +0000 (10:23 +0900)]
e_input/e_focus test: add code to wait input device enabled
Change-Id: I082f741160feab72edff785747a9c231b9693f22
Doyoun Kang [Mon, 6 Nov 2023 09:34:26 +0000 (18:34 +0900)]
e_test: add a forceRender function to force rendering
Change-Id: I685f0883149460f3f7e9bd4533ca423baace0a80
Doyoun Kang [Mon, 6 Nov 2023 02:03:30 +0000 (11:03 +0900)]
e_test_event: modify return type of efl_util notification APIs
Change-Id: I57a2b79ca1dd36931f0646aeac5f959ebc1d8611
Doyoun Kang [Mon, 30 Oct 2023 11:20:09 +0000 (20:20 +0900)]
Packaging: update version to 0.6.11
Change-Id: Idce0066002d62e4d7617d6680bc40b80908c677c
Doyoun Kang [Mon, 30 Oct 2023 07:51:34 +0000 (16:51 +0900)]
focus: fix some TCs for considering taskbar
Change-Id: I26f7ae71219496be9929b0d9f4e47459a75b5fc3
Doyoun Kang [Fri, 27 Oct 2023 08:02:13 +0000 (17:02 +0900)]
quickpanel: hide quickpanel after finishing quickpanel_scrollable_state TC
Change-Id: Ibb0fb1cf934223a1395d1a44689688b846b35b3e
Doyoun Kang [Tue, 8 Aug 2023 02:58:40 +0000 (11:58 +0900)]
Packaging: update version to 0.6.10
Change-Id: I7b9a498b26857e9907200a0f6a2eb23fe9c43826
Doyoun Kang [Tue, 8 Aug 2023 02:48:44 +0000 (11:48 +0900)]
0016_background_state: modify checking type for some TCs
Change-Id: I83a6042b1a73bd4010a116b569694e5f4d13942e
Doyoun Kang [Tue, 8 Aug 2023 02:47:15 +0000 (11:47 +0900)]
0014_transient_for_below: add transient_for_below_activate test
Change-Id: I50105cea73e41e1c7512d371d460161fa81bf028
Doyoun Kang [Mon, 7 Aug 2023 05:59:30 +0000 (14:59 +0900)]
0011_effect: remove effect_hide_byunmap test
This test is not suitable current environment.
We will add another test for unmap
Change-Id: Ic64ee7c11acdfeb42c2a52640a390d5929eb17aa
Doyoun Kang [Mon, 7 Aug 2023 05:55:28 +0000 (14:55 +0900)]
0013_iconic_state: add some TCs related with transient_for
- iconify_transient_for_uniconify_parent
- iconify_transient_for_uniconify_child
Change-Id: I0ce1a5d69d51145f05f3b5e4ba4b968670052b79
Doyoun Kang [Mon, 7 Aug 2023 05:53:10 +0000 (14:53 +0900)]
0013_iconic_state: change the test name related with transient_for
Change-Id: Ib1e97c0ff86d6da07b8ff20ecc8ad070eb6f8633
Doyoun Kang [Mon, 7 Aug 2023 05:50:29 +0000 (14:50 +0900)]
0013_iconic_state: add to wait some time in TCs
Change-Id: I705f62b09133d15a05fbd3709f95d93b8acb21e9
Doyoun Kang [Mon, 31 Jul 2023 00:26:01 +0000 (09:26 +0900)]
0014_transient_for_below: add to wait some time in TCs
We add a code to wait some time after setting transient_below relationship
in below testcases.
- transient_for_below_parent_change_alpha
- transient_for_below_parent_change_alpha2
Change-Id: I2ab67fa60411a309b87ab64758377ebf250c52f3
Doyoun Kang [Thu, 20 Jul 2023 06:57:37 +0000 (15:57 +0900)]
Packaging: update version to 0.6.9
Change-Id: Icbcdbf2846f211690f567f30ee50e225661380cb
duna.oh [Wed, 19 Jul 2023 10:29:43 +0000 (19:29 +0900)]
input/focus: wait some time before generating input events
Change-Id: I9d2c042b7d6449164ded2fe75940f000e16aaf06
Doyoun Kang [Tue, 11 Jul 2023 04:36:02 +0000 (13:36 +0900)]
fix bug for iconic test
Change-Id: I52ea3105dd4ddec5e93e470420b721bbbcbcc813
duna.oh [Mon, 26 Jun 2023 08:41:43 +0000 (17:41 +0900)]
0017_input_sync: add test cases generating mouse/touch events
Change-Id: I3cf8fe63ae2b927436f2bcd8674ce003d637cb1e
duna.oh [Mon, 26 Jun 2023 08:34:59 +0000 (17:34 +0900)]
e_test_efl_util: add generateMouseWheelDown/Up() in etInputGenHandler class
Change-Id: Ia97f0b1ada81ac0f9b3e5e78ca08078182f7286d
duna.oh [Mon, 6 Feb 2023 11:15:57 +0000 (20:15 +0900)]
Packaging: update version to 0.6.8
Change-Id: Id53ad31f18c6b5eccff8f3c595ac93eaac73b83f