zephyr/tests
Filip Kokosinski 19fc1ee77c subsys/random: change parameters for timer-based PRNG
PR #36996 disabled running mem_protect/stack_random test on qemu_riscv32
platform because of this test consistently failing on said platform.
This test starts new threads in equal time intervals, and because of
that we get repeating values after performing the modulus operation when
calculating the stack pointer address.

This can be solved by changing the value of the _RAND32_INC constant
that is used to increase the value returned by the timer-based PRNG.

This commit decreases the value of the mentioned constant from
1000000013U to 1000000003U.

Fixes #37006.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2021-08-30 09:32:36 -04:00
..
application_development/gen_inc_file cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
arch linker: align _image_text_start/end/size linker symbols name 2021-08-28 08:48:03 -04:00
benchmarks cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
bluetooth Bluetooth: tester: Configure L2CAP Connection Response 2021-08-30 14:40:59 +02:00
boards cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
crypto cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
drivers tests: i2s: Fix i2s_states_test 2021-08-27 15:02:09 -05:00
kernel subsys/random: change parameters for timer-based PRNG 2021-08-30 09:32:36 -04:00
lib tests: disable tests/lib/ringbuffer failing on qemu_arc_hs6x 2021-08-29 14:24:44 -04:00
misc cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
net cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
posix cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
subsys tests: disable logging-related failing tests on qemu_arc_hs6x 2021-08-29 14:24:44 -04:00
unit
ztest cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00