1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests
Cenk Gündoğan df9e25353b test: trickle: fix condition for success
The current test implementation wrongly assumes that the diff between
two fired events (e1, e2) must always increase. That is not true, as
event e1 may reside on the upper part of [I/2, I) and e2 on the lower
part of [I, 2*I).

This commit fixes the test to look at the actual time that was randonmly
chosen from both intervals (t1, t2). Given that the intervals are
doubled, t1 must always be smaller than t2.
2018-11-05 16:58:54 +01:00
..
bench_msg_pingpong tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
bench_mutex_pingpong tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
bench_runtime_coreapis tests/bench_runtime_coreapis: remove unnecessary test target 2018-09-11 16:58:20 +02:00
bench_sched_nop tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
bench_sizeof_coretypes examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
bench_thread_flags_pingpong tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
bench_thread_yield_pingpong tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
bench_timers bench_timers: Fix mixup in trace output 2018-09-11 15:55:11 +02:00
bitarithm_timings tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
bloom_bytes tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
board_calliope-mini tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
board_microbit tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
buttons cppcheck: add/correct reason for cppcheck-suppress 2018-09-25 12:03:58 +02:00
can_trx tests/: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:29 +02:00
cb_mux tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
cb_mux_bench tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
conn_can tests/: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:29 +02:00
cortexm_common_ldscript boards, examples, tests: rename stm32mindev to blackpill 2018-09-19 16:22:14 +02:00
cpp11_condition_variable cppcheck: add/correct reason for cppcheck-suppress 2018-09-25 12:03:58 +02:00
cpp11_mutex tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
cpp11_thread tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
cpu_efm32_features tests: cpu_efm32_features: add test application 2018-06-17 14:59:36 +02:00
driver_adcxx1c tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_ads101x tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_adt7310 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_adxl345 drivers/adxl345: fixes & cleanup 2018-08-03 11:12:25 +02:00
driver_apa102 tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
driver_at tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_at30tse75x tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_at86rf2xx tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_ata8520e tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_bh1750 tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
driver_bmp180 drivers/bmp180: adapt to new I2C api 2018-07-25 12:01:38 +02:00
driver_bmx055 examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
driver_bmx280 tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
driver_dht tests/drivers: adapt to changed fmt_s16_dfp semantics 2018-04-06 12:10:18 +02:00
driver_ds18 drivers/ds18: Add Maxim Integrated ds18 driver 2018-10-24 16:02:05 +02:00
driver_ds1307 tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
driver_dsp0401 make: replace curly braces with parenthesis 2018-03-22 20:43:15 +01:00
driver_dynamixel tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_enc28j60 examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
driver_encx24j600 tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_feetech tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_fxos8700 drivers: add driver for FXOS8700 3-axis accelerometer/magnetometer 2018-05-12 17:51:58 -07:00
driver_grove_ledbar tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
driver_hd44780 tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
driver_hdc1000 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_hih6130 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_hts221 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_ina220 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_io1_xplained tests: sdcard_spi: fix printf format strings 2018-08-06 12:19:44 +02:00
driver_isl29020 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_isl29125 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_jc42 tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
driver_kw2xrf tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_l3g4200d tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_lc709203f tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_lis2dh12 tests/drivers: adapt to changed fmt_s16_dfp semantics 2018-04-06 12:10:18 +02:00
driver_lis3dh drivers: Add dep on periph_gpio_irq in drivers using GPIO IRQ 2018-08-29 08:53:20 +02:00
driver_lis3mdl tests/driver_lis3mdl: update to new driver api 2017-12-14 18:18:34 +01:00
driver_lpd8808 tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
driver_lps331ap tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_lsm6dsl tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_lsm303dlhc tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_mag3110 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_mma8x5x tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_mma7660 drivers/mma7760: Add initial support 2018-08-02 15:52:58 +02:00
driver_mpl3115a2 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_mpu9150 examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
driver_mq3 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_my9221 tests/driver_my9221: fix for loop indexes 2018-10-31 10:59:51 +01:00
driver_nrf24l01p_lowlevel tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_nvram_spi examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
driver_pcd8544 tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_pir examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
driver_pn532 tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
driver_pulse_counter tests/driver_pulse_counter: test application for pulse counter driver 2018-01-22 12:34:47 -08:00
driver_rn2xx3 tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_sdcard_spi tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_servo tests/servo: remove redundant periph_pwm dep 2018-06-07 11:11:57 +02:00
driver_sht1x tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_si70xx tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
driver_si114x tests/driver_si114x: add basic test application 2018-03-08 14:07:28 +01:00
driver_soft_spi tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
driver_srf02 tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_srf04 tests/srf04: test application for srf04 driver 2018-09-20 15:18:49 +02:00
driver_srf08 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_sx127x tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
driver_tcs37727 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_tmp006 tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
driver_tsl2561 tests/driver_tsl2561: update to new API changes 2018-07-25 12:01:39 +02:00
driver_tsl4531x examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
driver_vcnl40x0 tests/vcnl40x0: add test application 2018-10-15 11:44:10 +02:00
driver_veml6070 tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
driver_xbee examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
eepreg tests/eepreg: Initial test support 2018-10-20 09:30:41 -04:00
emb6 examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
events tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
evtimer_msg examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
evtimer_underflow examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
external_module_dirs tests/external_module_dir: test for EXTERNAL_MODULE_DIRS 2018-10-23 13:22:25 +02:00
fault_handler tests: fix doxygen grouping 2018-06-11 19:12:02 +02:00
float tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
fmt_print tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
gnrc_gomach tests: adjust MAC test folders' names. 2018-04-06 14:15:16 +08:00
gnrc_ipv6_ext tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
gnrc_ipv6_nib examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
gnrc_ipv6_nib_6ln tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
gnrc_lwmac tests: adjust MAC test folders' names. 2018-04-06 14:15:16 +08:00
gnrc_ndp tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
gnrc_netif gnrc_netif: Use fmt for bytes to hex string 2018-10-04 13:34:18 +02:00
gnrc_sixlowpan tests/gnrc_sixlowpan: provide EUI-64 for dummy netdev 2018-09-25 18:45:14 +02:00
gnrc_sock_dns tests/gnrc: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:18 +02:00
gnrc_sock_ip tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
gnrc_sock_udp examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
gnrc_tcp_client tests/gnrc: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:18 +02:00
gnrc_tcp_server tests/gnrc: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:18 +02:00
gnrc_udp tests/gnrc: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:18 +02:00
irq examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
isr_yield_higher examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
leds cppcheck: add/correct reason for cppcheck-suppress 2018-09-25 12:03:58 +02:00
libc_newlib tests/libc_newlib: fix pointers comparison for llvm 2018-09-25 15:02:29 +02:00
libfixmath tests/libfixmath: Add delay at start of test 2018-10-24 17:27:30 +02:00
libfixmath_unittests tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
lwip tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
lwip_sock_ip Merge pull request #10172 from miri64/tests/fix/lwip_sock_array_address 2018-10-17 20:36:33 +02:00
lwip_sock_tcp tests/lwip_sock_tcp: make non-static end-point consts static 2018-10-16 19:09:24 +02:00
lwip_sock_udp Merge pull request #10172 from miri64/tests/fix/lwip_sock_array_address 2018-10-17 20:36:33 +02:00
malloc tests: remove DEVELHELP from per test Makefiles 2017-12-14 17:54:13 +01:00
mcuboot tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
memarray memarray: add fixed-size block allocator test 2018-04-10 14:37:29 +02:00
minimal tests: fix doxygen grouping 2018-06-11 19:12:02 +02:00
mpu_stack_guard tests: ignore infinite recursion for mpu_stack_test with clang 2018-07-19 13:52:52 +02:00
msg_avail tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
msg_send_receive examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
msg_try_receive tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
mutex_order tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
mutex_unlock_and_sleep tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
netdev_test tests/netdev_test: remove non required feature periph_timer 2018-09-19 18:53:07 +02:00
netstats_l2 tests: blacklist es32 based boards 2018-10-08 12:20:50 +02:00
nhdp tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
od tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
periph_adc tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
periph_cpuid tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
periph_dac tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
periph_dma tests: add a dummy app to build DMA 2018-05-23 11:09:46 +02:00
periph_eeprom examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
periph_flashpage tests/periph_flashpage: short raw write test if hardware supports it 2018-10-03 08:23:40 +02:00
periph_gpio tests/periph_gpio: add interrupt enable disable command 2018-09-21 11:24:46 +02:00
periph_hwrng tests/periph_hwrng: remove hwrng_init 2017-12-08 08:08:33 +01:00
periph_i2c dist/tests/if_lib: Update to riot_pal 2018-10-09 21:21:17 +02:00
periph_pm tests: periph_pm: add peripheral test. 2018-04-05 10:57:52 +02:00
periph_pwm tests: use literal string instead of format string for interval 2018-07-19 20:35:00 +02:00
periph_qdec boards/nucleo-f401re: rename to marketing name 2018-05-22 21:52:41 +02:00
periph_rtc tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
periph_rtt tests/periph_rtt: Initialize timer target from current reading 2018-04-12 08:01:29 +02:00
periph_spi tests/periph: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:20 +02:00
periph_timer tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
periph_uart dist/tests/if_lib: Update to riot_pal 2018-10-09 21:21:17 +02:00
pipe examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
pkg_cayenne-lpp tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_cmsis-dsp tests/pkg_cmsis-dsp: provide testscript 2018-08-07 13:55:10 +02:00
pkg_fatfs tests/pkg: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:22 +02:00
pkg_fatfs_vfs tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_hacl tests/hacl: Move from unittests to regular test 2018-10-23 17:46:13 +02:00
pkg_heatshrink tests/pkg_heatshrink: re-enable CI test 2018-10-21 19:31:25 +02:00
pkg_jsmn tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_libb2 tests: add test for the libb2 package 2018-10-13 21:36:41 +02:00
pkg_libcoap tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_libcose tests/libcose: Move from unittests to regular test 2018-10-18 11:43:18 +02:00
pkg_libhydrogen pkg: add libhydrogen 2018-09-21 13:48:00 +02:00
pkg_lora-serialization pkg/lora-serialization: Add lora serialization external package 2018-09-26 09:09:37 +02:00
pkg_micro-ecc tests/pkg_micro-ecc: blacklist 16bits boards 2018-10-22 14:28:44 +02:00
pkg_micro-ecc-with-hwrng tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_microcoap tests/pkg: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:22 +02:00
pkg_minmea tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_monocypher tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_oonf_api tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
pkg_semtech-loramac tests/pkg_semtech-loramac: cleanup README formatting 2018-10-15 14:15:29 +02:00
pkg_tiny-asn1 tiny-asn1: Fix documentation 2018-10-08 10:28:10 +02:00
pkg_tinycbor Merge pull request #9426 from gschorcht/esp32 2018-10-16 15:24:25 +02:00
pkg_tinycrypt tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_tweetnacl tests/tweetnacl: Move from unittests to regular test 2018-10-24 16:56:32 +02:00
pkg_u8g2 tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_ucglib tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pkg_umorse tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
posix_semaphore tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
posix_time tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
ps_schedstatistics tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pthread tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pthread_barrier tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pthread_cleanup tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pthread_condition_variable tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pthread_cooperation tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pthread_rwlock tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
pthread_tls tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
puf_sram tests: puf_sram: fix printf format strings 2018-08-06 12:19:45 +02:00
rmutex tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
rng tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
saul tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
sched_testing examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
shell tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
slip tests/: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:29 +02:00
sntp tests/: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:29 +02:00
socket_zep tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
ssp tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
struct_tm_utility examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
sys_arduino tests/arduino: add automatic test for arduino module 2018-10-16 16:41:26 +02:00
thread_basic tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
thread_cooperation tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
thread_exit examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
thread_flags examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
thread_flags_xtimer tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
thread_flood tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
thread_msg tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
thread_msg_block_w_queue tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
thread_msg_block_wo_queue tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
thread_msg_seq tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
thread_priority_inversion tests/thread: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:24 +02:00
thread_race examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
trace tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
trickle test: trickle: fix condition for success 2018-11-05 16:58:54 +01:00
unittests Merge pull request #9829 from OTAkeys/pr/uuid_string 2018-10-30 14:30:47 +01:00
warn_conflict tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
xtimer_drift Merge pull request #9625 from Josar/pr/xtimer_drift/interval 2018-09-06 14:24:26 +02:00
xtimer_hang examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
xtimer_longterm tests/xtimer: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:27 +02:00
xtimer_msg examples, tests: add memory insufficient arduino boards 2018-11-02 17:57:13 +01:00
xtimer_msg_receive_timeout tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
xtimer_now64_continuity tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
xtimer_periodic_wakeup tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
xtimer_remove tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
xtimer_reset tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
xtimer_usleep tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
xtimer_usleep_short tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00
Makefile.tests_common tests: enable DEVELHELP for all tests by default 2017-12-14 17:54:13 +01:00