summaryrefslogtreecommitdiff
path: root/src/tests/eo
Commit message (Expand)AuthorAgeFilesLines
* check: fix tests suites on Windowsmichelle legrand2015-01-301-0/+2
* eo: fix to pass make check on windowsmichelle legrand2015-01-301-8/+15
* Eo tests: Fix bad free in eo_test_valueAvi Levin2015-01-121-2/+2
* Eo: fix error handling when too many deletions invocations occur.Daniel Zaoui2014-12-051-0/+34
* tests/eo: Do not test for an integer when you get a pointer.Stefan Schmidt2014-11-211-2/+2
* Eo: protect against recursive object destruction calls, fixes T1741Jérémy Zurcher2014-11-183-0/+65
* Eo composite objs: Add a test for the recent comp obj fix.Tom Hacohen2014-10-283-0/+210
* Eo id: Add regression tests to eo id sanity checksTom Hacohen2014-10-221-0/+10
* Eo composite: Fix composite object functions to be eo functions.Tom Hacohen2014-10-213-19/+17
* Eo: Change eo_add/del/unref behaviour.Tom Hacohen2014-09-253-4/+12
* Eo: Get rid of eo_add_custom.Tom Hacohen2014-09-252-6/+4
* Eo base: Add a property to indicate if the object is finalized;Tom Hacohen2014-08-291-0/+8
* eo: constructor tests do not use eo_add_custom(..)Jérémy Zurcher2014-07-033-14/+23
* Eo: Fix and use the abstract class .eo file.Tom Hacohen2014-06-031-1/+1
* Eo base: rename event_freeze_get to event_freeze_count_get.Tom Hacohen2014-06-021-16/+16
* Eo: Add eo_finalize. A func that's called at the end of eo_add.Tom Hacohen2014-05-301-0/+38
* Eo legacy events: Add legacy events tests.Tom Hacohen2014-05-281-3/+31
* eo: improve error reporting, update testsJérémy Zurcher2014-05-081-2/+2
* Eo: Add tests dir to .gitignoreDaniel Zaoui2014-04-221-0/+1
* eo: fix broken children iterator, remove redundant fields.Lukasz Stanislawski2014-04-173-0/+101
* Eo2: Adjust test suite to recent changes.devs/tasn/eo2Tom Hacohen2014-04-101-1/+1
* Ecore audio tests: Updated to Eo2.Tom Hacohen2014-04-101-2/+1
* Eo: EO_BASE_CLASS->EO_CLASS.Tom Hacohen2014-04-1019-45/+45
* Eo: eo_base's data_*->key_data_*.Tom Hacohen2014-04-104-29/+29
* Eo2: Updated naming Eo2->Eo.Tom Hacohen2014-04-1039-581/+581
* eo2: add tests for thread safe call stackJérémy Zurcher2014-04-103-0/+132
* eo2: update class creation tests, follow new error policyJérémy Zurcher2014-04-101-8/+8
* eo2: add tests for method call error msgsJérémy Zurcher2014-04-105-0/+80
* eo2: tests: extract mgs checks into eo_error_msgs.c|hJérémy Zurcher2014-04-103-75/+91
* eo2: add test cases for class construction errorsJérémy Zurcher2014-04-101-0/+141
* eo2: fix uninitialized vars in testsJérémy Zurcher2014-04-1014-23/+25
* eo2: add tests for call stack grow and shrinkJérémy Zurcher2014-04-103-0/+33
* eo2: change the order of EO2_OP_FUNC* to put EAPI first.Tom Hacohen2014-04-1025-63/+63
* eo2: fixed validity checks for eo2_do_super.Tom Hacohen2014-04-101-3/+2
* eo2: use EO2_CLASS_DESCRIPTION_NOOPS everywhere.Tom Hacohen2014-04-104-15/+15
* eo2: fixed a compliation issue in test suite.Tom Hacohen2014-04-101-1/+1
* eo2 suite: add an important FIXME.Tom Hacohen2014-04-101-1/+1
* eo2: migrated the eo-suite test to eo2.Tom Hacohen2014-04-105-504/+227
* eo2: interface test, removed obsolete Eo_Op.Tom Hacohen2014-04-101-2/+0
* eo2: migrated mixin test to eo2.Tom Hacohen2014-04-109-195/+104
* eo2: constructors test, removed obsolete Eo_Op.Tom Hacohen2014-04-101-2/+0
* eo2: cleaned up the function overrides test.Tom Hacohen2014-04-105-75/+65
* eo2: fix function overrides test.Tom Hacohen2014-04-103-8/+6
* eo2: fix some op descriptions in constructors testsJérémy Zurcher2014-04-102-1/+2
* eo2: fix tests, do not use _CLASS_FUNC_, see previous commitJérémy Zurcher2014-04-101-6/+6
* eo2 test composite: migrated things I forgot to migrate.Tom Hacohen2014-04-101-1/+1
* eo2: migrated signals test to eo2.Tom Hacohen2014-04-103-99/+73
* eo2: migrated interface test to eo2.Tom Hacohen2014-04-107-137/+52
* eo2: migrated function_overrides test to eo2.Tom Hacohen2014-04-107-132/+124
* eo2: migrated constructors test to eo2.Tom Hacohen2014-04-1011-184/+107