summaryrefslogtreecommitdiff
path: root/src/tests/ecore
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix warnings about redefinting EWAPI etc. due to windows EAPI changes"Carsten Haitzler (Rasterman)2021-05-263-8/+0
* ecore: Rename EAPI macro to ECORE_API in Ecore libraryFelipe Magno de Almeida2021-05-233-0/+8
* singularize srand in eina_init - only once in one placeCarsten Haitzler (Rasterman)2020-10-031-1/+0
* tests: resolve float comparison warningsMike Blumenkrantz2020-05-093-27/+27
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-072-10/+10
* ecore_evas: Introduce cnp / dnd API for ecore evasMarcel Hollerbach2020-03-085-0/+136
* eina: add test for eina_future_all_iterator.Cedric BAIL2020-01-311-0/+29
* tests/efl_app: add port of intensive timer recursionMike Blumenkrantz2019-10-301-0/+103
* tests/ecore: add intensive test for recursive timer usageMike Blumenkrantz2019-10-301-0/+83
* tests/ecore: do not create global test timeout timer if running unforkedMike Blumenkrantz2019-10-301-0/+3
* tests/loop_timer: add port of ecore_timer behavior tests for loop_timerMike Blumenkrantz2019-10-291-0/+81
* tests/ecore: make timer behavior test even more strictMike Blumenkrantz2019-10-291-1/+23
* tests/ecore: add more grueling timer throughput testMike Blumenkrantz2019-10-291-0/+25
* tests/ecore: ensure that we attempt to re-set PATH in ecore-file testsMike Blumenkrantz2019-10-241-2/+14
* tests/ecore: replace all bespoke strcats with snprintfMike Blumenkrantz2019-10-241-23/+8
* tests/ecore: unset app args after app args unit test to prevent invalid readsMike Blumenkrantz2019-10-241-0/+7
* tests: fix minor string leaksMike Blumenkrantz2019-10-181-3/+5
* Revert "eolian: disallow missing docs for stable API where necessary"Xavi Artigas2019-09-302-2/+1
* eolian: disallow missing docs for stable API where necessaryDaniel Kolesa2019-09-302-1/+2
* ecore/signal: increase maximum signal throughputMike Blumenkrantz2019-09-191-4/+14
* tests/ecore: add stress test for main loop signal handlingMike Blumenkrantz2019-09-191-0/+23
* efl_app_test_promise: fix warning (no returned value)Vincent Torri2019-09-121-1/+2
* ecore: Fix download test.Lauro Moura2019-07-301-3/+10
* tests/ecore: verify that quit() -> begin() does not pre-cancel main loopMike Blumenkrantz2019-07-251-0/+2
* eo: use efl_provider_{un,}register infrastructure instead of Efl_Loop one.Cedric BAIL2019-07-171-4/+4
* ecore: do not rely on implicit rules for memory lifecycle during test.Cedric BAIL2019-06-201-1/+4
* tests: fix warnings and undef ref on Windows (using meson :-) )Vincent Torri2019-06-204-0/+17
* Fix miscellaneous build warningsXavi Artigas2019-06-191-1/+2
* meson: enforce 61s timeout for tests, remove explicit timeouts from build filesMike Blumenkrantz2019-05-151-2/+0
* ecore: make sure that ecore stay initialized during the full test.Cedric BAIL2019-05-091-0/+2
* ecore_test_ecore_file: Fix resource leakChristopher Michael2019-05-021-1/+1
* build: use only BUILD_ECORE_IMF_XIM as a defineMike Blumenkrantz2019-04-171-1/+1
* tests: unset eina log callback at end of each efl_app promise testMike Blumenkrantz2019-04-021-0/+5
* eo: Correctly name Realized classes.Lauro Moura2019-04-021-0/+7
* eolian: enable checking of beta/stable contexts in all classesDaniel Kolesa2019-03-111-1/+1
* efl.loop_timer: rename all methods/properties/eventsMike Blumenkrantz2019-03-083-4/+4
* eolian: validate betanessMarcel Hollerbach2019-02-251-1/+1
* efl_loop / efl_app: make efl_app / efl_loop abstractMarcel Hollerbach2019-02-211-1/+4
* cmdline iface - fix to consume input array AND strings totallyCarsten Haitzler (Rasterman)2019-02-151-7/+7
* eolian: drop class function overridingMarcel Hollerbach2019-02-134-11/+11
* Revert "Revert command line array object because it's broken by design"Marcel Hollerbach2019-02-125-2/+111
* Revert "Revert the env object because it's broken portability - please redo"Marcel Hollerbach2019-02-124-2/+139
* Revert the env object because it's broken portability - please redoCarsten Haitzler (Rasterman)2019-02-124-139/+2
* Revert command line array object because it's broken by designCarsten Haitzler (Rasterman)2019-02-125-111/+2
* ecore: here comes a command line objectMarcel Hollerbach2019-02-125-2/+111
* ecore: here comes a env objectMarcel Hollerbach2019-02-124-2/+139
* tests: improve efl loop test (concentric)Mike Blumenkrantz2019-02-041-2/+9
* tests: add explicit test for concentric loop usageMike Blumenkrantz2019-02-011-0/+45
* ecore: make ecore_audio_out abstractMarcel Hollerbach2019-01-263-3/+33
* tests/ecore: reenable ecore-audio play testMike Blumenkrantz2019-01-231-3/+2