Bowon Ryu [Wed, 22 Aug 2018 05:04:55 +0000 (05:04 +0000)]
Merge "eina: comment on TC related to dump" into sandbox/upgrade/efl120
Yeongjong Lee [Wed, 22 Aug 2018 02:30:21 +0000 (11:30 +0900)]
ecore: use UTC_ECORE_INIT instead of ecore_fork_reset
Change-Id: Ia06346b1413ad723658e4091a019462d9eaa4a8d
Yeongjong Lee [Wed, 22 Aug 2018 02:02:40 +0000 (11:02 +0900)]
eina: use UTC_EINA_INIT instead of eina_init
this patch is to support no-fork mode
Change-Id: I111967dec19f3f9e4f6c5d7521ce83897919d2f7
Yeongjong Lee [Wed, 22 Aug 2018 01:54:03 +0000 (10:54 +0900)]
Revert "eina: remove eina_init in setup"
This reverts commit
6f5aeac5225d2f5dda67b7b4ac4fde705d898b03.
Change-Id: I7491b29bbae32f9720d6152072d45deeb710b847
Yeongjong Lee [Tue, 7 Aug 2018 05:40:36 +0000 (14:40 +0900)]
evas_vg: make sure that correct parent is set
Change-Id: Ib2f8f22f6fb965c36629ae7dbcd72369ec59977a
Yeongjong Lee [Tue, 7 Aug 2018 05:45:01 +0000 (14:45 +0900)]
evas_vg: delete removed API utc
utc_evas_vg_node:
evas_vg_node_interpolate
evas_vg_node_bounds_get
evas_vg_node_name_set
evas_vg_node_name_get
These API is removed.
utc_evas_vg_container:
evas_vg_container_child_get
Because evas_vg_node_name_set is removed, there is no way to set node name.
It means you can't use name parameter of evas_vg_container_child_get.
Change-Id: I4e174a296730cdbf4731210548b6572c44480c1b
Yeongjong Lee [Tue, 7 Aug 2018 06:57:54 +0000 (15:57 +0900)]
eina_thread_queue: improve the test case and fix
This patch is based on upstream EFL patch.
commit
eb0b826776b60e0d97218242a5c285d146fb6f3b
Author: Carsten Haitzler (Rasterman) <raster@rasterman.com>
Date: Fri Mar 2 20:25:11 2018 +0900
ecore thread queue tests - reduce size and craziness and fix 1
1 test was wrong. it didn't wait for the thread to exit before checking
msg count recieved. fixed. race condition here.
also reduce the sheer message counts sent - it makes the suite take a
lot longer than is sane and als consume massive amounts of log space
in /tmp as a result.
Change-Id: Ieac39fecb1690d02942832535fb47d41190f56db
Bowon Ryu [Mon, 20 Aug 2018 08:18:33 +0000 (17:18 +0900)]
eina: comment on TC related to dump
If build_profile is release, then eina_log_level_maximum is 3.
But now, output of eina_share_common_dump is EINA_LOG_DBG.(eina_log_level=5)
There is no way to print a dump from release build_profile.
We should find a solution of this problem.
Change-Id: Iec1c636fdf04f9c076cc4f069951f8583c08a2e7
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Shinwoo Kim [Tue, 14 Aug 2018 06:47:33 +0000 (15:47 +0900)]
ecore_evas: check manual render after configure
The ecore_evas is rendering only after configure event from window manager if
window type is not NONE and DND. Upstream EFL has NONE window type by default
whereas Downstream EFL has TOPLEVEL window type by default.
This patch set make TC work regardless of window type.
Change-Id: I08d1f98b7613b3f6738bbfc8fd70d17c72ba3865
Yeongjong Lee [Mon, 6 Aug 2018 11:57:15 +0000 (20:57 +0900)]
print journal to stdout
Change-Id: I7b3adf22467d581ffa92f2ceb69368ae8eeaa592
Yeongjong Lee [Mon, 6 Aug 2018 08:11:08 +0000 (17:11 +0900)]
disable crash popup
Change-Id: I39ad666452634645514fea635184a1732ff28e45
Yeongjong Lee [Mon, 6 Aug 2018 02:59:14 +0000 (11:59 +0900)]
eio: fix build error
Change-Id: If290f40638c70567fd22b40e4809af20525316ec
Yeongjong Lee [Mon, 6 Aug 2018 02:58:36 +0000 (11:58 +0900)]
eina: add missing eina_init
Change-Id: If255ed0e44e1ce157916cb8f39461f39e384f554
Yeongjong Lee [Mon, 6 Aug 2018 02:48:11 +0000 (11:48 +0900)]
remove commented utcs from execution list
Change-Id: I9985d7aafb6bf7baa4c9da78fcecafeaf352d8be
Yeongjong Lee [Mon, 6 Aug 2018 02:41:36 +0000 (11:41 +0900)]
elm: remove wrong comment in tslist
utc_elm_theme_data_get have executed regardless of this comment
Change-Id: I0e8947e31b047e9c75f5211bc9d90d5389e4b5dd
Yeongjong Lee [Fri, 3 Aug 2018 09:21:11 +0000 (18:21 +0900)]
ecore_app: fix build error
Change-Id: Ic788f68cdb0955a336dd09dccf098c54f07d4af2
Yeongjong Lee [Fri, 3 Aug 2018 03:05:32 +0000 (12:05 +0900)]
elm_map: disable elm_map in mobile test scenario temporarily
Change-Id: I243779b280dac8a1366f32654de2c338720ee647
Signed-off-by: Yeongjong Lee <yj34.lee@samsung.com>
Yeongjong Lee [Thu, 2 Aug 2018 10:58:46 +0000 (19:58 +0900)]
Ecore_evas_buffer: Fix wrong usage of ecore_evas_buffer_render
Render_pre/post should be called only if rendering happens. we can't expect to
be called render_post callback after ecore_main_loop_begin because evas won't
render canvas.(there is no change of canvas)
See also, https://review.tizen.org/gerrit/#/c/185175/
Change-Id: Ie3aa5ebd862886a3d48fc1af0e98ef9355503bff
Signed-off-by: Yeongjong Lee <yj34.lee@samsung.com>
Manoj Kumar [Mon, 30 Jul 2018 06:00:28 +0000 (11:30 +0530)]
Fixed evas_object_smart_data_set(and *_get) testcases
Change-Id: I45f28d8278e30c47f3d2b294fdfcf5025055f135
Amitesh Singh [Thu, 26 Jul 2018 10:32:58 +0000 (16:02 +0530)]
eina_list_shuffle: improve the test case.
This patch is based on upstream EFL patch.
commit
11d695cfcd8b76357d16d21c5ddf4a9d1e8c0e84
Author: Mike Blumenkrantz <zmike@osg.samsung.com>
Date: Thu Mar 29 18:14:53 2018 -0400
tests: improve eina_test_list_shuffle
reduce iteratons by a hundredfold, remove verifying of rand() seed,
check whether shuffle actually shuffles
fix T6833
Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Change-Id: Iabe2d913ccc964f700947e206312e43d82097ae5
SangHyeon Jade Lee [Thu, 26 Jul 2018 06:39:16 +0000 (15:39 +0900)]
Combobox: disable combobox in test scenario temporarily
Change-Id: I9b0c2e23c38e600d1316bb17c68a4bbac8d63e1a
Signed-off-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
Anil Kumar Nahak [Fri, 22 Jun 2018 04:33:45 +0000 (10:03 +0530)]
Combobox: Remove memory leak, unused variable & function & unreachable code
Change-Id: I1d17b37c7b50e9b993b72d2444e4d6fb1fd91f08
SangHyeon Jade Lee [Wed, 25 Jul 2018 09:20:56 +0000 (18:20 +0900)]
genlist: resize genlist object to prevent test failure by sizing delay
Change-Id: I75dfe8e0be55eeaa2dd66c90e9751255dbd9bd03
Signed-off-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
Manoj Kumar [Fri, 13 Jul 2018 06:46:48 +0000 (12:16 +0530)]
Test execution time improvement: remove random usleeps from ecore thread tests
Change-Id: I3ca8e4abcd4acead41635146c1a03a14d51c04fa
Manoj Kumar [Tue, 24 Jul 2018 04:03:22 +0000 (09:33 +0530)]
Test suite execution time improvement: reduced timer values in eina_main_loop_is() and eina_log_threads_enable() tests.
Change-Id: Ic0e8503ba99d3033aeeeb2c68cea9970d8d5bdce
Yeongjong Lee [Thu, 19 Jul 2018 10:51:58 +0000 (19:51 +0900)]
evas: add static keyword
Change-Id: Ifb19548472917e814a451d5deece10321b5d38c8
Yeongjong Lee [Thu, 19 Jul 2018 10:00:21 +0000 (19:00 +0900)]
evas: refactoring
Change-Id: Ifd262100ddce7fdd84edad7ce5872b88c3c87da8
Yeongjong Lee [Thu, 19 Jul 2018 01:35:53 +0000 (10:35 +0900)]
edje: fix resource path
Change-Id: Ie9c926eee0e48d9a992f478b6c965ccd56b9ec1a
Yeongjong Lee [Thu, 19 Jul 2018 00:23:45 +0000 (09:23 +0900)]
edje: refactoring
Change-Id: I72b1a9148c2570096209ce163ff0396859bbddec
Yeongjong Lee [Wed, 18 Jul 2018 15:25:27 +0000 (00:25 +0900)]
eet: refactoring
Change-Id: Id3e2e6c3c0712d1c310a7e2ba1dc0e8efc39854c
Yeongjong Lee [Wed, 18 Jul 2018 15:11:28 +0000 (00:11 +0900)]
eet: fix resource path
Change-Id: I0833a0f3a1ca59705b3d37dd5ee98d65fd0299d0
Yeongjong Lee [Wed, 18 Jul 2018 14:40:49 +0000 (23:40 +0900)]
eet: add static keyword
Change-Id: I825218e6975097d3ef627a9e75c8fb41121f1fd2
Yeongjong Lee [Sun, 15 Jul 2018 23:57:56 +0000 (08:57 +0900)]
eio: refactoring eio utc
Change-Id: I46eec11b9c621b92914cb90c03979348391edf52
Yeongjong Lee [Sun, 15 Jul 2018 23:54:32 +0000 (08:54 +0900)]
eio: add static keyword
Change-Id: I303f36208db9728845a43201991718e6c4c0377e
Yeongjong Lee [Fri, 13 Jul 2018 02:18:39 +0000 (11:18 +0900)]
fix result file path
YeongJong Lee [Tue, 10 Jul 2018 04:19:59 +0000 (13:19 +0900)]
ecore: add ecore_fork_reset
Change-Id: I1818a555928a202524f44fa67ee07ad047f95e46
YeongJong Lee [Tue, 10 Jul 2018 04:19:44 +0000 (13:19 +0900)]
ecore: add ecore_shutdown
Change-Id: Id0b271bb5eb7d727cc40898902f9f3c26e2c6a07
YeongJong Lee [Tue, 10 Jul 2018 03:10:25 +0000 (12:10 +0900)]
ecore_buffer: temporary ignore some utc
Change-Id: Ibfef5046bdaf13483c9405f6afeed683bba61823
YeongJong Lee [Mon, 9 Jul 2018 09:58:07 +0000 (18:58 +0900)]
ecore_con: fix resource path
Change-Id: Id366e3b32893212a79801b883e9d214147229156
YeongJong Lee [Mon, 9 Jul 2018 07:19:20 +0000 (16:19 +0900)]
ecore: support utc_ecore build
Change-Id: I239773f35f7480a928dff5a3f9375137789095c4
YeongJong Lee [Mon, 9 Jul 2018 07:18:57 +0000 (16:18 +0900)]
ecore: refactoring ecore utc
Change-Id: Id05e6003979817ff629dee6a782b16470ef25d44
YeongJong Lee [Mon, 9 Jul 2018 07:09:02 +0000 (16:09 +0900)]
ecore: replace ecore_init to UTC_ECORE_INIT
Change-Id: I4005badd4c19567ebf1d29932935eb57639e89d8
YeongJong Lee [Mon, 18 Jun 2018 05:05:06 +0000 (14:05 +0900)]
ecore: add static keyword
Change-Id: Ie5fdc19274ee00b402e77997ad33a21d09c16c10
YeongJong Lee [Mon, 18 Jun 2018 02:10:01 +0000 (11:10 +0900)]
ecore: add utc_ecore for single binary
Change-Id: I1a79771f6bbf57578f92fad1f106504516c4b02c
YeongJong Lee [Mon, 9 Jul 2018 06:00:16 +0000 (15:00 +0900)]
eina: fix eina_init/shutdown pair
Change-Id: I2c1e62fd733e110eae80a5b786da694dcb655a15
YeongJong Lee [Mon, 9 Jul 2018 05:36:22 +0000 (14:36 +0900)]
eina: modify resource path
Change-Id: I9277491b9cfa4b61652918522d7a3b72fd332bdc
YeongJong Lee [Mon, 9 Jul 2018 03:46:16 +0000 (12:46 +0900)]
eina: modify module path
Change-Id: I3f19b9bd1f05763d606ea871cfbc9242aca722fb
YeongJong Lee [Mon, 9 Jul 2018 01:12:35 +0000 (10:12 +0900)]
eina: refactoring eina utc
Change-Id: I30bf7f2f5a1599edccb6e3c35de0a52447f8e304
YeongJong Lee [Mon, 9 Jul 2018 05:53:07 +0000 (14:53 +0900)]
eina: remove eina_init in setup
Change-Id: Ie9c09e4f0c7445e8cd68c529ac563df4550aeb1e
YeongJong Lee [Mon, 9 Jul 2018 00:46:14 +0000 (09:46 +0900)]
eina: support utc_eina build
Change-Id: Ib2bb6e0784e7192e776792b0149703ac8406f5ce
YeongJong Lee [Mon, 9 Jul 2018 00:43:48 +0000 (09:43 +0900)]
eina: add utc_eina for single binary
Change-Id: Ib370d3423cd3664adb0cfa3f874d38ab234007d4
YeongJong Lee [Tue, 12 Jun 2018 03:34:50 +0000 (12:34 +0900)]
eina: add static keyword
Change-Id: I5127dfe1ceef4de46d91dda1b35387fdf2d1fd34
YeongJong Lee [Mon, 9 Jul 2018 00:03:46 +0000 (09:03 +0900)]
elm: store elm build result to result file
Change-Id: Ib54ed2aba38ae4c8292469a96b56a35ec9616669
YeongJong Lee [Mon, 9 Jul 2018 00:02:51 +0000 (09:02 +0900)]
elm: remove commented testcase from utc_elm
Change-Id: Iaccf0682539eb4603e2f31e2ae35022bdd14f675
YeongJong Lee [Thu, 28 Jun 2018 12:35:10 +0000 (21:35 +0900)]
elm: refactor elementary testcase
1. Call ecore_fork_reset instead of elm_init.
2. Make elementary utc one binary.
We can save about 10min execution time.
Change-Id: I36795473e62478daa144b65fe8f22b21de6ee130
YeongJong Lee [Thu, 28 Jun 2018 12:13:14 +0000 (21:13 +0900)]
elm: make utc_elm binary during build
Change-Id: I21f0dfd4b3950470e93104392e8842d33167dde6
YeongJong Lee [Thu, 28 Jun 2018 04:00:42 +0000 (13:00 +0900)]
elm: modify resource path
Change-Id: I5242dffd5959bbb9188cbb5f3139464488dd80b1
YeongJong Lee [Tue, 26 Jun 2018 05:05:31 +0000 (14:05 +0900)]
elm: remove needless content_unset.c
Change-Id: I469d605fc901862a888d14aa16c5f8ebe6657021
YeongJong Lee [Tue, 26 Jun 2018 04:58:37 +0000 (13:58 +0900)]
add TestCase struct
Change-Id: I0ce8b26c129b4c24df904b3b8adf877207275237
YeongJong Lee [Tue, 26 Jun 2018 04:53:55 +0000 (13:53 +0900)]
elm: replace elm_init to UTC_ELM_INIT
If check execute with fork mode(default), it call ecore_fork_reset instead of elm_init
Change-Id: Idd8f7455cd231f2807c27450fcdef3f010efa0cd
YeongJong Lee [Wed, 20 Jun 2018 00:46:46 +0000 (09:46 +0900)]
elm: add utc_elm.c for refactoring
This is first step of refactoring of elm utc.
Change-Id: I9ee2005e6d5a40d6d4abb2427256bcab8d98bc23
YeongJong Lee [Tue, 26 Jun 2018 04:20:03 +0000 (13:20 +0900)]
elm: add static keyword
Change-Id: I08328794c0f39ee9509c05e5331403e2b7246bf1
Apurv Khatri [Thu, 21 Jun 2018 10:57:49 +0000 (16:27 +0530)]
removal of unreachable code in button
Change-Id: Iaab1b6c004efde91a7efcf38235d21a77a7ffa04
JunsuChoi [Tue, 26 Jun 2018 06:33:42 +0000 (15:33 +0900)]
eina : Remove eina_init/shutdown in utc_eina_threads_shutdown
API usage is changed. eina_threads_init is called in eina_debug_init in eina_init.
and eina_threads_shutdown is called again in eina_debug_shutdown in eina_shutdown.
so. eina_init/shutdown are not necessary.
Change-Id: Ibdde5db885d57edcb97f63efce875a84cc026e4b
YeongJong Lee [Mon, 25 Jun 2018 11:09:00 +0000 (20:09 +0900)]
ecore: remove duplicated file
This file is same as ecore_getopt/utc_ecore_getopt_callback_ecore_evas_list_engines.c
And it has not been used.
Change-Id: I7bcf2c87d24415306753a8b6df6bdf565be73c55
YeongJong Lee [Mon, 25 Jun 2018 11:02:02 +0000 (20:02 +0900)]
elm_quicklaunch: remove elm_quicklaunch_xxx utc
elm_quicklaunch_xxx API is deprecated since tizen 2.4
see https://review.tizen.org/gerrit/#/c/167460
Change-Id: I41ca888658269fcb3f2ad54554496d8a621d5f44
JunsuChoi [Mon, 25 Jun 2018 06:27:25 +0000 (15:27 +0900)]
evas_async_events : Ignore evas_async_events_fd_get test case.
evas_async_events_fd_get is always return -1 on efl120.
but change commit not merged in tizen branch.
Change-Id: I7fda1cd1a782974d2dc5718188f83886c8b076a9
Bowon Ryu [Wed, 20 Jun 2018 09:41:47 +0000 (18:41 +0900)]
eio_model: disable eio_model utc
ABI break occures due to diff between efl120 and tizen_5.0
- eio_model_children_filter_set)
after diff is resolved, TC should be modified.
Change-Id: I3efb87f3e0311b8e11e9279ee9c32d1ad0a217b1
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
JunsuChoi [Tue, 12 Jun 2018 08:38:53 +0000 (17:38 +0900)]
Modify TC time output format.
Change-Id: I358880f0921f7bbdbcc568939d9e9c3601cf437a
JunsuChoi [Tue, 12 Jun 2018 08:38:53 +0000 (17:38 +0900)]
Add calculate TC time
Change-Id: I734773e9b9e09559ab2234217d074440f3f9da5f
Anil Kumar Nahak [Fri, 1 Jun 2018 07:39:30 +0000 (13:09 +0530)]
Added a new test case for elm_combobox_add
Change-Id: I9c543fd96ba3a55b366eea717a20c24a810dc9f5
Signed-off-by: Anil Kumar Nahak <ak.nahak@samsung.com>
JunsuChoi [Tue, 12 Jun 2018 09:26:10 +0000 (18:26 +0900)]
Revert "Disables some test cases related to fd_get temporarily."
This reverts commit
dfb4d15c9767839e9b8f08b22891ce43b302a2ce.
Change-Id: I88dfd91a5a0fc8372a375e1038e0e39d17313e27
JunsuChoi [Tue, 12 Jun 2018 07:34:46 +0000 (16:34 +0900)]
ecore_con: fix a wrong usage of server connection
Change-Id: I0f6993dffa85f94d171a30e787802ac272b998bf
SangHyeon Lee [Fri, 25 May 2018 12:51:01 +0000 (21:51 +0900)]
gengrid: fix wrong target geometry
Change-Id: Ieeaafa40836894f5b597bbf55a8f569b2e0807a7
SangHyeon Lee [Fri, 25 May 2018 12:32:36 +0000 (21:32 +0900)]
fix gengrid at xy item get size calculation issue
Change-Id: I71ce29f364323b6d51061269d90deb03d6c6825e
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
JunsuChoi [Wed, 23 May 2018 16:07:14 +0000 (01:07 +0900)]
elm_map : increase wait time for region_zoom_bring_in temporary.
Change-Id: I6764b4d4419070fed7fdc52eba7e7275944bd184
Myoungwoon Roy, Kim [Wed, 23 May 2018 02:47:52 +0000 (11:47 +0900)]
Disables some test cases related to fd_get temporarily.
Change-Id: Ic376e4b16cf6093603efb9017e96c5ee7e9b3f1d
Myoungwoon Roy, Kim [Wed, 23 May 2018 02:35:42 +0000 (11:35 +0900)]
ecore_con: Fix a wrong condition for a negative test case
Fixes a wrong condition for the negative test case.
Change-Id: Idb3f247c78dfe49307b554386d9144f0a733756c
Bowon Ryu [Fri, 18 May 2018 11:39:31 +0000 (20:39 +0900)]
ecore_con: ignore ssl verification of client
Change-Id: I470ba045c61763564d44f21906974d8897e5ba98
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
JunsuChoi [Fri, 18 May 2018 09:49:31 +0000 (18:49 +0900)]
ecore_con : fix server security type and loop_quit timing
In SSL test, server should not be SSL_CLASS in already.
ecore_main_loop_quit() of upgrade_del() is never reached.
so When the upgrade is finished, call ecore_main_loop_quit()
Change-Id: I2f887de55d8d51a5d1f1dae4628c57cb5b19a6a3
Hosang Kim [Fri, 18 May 2018 07:15:25 +0000 (16:15 +0900)]
ecore_evas: delete expired timer.
Sometimes the response time to process message can be longer than 1sec.
So expired timer makes a dependency to check API.
Change-Id: I62cb52376777eb46aa73547bebae142d746ecdff
Jiyoun Park [Fri, 18 May 2018 04:44:27 +0000 (13:44 +0900)]
elm_win: change elm_win_fake not to call canvas_set
elm_win_fake_canvas_set is not a public internal api.
elm_win_fake_win sould set ecore evas when it was created.
Change-Id: I9bfad86479dca0c94030b129e87715102d709fa8
Myoungwoon Roy, Kim [Fri, 18 May 2018 06:52:43 +0000 (15:52 +0900)]
Revert a wrong condition in negative test case
Upsteam check the point of name only and enumerate values had been increased.
So revert a wrong condition and change the value of NONEXISTING_ECORE_CON.
Change-Id: If49018a9ad8f338556c7941681aa84ab6c21b7ed
JunsuChoi [Thu, 17 May 2018 08:05:33 +0000 (17:05 +0900)]
ecore_con : Change client_port_get to server_port_get
ecore_con_server_connect's return value is Ecore_Con_Server.
So if want to get port from return value. need to use server_port_get.
if want to know client's port, need to get a Ecore_Con_Client value.
Change-Id: I194f77cc87ba25c7e7df4aa90199036c235f77d2
Myoungwoon Roy, Kim [Wed, 16 May 2018 06:35:35 +0000 (15:35 +0900)]
edje_object: fix a wrong condition to comparing results
@fix
Change-Id: Ib3497bc934041a3072c3ec8a519493ce58e251f2
JunsuChoi [Tue, 15 May 2018 10:06:40 +0000 (19:06 +0900)]
ecore_con : change timer's time and limit count
Network connections may take some time depending on test environment.
However, the limit number of connections is not critical to this tc.
Change-Id: Id04f8b999562357077a6dbbcc392b40b03adcdbf
Youngbok Shin [Mon, 14 May 2018 10:17:22 +0000 (19:17 +0900)]
edje_color: fix pass condition of a negative test case for edje_color_class_active_iterator_new
The iterator was NULL in Tizen 4.0.
But, from Tizen 5.0, edje_color_class_active_iterator_new will create iterator
even if there is no color class loaded. It looks reasonable change.
So, I fix this test case.
Change-Id: I76b6c03bc8f352ce1a18715ffdd63bfde38b39b7
Myoungwoon Roy, Kim [Mon, 14 May 2018 01:45:34 +0000 (10:45 +0900)]
ecore_con: fix a wrong usage of server connection
Change-Id: Ib0da8b9150fbcf6e1aea0c6a110e42452b32be0f
Bowon Ryu [Fri, 11 May 2018 07:00:30 +0000 (16:00 +0900)]
atspi: added missing header
Change-Id: I6dfab8e1a88f676538cfeca7f951493867074292
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Fri, 11 May 2018 05:39:06 +0000 (14:39 +0900)]
ecore_file_download: added missing variable declaration
Change-Id: Ib4231207641cd6921f5fd91079e255c89fb0e7fa
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Fri, 11 May 2018 04:39:37 +0000 (13:39 +0900)]
evas_vg: fix crash
Change-Id: I27163e92a5ba6923700aa4968e12c93dd805f5a6
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Thu, 10 May 2018 13:13:14 +0000 (22:13 +0900)]
eio_model: fix crash
Change-Id: I54a50ad498225127598a42a230b288c4bc275ba4
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
SangHyeon Lee [Thu, 10 May 2018 11:06:36 +0000 (20:06 +0900)]
evas callbacks : add method get for initialize default seat
Change-Id: I173e063b921ae722f34714b0346a1b9850bb7ad6
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
Bowon Ryu [Thu, 10 May 2018 06:25:06 +0000 (15:25 +0900)]
eldbus: disable eldbus utc
eldbus APIs are deprecated due to security issues.
Change-Id: I6310a58958e0bbd4aa60fe8d0a5fe1486c1b2234
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
JunsuChoi [Thu, 10 May 2018 06:02:09 +0000 (15:02 +0900)]
evas_key : fix typo
Change-Id: I6a599e30c94e993a2182746dce0f1effa53caaa3
JunsuChoi [Thu, 10 May 2018 06:11:27 +0000 (15:11 +0900)]
panes : Ignore testcases of deprecated APIs
elm_panes_content_left_set
elm_panes_content_left_get
elm_panes_content_right_set
elm_panes_content_right_get
These APIs have not been used since tizen 3.0
Change-Id: I2aadf56c95e5786d15dc954415043b0d343bd4ff
JunsuChoi [Thu, 10 May 2018 04:14:06 +0000 (13:14 +0900)]
genlist : Fix log file name of testcase
log and xml file's name must be same tc's source file's name
Change-Id: I9daea3a3b160c3c251771395455879c1ae12ec6b
JunsuChoi [Wed, 9 May 2018 12:25:36 +0000 (21:25 +0900)]
atspi : Change TC positive case to negative case
_elm_atspi_bridge_get() is not available because it do not ACR.
So elm_atspi_bridget_connected_get() will be deprecated
because Elm_Atspi_Bridge* can not created by any APIs.
So i will change it to a negative case and deprecated it in the future.
Change-Id: Ia28b0dc75e698651ab21e9d9463b358236616885
JunsuChoi [Wed, 9 May 2018 09:59:15 +0000 (18:59 +0900)]
elm_object : Remove unused value.
Change-Id: Ie25a24fc392686b949b19950f2e64fe9a5992598
JunsuChoi [Wed, 9 May 2018 05:25:33 +0000 (14:25 +0900)]
elm_object : Fix return value check
The default return value of elm_object_cursor_theme_search_enabled_get
has been changed to EINA_TRUE.
Change-Id: I0bfdae19d93fcb6154a5fdd7c1759671e82c067b