summaryrefslogtreecommitdiff
path: root/src/tests/eo
Commit message (Expand)AuthorAgeFilesLines
* eo: improve efl_isa to be able to know if a class is part of the hierarchy of...Cedric BAIL2019-01-241-0/+2
* eo: add a test to enforce the upper limit of our base object size.Cedric BAIL2019-01-091-0/+9
* eo: test that event cancel before emitting does propagate event.Cedric BAIL2019-01-021-1/+18
* cmake: remove!Marcel Hollerbach2018-12-209-137/+0
* eo suit - warn - include ptr indirection not privater to avoid warningsCarsten Haitzler (Rasterman)2018-11-091-1/+1
* eo: add log domain to the testsuiteMarcel Hollerbach2018-10-121-0/+6
* here comes mesonMarcel Hollerbach2018-10-0210-0/+217
* eo: add funktion for alive checksMarcel Hollerbach2018-09-141-1/+20
* efl_object: add call for getting invalidatingMarcel Hollerbach2018-08-201-0/+30
* tests/eo: add explicit test case for setting an object as its own parentMike Blumenkrantz2018-07-051-0/+3
* tests/eo: add explicit ref check when setting an invalid parentMike Blumenkrantz2018-06-291-1/+5
* tests: add coverage for efl_parent_set with invalidated parent objectMike Blumenkrantz2018-06-251-0/+2
* tests: add some more failure cases for efl_parent_set in eo testsMike Blumenkrantz2018-06-251-0/+16
* tests: ensure class constructor is called in eo_domain testMike Blumenkrantz2018-06-251-0/+2
* eo: get back the eo test suiteMarcel Hollerbach2018-06-251-2/+2
* eo: get rid of eo_idMarcel Hollerbach2018-06-191-11/+3
* tests: wrap critical errors to disable aborting in eo testsMike Blumenkrantz2018-06-183-0/+14
* tests: disable eo test timeouts when not forkedMike Blumenkrantz2018-06-181-2/+5
* eo: add testcase for basic eventing and lifetime checkingMarcel Hollerbach2018-06-073-1/+170
* eo: match raise of error level in tests.Cedric BAIL2018-05-241-2/+2
* eo: we are actually testing internal function too here.Cedric BAIL2018-05-241-0/+2
* eo: add infrastructure to test critical Eina Error.Cedric BAIL2018-05-241-0/+6
* eo: improve tests suite debugging by always displaying the error message befo...Cedric BAIL2018-05-241-14/+14
* tests: remove sleep() calls from eo testsMike Blumenkrantz2018-04-132-3/+0
* tests: move to using checked fixtures for all test suitesMike Blumenkrantz2018-04-059-89/+12
* tests: add instrumentation to existing tests to find slow testsMike Blumenkrantz2018-04-059-89/+89
* efl: replace efl_del with efl_unref for cases where no parent existsCedric BAIL2018-03-201-2/+2
* efl: use efl_add_ref to create objects which have no parentCedric BAIL2018-03-2015-134/+134
* eo: update tests to also use efl_add_ref correctly.Cedric Bail2018-03-192-8/+8
* eo: fix warning.Cedric Bail2018-03-071-2/+2
* eo: adjust test suite to take invalidate state into account.Cedric Bail2018-03-071-8/+4
* tests - eo - found eo_signals test is wrong... amazing it passed beforeCarsten Haitzler (Rasterman)2018-03-031-1/+7
* ecore - a different take on efl.app class as a super class to efl.loopCarsten Haitzler (Rasterman)2018-03-032-6/+4
* eo: Add "destruct" eventJean-Philippe Andre2018-01-101-0/+39
* eo: Move hacky API auto_unref to C onlyJean-Philippe Andre2017-12-051-6/+3
* eo: Rename efl_ref_get to efl_ref_countAndy Williams2017-11-081-44/+44
* eo: Add beta API for auto_unref after a callJean-Philippe Andre2017-10-181-0/+57
* eo: introduce function definitions with fallbackMarcel Hollerbach2017-09-291-0/+63
* eo: Add class name to error log (unref)Jean-Philippe Andre2017-09-131-2/+2
* eo: Check refs in efl_data_scope_safe_getJean-Philippe Andre2017-08-111-0/+1
* Eo: Allow multiple functions overridesJean-Philippe Andre2017-08-041-5/+20
* eo: Add API efl_data_scope_safe_getJean-Philippe Andre2017-06-143-1/+49
* eo: Add new API efl_castJean-Philippe Andre2017-04-191-0/+97
* tests: Remove CPU affinity from all threadsJean-Philippe Andre2017-03-061-2/+2
* eo: ensure the generation is correctly clampedMarcel Hollerbach2017-02-161-0/+71
* ifdef RUN_IN_TREE logic.Gustavo Sverzut Barbieri2017-02-031-0/+2
* cmake: add eoMarcel Hollerbach2017-01-239-0/+137
* Eo: Fix efl_isa() sometimes returning wrong results with extensionsTom Hacohen2016-12-071-0/+3
* Eo tests: Adjust according to latest commit.Tom Hacohen2016-12-071-2/+2
* eo: Fix test caseJean-Philippe Andre2016-12-051-1/+1