1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pthread_barrier
Marian Buschsieweke e78a45b319
tests/pthread_barrier: fix test script
Previously the test script relied on the exact sequence of numbers
returned by the used PRNG. This resulting e.g. in

```
$ USEMODULE=prng_musl_lcg make -C tests/pthread_barrier flash test
```

to fail, only because the order in which the children completed is
slightly different due to different sleep durations. This fixes the
issue.
2021-11-15 09:10:03 +01:00
..
tests tests/pthread_barrier: fix test script 2021-11-15 09:10:03 +01:00
main.c tests/pthread_barrier: improve test script 2019-11-22 11:19:52 +01:00
Makefile tests/pthread*: blacklist boards with low RAM 2019-10-21 15:33:48 +02:00
Makefile.ci tests: skip nucleo-l011k4 where it doesn't fit 2020-10-15 18:52:51 +02:00