zephyr/tests
Andrzej Głąbek d908afd820 tests: kernel: fifo_timeout: Do not print status messages during tests
... to avoid undesirable delays in waking up of the threads on
scheduled timeouts. In specific configurations such additional load
of the CPU can be even harmful to the test. This was observed for
nRF platforms where the UART_NRF_DK_SERIAL_WORKAROUND Kconfig option
was enabled.
All calls to TC_PRINT() in this test suite are replaced with calls to
LOG_DBG(), so the status messages are not printed by default, but they
can be enabled if needed by changing CONFIG_LOG_DEFAULT_LEVEL.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-12-05 13:38:16 +01:00
..
application_development tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
arch tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
benchmarks tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
bluetooth Bluetooth: tester: Extract services from bttester 2022-12-02 13:35:50 +02:00
boards tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
boot tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
cmake build: Overlay build vars expand ${ZEPHYR_<module>_MODULE_DIR} 2022-10-13 12:04:38 +02:00
crypto tests/mbedtls: Reduce MPU partition usage for picolibc 2022-11-08 10:44:36 +01:00
drivers tests: drivers: add simple UDC driver test 2022-12-02 12:55:18 +01:00
kernel tests: kernel: fifo_timeout: Do not print status messages during tests 2022-12-05 13:38:16 +01:00
lib tests: devicetree: device: Add mimxrt595_evk_cm33 exclusion 2022-12-05 11:03:14 +01:00
misc tests: misc: iterable_sections: add const specifier for ROM data 2022-10-12 18:42:28 +02:00
net tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
posix posix: getopt: move declarations to unistd.h 2022-12-04 14:51:52 +01:00
subsys dsp: Update tests for basicmath to use dsp subsystem 2022-12-02 20:15:55 +01:00
unit crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
ztest tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05:00