efl/src/tests
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
..
ecore tests: unset eina log callback at end of each efl_app promise test 2019-04-02 08:34:18 -04:00
ecore_audio_cxx eolian-cxx: Remove .Base requirement 2016-04-21 18:31:53 -03:00
ecore_con eolian: drop class function overriding 2019-02-13 16:59:58 +01:00
ecore_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
ector cmake: remove! 2018-12-20 20:07:26 +01:00
edje meson: correctly use the correct dependency 2019-04-05 08:15:39 -04:00
edje_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
eet cmake: remove! 2018-12-20 20:07:26 +01:00
eet_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
eeze cmake: remove! 2018-12-20 20:07:26 +01:00
efl efl: improve Efl.Container_Model test to have proper lifecycle. 2019-02-23 08:58:07 -05:00
efl_js eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
efl_mono efl-csharp: fix crash when events trigger after C# object `Dispose` 2019-04-05 19:59:47 -03:00
efreet efreet test - use correct free func prototype for desktyp type add 2018-11-09 11:43:59 +00:00
eina tests - remove one of the eina strtod tests as libc is failing 2019-04-07 14:47:35 +01:00
eina_cxx meson: use eolian_gen with -S 2018-12-03 19:00:26 +01:00
eio eio: do not fail in case of early ECANCEL. 2019-04-06 13:13:41 -07:00
eldbus cmake: remove! 2018-12-20 20:07:26 +01:00
eldbus_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
elementary elementary: it seems I forgot to initialize some meaningful boolean. 2019-04-06 13:13:36 -07:00
elementary_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
elocation tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
elput here comes meson 2018-10-02 17:22:50 +02:00
elua elua tests: fix distcheck 2019-02-27 18:40:10 +01:00
emile cmake: remove! 2018-12-20 20:07:26 +01:00
emotion meson: correctly use the correct dependency 2019-04-05 08:15:39 -04:00
eo eo: make reflection getter const function. 2019-03-08 14:31:08 -08:00
eo_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
eolian eo: make reflection getter const function. 2019-03-08 14:31:08 -08:00
eolian_cxx eolian: add event type call convention checks for non-beta classes 2019-03-21 16:00:18 +01:00
eolian_js eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
evas evas_events: prevent double event_freeze in evas_object_freeze_events_set 2019-03-15 11:23:09 -04:00
evas_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
evil evil: Fix test compilation. 2018-06-13 10:09:16 -04:00
.gitignore tests: add failsafe timeout for tests running in fork mode 2018-08-16 09:59:58 +02:00
efl_check.h tests - fix check header to always include eina due to windows 2019-04-07 14:16:55 +01:00
meson.build here comes meson 2018-10-02 17:22:50 +02:00
timeout.c tests: add failsafe timeout for tests running in fork mode 2018-08-16 09:59:58 +02:00