cyclonedds/src/os/tests
Erik Boasson c35c5f9190 the "tracing" category in the configuration should only affect the "trace" sink and leave the "log" sink alone
Fixing that produces a lot of noise on stderr because of inappropriate use of the "info" category in various place and, on macOS, because of a rather stupid way of messing with thread scheduling priorities even when none have been specified explicitly in the configuration.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-01-21 12:53:55 +01:00
..
atomics.c Cleanup CUnit integration and add support for theories 2018-11-01 19:32:24 +01:00
CMakeLists.txt Add os_gethostbyname and tidy socket address to and from text form functions 2019-01-08 16:40:07 +01:00
error_no.c Add os_gethostbyname and tidy socket address to and from text form functions 2019-01-08 16:40:07 +01:00
heap.c Cleanup CUnit integration and add support for theories 2018-11-01 19:32:24 +01:00
ifaddrs.c Move operating system abstractions from DDSI to abstraction layer 2019-01-08 16:40:07 +01:00
iter.c Cleanup CUnit integration and add support for theories 2018-11-01 19:32:24 +01:00
log.c the "tracing" category in the configuration should only affect the "trace" sink and leave the "log" sink alone 2019-01-21 12:53:55 +01:00
mutex.c remove bogus mutex_init_stress test 2019-01-14 11:45:31 +01:00
once.c Cleanup CUnit integration and add support for theories 2018-11-01 19:32:24 +01:00
rwlock.c Remove unnecessary os_procName and os_procNamePid functions 2019-01-08 16:40:07 +01:00
socket.c skip testing lookup of an invalid hostname, it times out in some configurations 2019-01-17 10:18:14 +01:00
stdlib.c Simplify logging and remove unwanted functions from abstraction layer 2018-11-30 23:42:19 +01:00
strcasecmp.c Extend strcasecmp tests and convert them to theories 2018-11-08 09:42:02 +01:00
strlcpy.c Remove unnecessary CMake modules and fixup os/CMakeLists.txt 2019-01-07 18:15:07 +01:00
strtoll.c Cleanup CUnit integration and add support for theories 2018-11-01 19:32:24 +01:00
thread.c the "tracing" category in the configuration should only affect the "trace" sink and leave the "log" sink alone 2019-01-21 12:53:55 +01:00
thread_cleanup.c Cleanup CUnit integration and add support for theories 2018-11-01 19:32:24 +01:00