zephyr/tests
Kumar Gala 0e43b8861b libc: fix armclang compiler warnings with is*() functions
We get compile warnings of the form:

error: converting the result of
'<<' to a boolean; did you mean
'((__aeabi_ctype_table_ + 1)[(byte)] << 28) != 0'?
 [-Werror,-Wint-in-bool-context]
                if (!isprint(byte)) {
                     ^

Since isprint (and the other is* functions) return an int, change check
to an explicit test against the return value.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-04-04 13:47:34 +02:00
..
application_development tests: code_relocation: Add additional test cases for library and genex 2023-01-17 18:08:37 +01:00
arch soc: arm: ti_simplelink: Add support for TI CC13X2X7 SoC series 2023-03-21 16:03:43 -04:00
benchmarks tests: mark testcases with pm where CONFIG_PM=y is forced 2023-04-04 13:34:45 +02:00
bluetooth Bluetooth: audio: Introduce helper BT_AUDIO_RX(TX) flags 2023-04-04 13:35:56 +02:00
boards nrf52_bsim: Add tests of EGU 2023-02-22 16:15:20 +01:00
boot tests: boot: test_mcuboot: Add FLASH_MAP and STREAM_FLASH 2023-03-03 10:49:32 +01:00
bsim tests bsim: Remove unnecessary BT_TINYCRYPT_ECC selection 2023-04-03 09:50:30 +02:00
cmake tests: add snippet test suite 2023-03-26 16:12:41 +02:00
crypto tests: Align zephyr,psa-crypto-rng node names with those used by SoCs 2023-02-07 14:26:18 +01:00
drivers tests: drivers: build_all: mfd: Add NXP SC18IM704 2023-04-03 20:02:51 +02:00
kernel tests: mark testcases with pm where CONFIG_PM=y is forced 2023-04-04 13:34:45 +02:00
lib libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00
misc samples/tests: Add empty prj.conf files 2023-03-17 11:49:27 +01:00
net tests: net: sockets: tcp: Add SO_SNDTIMEO test cases 2023-03-20 16:54:41 +01:00
posix tests: posix: add coverage for fnmatch 2023-03-03 17:40:14 +09:00
subsys tests: subsys: logging: timestamp: add custom timestamp tests 2023-04-04 13:41:17 +02:00
unit tests: unit: test for Power-of-Two utilities 2023-02-22 19:14:05 +01:00
ztest drivers: counter: Adapt to use device tree 2023-03-20 16:59:40 +01:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00