efl/src/tests/eina
Carsten Haitzler 2178258105 tests - remove one of the eina strtod tests as libc is failing
see the comments above the test explaining why it's removed (libc
fails, not eina and having our tests fail because eina is a bit more
robust than libc is not a sane thing to have). but here is the comment
for git history spelunking:

this test isn't viable because libc actually fails the conversion (testing
glibc 2.28 on arch linux). either libc doesn't like the space at the start
thus doesn't skip it but assumes END of numbver string thus not converting
and returning NULL, or it doesn't like InFiNiTyfoo in some way, but either
way this test shows eina to be more robust and do some kind of conversion
and libc to fail and return NULL from strtod into the string pointer. it
also doesnt return an infinite fp thus hitting the default: case and thus
failing etc. ... so all in all remove the test as all it does it cause
failures and if anything shows libc to be failing more than eina.

@fix
2019-04-07 14:47:35 +01:00
..
.gitignore
cxx_compile_test.cxx
eina_suite.c tests: add test for eina_debug signal handling 2018-06-19 14:04:40 -04:00
eina_suite.h tests: add test for eina_debug signal handling 2018-06-19 14:04:40 -04:00
eina_suite.x
eina_test_abi.c tests/eina: suppress deprecated api warnings for eina abi test 2018-08-14 17:26:08 -04:00
eina_test_accessor.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_array.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +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: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_binbuf.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +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: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_file.c eina file test - warn - silence wanring wirth a bit of hand str trunc 2018-11-09 12:18:59 +00: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 tests: ck_assert_ptr_null -> ck_assert_ptr_eq 2018-04-05 14:04:21 -04:00
eina_test_inarray.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02: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 iterator tests - use same unisnged ints to store - warn 2018-12-04 08:24:02 +00: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 tests: reduce looping in eina_test_spinlock 2018-04-05 11:10:32 +02:00
eina_test_log.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_magic.c eina test - fix build with magic debug disabled 2018-11-12 17:05:46 +00: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 tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_matrixsparse.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_mempool.c tests: remove duplicated eina mempool test 2018-04-05 11:10:26 +02:00
eina_test_module.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_module_dummy.c
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: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02: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 tests: ck_assert_ptr_null -> ck_assert_ptr_eq 2018-04-05 14:04:21 -04: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 tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02: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: reduce looping in slstr_thread thread callbacks 2018-04-05 11:10:32 +02:00
eina_test_str.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_strbuf.c eina strbuf tests - fix tests to properly check fail unless conditions 2018-11-09 11:43:59 +00:00
eina_test_stringshare.c
eina_test_tiler.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +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 tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +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: add tests for the new Eina_Value convert functions. 2019-01-23 10:54:07 -08:00
eina_test_vector.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_vpath.c remove vpath test for user dir the test was broken and fixing is insane 2019-04-07 13:18:25 +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 here comes meson 2018-10-02 17:22:50 +02:00
sample.gpx