efl/src/tests/eina
Vincent Torri a6915ecfc5 mimic access() behavior on Windows 2024-03-25 10:18:44 -07:00
..
.gitignore
cxx_compile_test.cxx
eina_suite.c Implement eina_thread for native windows 2021-04-17 16:00:32 -03:00
eina_suite.h Implement eina_thread for native windows 2021-04-17 16:00:32 -03:00
eina_suite.x
eina_test_abi.c eina: Rename EAPI macro to EINA_API in Eina library 2020-11-25 09:42:47 -03:00
eina_test_abstract_content.c eina_content: free eina content in the test: 2020-04-17 10:53:15 +02:00
eina_test_accessor.c eina_accessor: make carray accessor work properly 2019-12-18 21:45:42 +01:00
eina_test_array.c tests: eina: fix usage of long on Windows 2020-05-19 13:58:57 +02:00
eina_test_barrier.c tests: remove sleep calls from eina_barrier_test_simple 2018-04-05 11:10:28 +02:00
eina_test_benchmark.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_bezier.c tests: resolve float comparison warnings 2020-05-09 09:25:14 +01:00
eina_test_binbuf.c eina_test_binbuf: Fix memory leak 2019-05-02 13:44:22 +02:00
eina_test_binshare.c tests: ck_assert_ptr_null -> ck_assert_ptr_ne 2018-04-05 13:43:54 -04:00
eina_test_clist.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_convert.c tests - remove one of the eina strtod tests as libc is failing 2019-04-07 14:47:35 +01:00
eina_test_counter.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_cow.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_crc.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_debug.c tests/eina: make inclusion for define explicit and more compatible 2018-07-09 13:31:45 -04:00
eina_test_error.c tests: eina: fix ENOMEM message on Windows and solaris 2020-06-18 13:45:09 +02:00
eina_test_file.c mimic access() behavior on Windows 2024-03-25 10:18:44 -07:00
eina_test_fp.c tests: increase step sizes for eina_fp_div and eina_fp_mul tests 2018-04-05 11:10:32 +02:00
eina_test_freeq.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_hash.c singularize srand in eina_init - only once in one place 2020-10-03 20:46:50 +01:00
eina_test_inarray.c eina-suite: do not print that many errors 2020-02-14 09:01:06 +01:00
eina_test_inlist.c tests: rework eina inlist tests to be infinity% faster 2018-04-05 11:10:27 +02:00
eina_test_iterator.c eina: introduce eina_iterator_process 2020-02-19 16:34:05 +01:00
eina_test_lalloc.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_list.c tests: ck_assert_ptr_null -> ck_assert_ptr_ne 2018-04-05 13:43:54 -04:00
eina_test_lock.c eina_test_lock.c: Implement clock_gettime for Windows 2020-08-20 09:36:23 +02:00
eina_test_log.c Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
eina_test_magic.c Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
eina_test_main.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_matrix.c eina_matrix: Add eina_matrix4 operator(translate, rotate, scale) 2020-01-29 15:31:07 +09:00
eina_test_matrixsparse.c tests: eina: make sure we always check on eina_matrixsparse_data_idx_get return 2020-06-10 17:39:02 +02:00
eina_test_mempool.c eina: add eina_mempool_iterator_new to slowly iterate every allocated pointer in a mempool. 2019-09-19 14:37:41 -07:00
eina_test_module.c tests: eina: check return of eina_module_load and unload 2020-06-10 10:08:02 +02:00
eina_test_module_dummy.c eina: Rename EAPI macro to EINA_API in Eina library 2020-11-25 09:42:47 -03:00
eina_test_quad.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_quadtree.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_quaternion.c tests: resolve float comparison warnings 2020-05-09 09:25:14 +01:00
eina_test_range.c eina: add new range Data type 2020-01-23 06:54:44 +09:00
eina_test_rbtree.c tests: ck_assert_ptr_null -> ck_assert_ptr_eq 2018-04-05 14:04:21 -04:00
eina_test_rectangle.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_safepointer.c eina-suite: do not print that many errors 2020-02-14 09:01:06 +01:00
eina_test_sched.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_simple_xml_parser.c eina-test: Fix unchecked return value 2021-09-21 10:35:34 -04:00
eina_test_slice.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_slstr.c tests/eina: use slstr_steal function in slstr_steal test 2019-10-24 17:55:17 +02:00
eina_test_str.c tests/eina: outdent code 2019-09-26 17:59:34 -04:00
eina_test_strbuf.c eina_strbuf: introduce change last occurrence function 2020-06-22 17:31:54 +09:00
eina_test_stringshare.c singularize srand in eina_init - only once in one place 2020-10-03 20:46:50 +01:00
eina_test_thread.c Implement eina_thread for native windows 2021-04-17 16:00:32 -03:00
eina_test_tiler.c eina_test_tiler: Fix resource leak 2019-05-02 14:11:12 +02:00
eina_test_tmpstr.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_trash.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_ustr.c eina_test_ustr: Fix resource leak 2019-05-02 13:48:27 +02:00
eina_test_ustringshare.c tests: reduce looping in eina_ustringshare_putstuff 2018-04-05 11:10:32 +02:00
eina_test_util.c
eina_test_value.c Eina value test: disable 64 bits value test on Windows 2024-01-17 02:29:18 +01:00
eina_test_vector.c tests: resolve float comparison warnings 2020-05-09 09:25:14 +01:00
eina_test_vpath.c eina-suite: do not print that many errors 2020-02-14 09:01:06 +01:00
eina_test_xattr.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
meson.build tests - let's have our own enforced master timeout of 240sec 2024-01-09 08:14:42 +00:00
sample.gpx