zephyr/tests
Jonathan Rico 4ab8073b87 tests: Bluetooth: disable optimizations in unit test
Very very weird behavior.

Deleting the `options & BT_LE_ADV_OPT_USE_NRPA` branch in
`id.c:bt_id_set_adv_own_addr` makes the test pass. But add a log in that
branch, and you'll see that we never take it in the UT binary..

I don't have time for this, maybe some compiler guru or C language
lawyer can look at that decompiled function and figure out the root
cause.

Someone should also really fix the Bluetooth unit tests and make them
run on any Bluetooth related PR. Also nightly.

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
2024-08-26 18:51:11 +02:00
..
application_development
arch tests: arch: arm: arm_irq_vector_table: fix compilation for nRF9280 2024-08-22 14:24:38 -04:00
benchmarks tests: latency_measure: Restructure configurations 2024-06-12 14:33:47 +03:00
bluetooth tests: Bluetooth: disable optimizations in unit test 2024-08-26 18:51:11 +02:00
boards drivers: clock_control: esp32c2: Add support 2024-08-16 14:08:22 -04:00
boot twister: pytest: Move helper methods to pyteste-harness package 2024-08-05 16:29:13 +02:00
bsim bluetooth: BAS: add battery level status char to bas service 2024-08-20 18:59:14 -04:00
cmake tests: cmake: add test cases for CMake YAML module 2024-08-23 08:02:11 -04:00
crypto test: mbedtls: new test for PSA crypto initialization and RNG configuration 2024-08-24 07:16:51 -04:00
drivers tests: drivers: flash: Move negative tests to a separate project 2024-08-26 17:08:19 +02:00
integration/kernel Kernel: Integration test 2024-06-19 13:41:06 +02:00
kconfig tests: kconfig: functions: Add min/max functions 2024-08-02 13:41:07 +02:00
kernel tests: kernel: add missing test call argument 2024-08-24 07:17:15 -04:00
lib tests: lib: c_lib: add test suite for remove api 2024-08-22 14:26:00 -04:00
misc tests/misc/check_init_priorities: Fix integration_platforms list 2024-08-16 11:20:34 +01:00
modules mbedtls: rename CONFIG_MBEDTLS_ZEPHYR_ENTROPY and move it 2024-08-24 07:16:51 -04:00
net tests: net: socket: udp: clear control data buffer before recvmsg 2024-08-23 15:50:37 +01:00
posix tests: posix: headers: add checks for posix signals option group 2024-08-23 10:35:11 -04:00
robot resc: cmake: robot: Rename Renode variable 2024-05-28 12:54:52 +02:00
subsys tests: mgmt: mcumgr: Add enum_mgmt test 2024-08-26 17:05:27 +02:00
unit tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
ztest tests: ztest: Add ztest param test. 2024-08-23 15:48:57 +01:00
test_config.yaml