zephyr/tests/lib
Marc Herbert fb4b932b72 tests/lib/fdtable/prj.conf: remove hardcoded CONFIG_COVERAGE=y
There is absolutely no other test in the entire codebase that hardcodes
this setting. I found no comment or any other explanation why this test
should be unique. So it really looks like just a glitch introduced when
this test was added by PR #17618 / commit f1afb4c24d.

This was discovered in three different ways:

- COVERAGE=y adds the absolute and non-deterministic source path in
  .rodata sections
- it adds .gnco files in the build directory
- it makes (some) tests run 10 times slower:

qemu_x86_64   lib/fdtable/libraries.os.fdtable PASSED (qemu 2.086s)
qemu_x86_long lib/fdtable/libraries.os.fdtable PASSED (qemu 2.316s)
qemu_xtensa   lib/fdtable/libraries.os.fdtable PASSED (qemu 2.033s)
mps2_an385    lib/fdtable/libraries.os.fdtable PASSED (qemu *31.286s*)
qemu_x86      lib/fdtable/libraries.os.fdtable PASSED (qemu *31.862s*)

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2019-09-25 05:04:30 -04:00
..
base64 tests: base64: add tests for error paths 2019-07-30 10:14:41 -07:00
c_lib libc: minimal: add strspn and strcspn support 2019-07-31 09:22:49 -07:00
crc tests: crc: convert to regular test case 2019-07-06 00:31:04 +02:00
fdtable tests/lib/fdtable/prj.conf: remove hardcoded CONFIG_COVERAGE=y 2019-09-25 05:04:30 -04:00
gui/lvgl tests: gui: Added tests for LVGL glue logic 2019-09-16 16:08:36 -05:00
json tests: exclude platforms with limited flash 2019-09-23 17:49:46 -07:00
mem_alloc tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02:00
rbtree riscv: add a qemu_riscv64 board 2019-08-09 09:11:45 -05:00
ringbuffer cleanup: include/: move ring_buffer.h to sys/ring_buffer.h 2019-06-27 22:55:49 -04:00
sprintf tests: lib: sprintf: filter-out MCIMX7_M4 platform 2019-08-16 17:35:04 +02:00
timeutil lib/timeutil: avoid implementation-defined behavior 2019-09-19 20:49:51 -04:00