summaryrefslogtreecommitdiff
path: root/src/tests/eio
Commit message (Expand)AuthorAgeFilesLines
* tests: check eio monitors for fallback monitoringMike Blumenkrantz2018-06-282-14/+38
* tests: cancel the timeout timer when cleaning up eio testsMike Blumenkrantz2018-06-282-0/+2
* tests: increase eio monitor+sentry test initial delay to 0.05sMike Blumenkrantz2018-06-282-2/+2
* tests: set monitoring interval for eio tests to 0.05sMike Blumenkrantz2018-06-191-0/+1
* tests: use fixtures for eio testsMike Blumenkrantz2018-06-1911-126/+18
* Revert "efl_add_ref - fis to use efl_add properly with a parent."Cedric BAIL2018-05-241-20/+20
* eio: delay tests until we have started listing some files.Cedric BAIL2018-05-071-3/+19
* tests: optimize eio testsMike Blumenkrantz2018-05-042-142/+16
* eio: xattr eio manager tests to allocate for Eina_Future*.Cedric BAIL2018-05-011-1/+1
* eio: fix tests to properly process things as array not accessor.Cedric Bail2018-05-011-3/+4
* eio: fix efl.io.manager test after API const change.Cedric Bail2018-05-011-1/+1
* eio: update test to use the new EINA_VALUE_ARRAY_FOREACH.Cedric BAIL2018-05-011-2/+2
* eio: migrate tests to use new Efl.Model API.Cedric BAIL2018-05-013-152/+194
* tests: eio: fix filename naming in two testsStefan Schmidt2018-04-252-2/+2
* tests: move to using checked fixtures for all test suitesMike Blumenkrantz2018-04-051-1/+13
* tests: add instrumentation to existing tests to find slow testsMike Blumenkrantz2018-04-0511-116/+115
* efl_add_ref - fis to use efl_add properly with a parent.Carsten Haitzler (Rasterman)2018-03-291-20/+20
* efl: use efl_add_ref to create objects which have no parentCedric BAIL2018-03-201-20/+20
* Revert "cxx: Fix manual code after efl_app change."Carsten Haitzler (Rasterman)2018-03-034-9/+9
* efl: create Efl.App class, the parent of Efl.LoopMike Blumenkrantz2018-02-264-9/+9
* eio: sentry.del -> sentry.removeMike Blumenkrantz2018-02-151-8/+8
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-024-9/+9
* eio: update efl_io_manager_xattr_ls test to use Eina_Future.Cedric Bail2017-12-141-31/+7
* eio: migrate efl.io.manager.ls to use Eina_Future.Cedric Bail2017-09-281-3/+46
* eio: convert Efl.Io.Manager.stat() to return Eina_Future.Cedric BAIL2017-09-271-11/+29
* eina: move the test to the new future and use the new Eina_Value array iterat...Cedric BAIL2017-09-141-24/+31
* eio: move efl.io.manager.xattr.get to use the new Eina_Future.Cedric Bail2017-09-141-18/+1
* eio: migrate efl.io.manager.open to use Eina_Future.Cedric Bail2017-09-132-11/+23
* eio: first convertion to new future/promise.Cedric BAIL2017-09-111-5/+38
* ifdef RUN_IN_TREE logic.Gustavo Sverzut Barbieri2017-02-031-0/+2
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-061-1/+1
* eio: correctly compar double in xattr test.Cedric BAIL2016-12-191-1/+1
* eio: fix attr tests to process an array of string.Cedric BAIL2016-12-151-11/+16
* eio: fix conversion mistake from Eina_Promise to Efl_Future.Cedric BAIL2016-11-071-1/+1
* efl: Update Efl.Model to use new Efl_Promise and Efl_FutureFelipe Magno de Almeida2016-09-292-46/+64
* eio: use proper const for progress.Cedric Bail2016-09-151-1/+1
* tests: eio: use eina file infrastructure for temporary file creationStefan Schmidt2016-09-131-6/+8
* eio_eet: Added test suite for eio eet module.Vivek Ellur2016-09-133-1/+218
* eio: fix manager tests.Cedric BAIL2016-09-082-168/+148
* Rename efl_self to efl_addedTom Hacohen2016-09-052-2/+2
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-304-8/+8
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-155-55/+55
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-114-27/+27
* tests: eio: add Eina.h include for eina_init and shutdown functions.Stefan Schmidt2016-08-021-0/+2
* eio: add a test for T3237.Cedric Bail2016-07-281-0/+60
* eio: all our tests need eina and we aren't testing eina here, so init once an...Cedric Bail2016-07-281-0/+4
* eio: register one Efl_Io_Manager by default on the main loop at init time.Cedric BAIL2016-06-221-0/+21
* eio: rename eio_job to efl_io_manager.Cedric BAIL2016-06-222-29/+28
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-203-14/+8
* efl: Move promise parameter to return in data modelFelipe Magno de Almeida2016-06-162-8/+8