1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 01:09:47 +01:00
RIOT/tests/sys
JulianHolzwarth 83cf6bf339 tests/sys/events/: test if event_timeout_is_pending returns false
test if event_timeout_is_pending returns false when event_timeout_t is not completly initialized
2024-11-25 12:37:47 +01:00
..
architecture tests: 64 bit compatibility 2024-01-30 09:31:00 +01:00
arduino *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
arduino_analog
arduino_lib
atomic_utils treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
atomic_utils_unittests *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
bloom_bytes examples,tests: Bump Makefile.ci for MSP430 boards 2024-05-07 07:57:41 +02:00
busy_wait tests/sys/busy_wait: add test for busy wait 2024-01-11 13:02:56 +01:00
c11_atomics_cpp_compat
can_trx examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
cb_mux *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
cb_mux_bench *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
congure_abe *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
congure_quic *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
congure_reno *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
congure_test *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
conn_can treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
cpp11_condition_variable *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
cpp11_mutex *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
cpp11_thread *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
cpp_ctors *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
crypto sys/crypto: fix OCB mode 2024-06-11 18:26:14 +02:00
crypto_aes_ccm *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
dbgpin examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
devfs
eepreg *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
embunit examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
entropy_source examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
event_periodic_callback examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
event_source
event_thread_shared
event_threads
event_wait_timeout examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
event_wait_timeout_ztimer examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
event_ztimer tests/sys/event_ztimer: add event_periodic_start_now() to test 2024-10-14 21:18:27 +02:00
events tests/sys/events/: test if event_timeout_is_pending returns false 2024-11-25 12:37:47 +01:00
evtimer_mbox *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
evtimer_msg treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
evtimer_underflow treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
fido2_ctap *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
float tests/float: rename STEP constant 2023-05-14 21:08:31 +02:00
fmt_print examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
frac-config examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
heap_cmd *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
libc_newlib
log_color *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
log_printfnoformat *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
malloc examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
malloc_monitor sys: add malloc_monitor, deprecate malloc_tracing 2024-03-26 10:00:24 +01:00
malloc_thread_safety treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
memarray tests: Use size_t print format specifier 2023-12-21 12:02:37 +01:00
od
pbkdf2 examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
phydat_dump examples, tests: update Makefile.ci for AVR8 2023-12-01 19:37:05 +01:00
phydat_unix *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
pipe treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
posix_semaphore treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
posix_sleep tests: always use interactive sync for timing tests 2024-11-13 12:37:37 +01:00
prng_sha1prng sys/random: fix SHAxPRNG init_by_array 2024-05-31 23:29:09 +02:00
prng_sha256prng *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
progress_bar tests/sys/progress_bar: remove debug print 2024-06-30 11:35:11 +02:00
ps_schedstatistics treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
psa_crypto tests/sys/psa_crypto: Add tests for key usage flags 2024-09-17 21:36:39 +02:00
psa_crypto_cbor_encoder sys/psa_crypto: implement persistent key storage 2024-04-16 11:04:51 +02:00
psa_crypto_cipher sys/psa_crypto: chacha20 oneshot gluecode 2024-10-17 10:25:59 +02:00
psa_crypto_ecdsa tests/sys/psa_crypto_ecdsa: fix stacksize determination 2024-06-24 13:13:39 +02:00
psa_crypto_eddsa tests/sys/psa_crypto*: Remove symlinks 2024-04-17 14:13:14 +02:00
psa_crypto_hashes sys/psa_crypto: added sha3 glue code 2024-07-13 04:35:21 +02:00
psa_crypto_mac tests/sys/psa_crypto*: Remove symlinks 2024-04-17 14:13:14 +02:00
psa_crypto_persistent_storage sys/psa_crypto: implement persistent key storage 2024-04-16 11:04:51 +02:00
psa_crypto_se tests/sys/psa_crypto*: Remove symlinks 2024-04-17 14:13:14 +02:00
psa_crypto_se_cipher tests/sys/psa_crypto*: Remove symlinks 2024-04-17 14:13:14 +02:00
psa_crypto_se_ecdsa sys/psa_crypto: correct use of (ECDSA) key_bits 2024-05-14 17:02:46 +02:00
psa_crypto_se_mac tests/sys/psa_crypto*: Remove symlinks 2024-04-17 14:13:14 +02:00
pthread tests: Use size_t print format specifier 2023-12-21 12:02:37 +01:00
pthread_barrier examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
pthread_cleanup examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
pthread_condition_variable treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
pthread_cooperation examples,tests: update Makefile.ci 2024-02-12 20:40:31 +01:00
pthread_flood examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
pthread_rwlock treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
pthread_tls tests: 64 bit compatibility 2024-01-30 09:31:00 +01:00
ptrtag
puf_sram tests/sys: fix E275 missing whitespace after keyword + cleanup a bit 2023-05-10 12:02:59 +02:00
rng examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
sched_round_robin treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
sema treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
sema_inv treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
senml_cbor *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
senml_phydat Merge pull request #20529 from Teufelchen1/deprecate/phydat_str 2024-04-04 11:24:04 +00:00
senml_saul examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
shell tests/sys/shell: skip reboot for boards using highlevel_stdio 2024-11-14 14:40:54 +01:00
shell_ble tests: don't manually select native term 2023-12-23 20:27:47 +01:00
shell_coreclk examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
shell_lock tests/sys/shell_lock: increase robustness of the test 2024-11-07 10:45:50 +01:00
shell_scripting tests/shell_scripting: add test for running commands from file 2024-05-15 11:20:38 +02:00
ssp *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
stdin tests/sys: move missing sys related tests 2023-05-12 14:24:40 +02:00
stdio_semihosting *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
struct_tm_utility *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
suit_manifest examples,tests: Bump Makefile.ci for MSP430 boards 2024-05-07 07:57:41 +02:00
trace examples,tests: Bump Makefile.ci for MSP430 boards 2024-05-07 07:57:41 +02:00
trickle *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
usbus tests: Use size_t print format specifier 2023-12-21 12:02:37 +01:00
usbus_board_reset *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
usbus_cdc_acm_stdio
usbus_cdc_ecm boards/sipeed-longan-nano-tft: blacklist in tests and examples 2023-08-06 12:56:36 +02:00
usbus_hid tests/sys/usbus_hid: Fix missing xtimer dep 2023-05-23 21:18:20 +02:00
usbus_msc *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
vfs_default examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
vfs_iterate_mount examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
vfs_plus_stdio *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_drift treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
xtimer_hang treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
xtimer_longterm *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_msg treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
xtimer_msg_receive_timeout *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_mutex_lock_timeout treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
xtimer_now32_overflow *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_now_irq *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_overhead *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_periodic_wakeup *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_remove *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_reset *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_rmutex_lock_timeout treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
xtimer_usleep *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
xtimer_usleep_short *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
ztimer64_msg treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
ztimer_msg treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
ztimer_mutex_lock_timeout *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
ztimer_ondemand_benchmark examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
ztimer_overhead tests/sys/ztimer_overhead: mention auto_adjust in README and fix typos 2024-11-18 17:28:48 +01:00
ztimer_periodic *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
ztimer_rmutex_lock_timeout treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
ztimer_underflow tests/*: Remove TEST_KCONFIG symbols 2024-03-27 10:28:14 +01:00
ztimer_xsec *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
Makefile.sys_common