zephyr/tests
Guennadi Liakhovetski dbea13a1c7 llext: fix read-only extension image
When using the LLEXT buffer loader we now avoid copying extensions
from storage to allocated memory by pointing directly into the stored
image. We then also perform linking and relocation in that memory,
which modifies its contents. However, this is impossible if that
storage is read-only. Add a Kconfig flag to distinguish between
writable and read-only storage types. Also use that flag to decide,
whether the extension image in test_llext_simple.c should be defined
as const or not.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2023-12-01 10:08:12 -05:00
..
application_development tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
arch tests: acpi: Refactor ACPi test 2023-12-01 10:55:22 +00:00
benchmarks tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
bluetooth Bluetooth: audio: host: call the stream disable callback 2023-12-01 10:50:04 +00:00
boards tests/boards/native_sim/rtc: Rename testcase 2023-11-30 09:42:25 -05:00
boot tests: mcuboot: Enable mcuboot shell command 2023-11-21 09:55:44 +01:00
bsim bluetooth: mesh: Doc fix Bluetooth mesh to Mesh 2023-12-01 10:56:18 +00:00
cmake tests/cmake/*: Switch to native_sim 2023-11-27 16:06:42 +00:00
crypto tests/crypto/*: Switch from native_posix to native_sim 2023-11-27 16:06:42 +00:00
drivers tests: uart: Enable fifo on nucleo_wba2cg for async tests 2023-12-01 10:52:49 +00:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel tests/kernel/timer/timer_behavior: Add possibility to set ip address 2023-12-01 10:53:51 +00:00
lib tests/lib/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
misc tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
modules tests: modules: nanopb: Add a custom nested library 2023-12-01 10:50:26 +00:00
net tests: net: lib: coap_server: Do not autostart service B with port 0 2023-12-01 10:56:47 +00:00
posix tests: posix: remove unrelated tags 2023-11-30 11:23:11 -05:00
robot
subsys llext: fix read-only extension image 2023-12-01 10:08:12 -05:00
unit tests: crc: remove unrelated tag 2023-11-30 11:23:11 -05:00
ztest tests/ztest: Swap native_posix with native_sim 2023-11-20 12:02:48 +01:00
test_config.yaml twister: tests: Add some generic driver tests to the scope 2023-11-30 19:38:50 -05:00