f7f3b687fd
tests: unittests: add avsextrem to BOARD_INSUFFICIENT_MEMORY
2017-11-02 12:59:46 +01:00
smlng
ac4a0fd063
tests: add test for uMorse package
...
add README for tests/pkg_umorse
add script for tests/pkg_umorse
2017-11-02 09:22:41 +01:00
Sebastian Meiling
e7189a3ce0
Merge pull request #7912 from cgundogan/pr/tests_trickle
...
tests: trickle: extend trickle test to print SUCCESS/FAILURE
2017-10-31 09:24:48 +01:00
Joakim Nohlgård
4de06b5f96
Merge pull request #7777 from x3ro/fix-ssp-test-on-macos
...
tests/ssp: Fix on macOS while compiling w/ clang
2017-10-31 05:39:57 +01:00
Cenk Gündoğan
06f61bb21b
tests: trickle: add pexpect script
2017-10-30 18:53:29 +01:00
Cenk Gündoğan
22b9e6337b
tests: trickle: extend trickle test to print SUCCESS/FAILURE
2017-10-30 18:53:29 +01:00
Lucas Jenss
4710701405
tests/ssp: Fix on macOS while compiling w/ clang
...
On macOS using Apple LLVM version 9.0.0 this test would
not compile due to clang detecting the buffer overflow.
Since this test is all about having a buffer overflow, I
tricked clang into not detecting this anymore.
This loosely relates to #6473 .
2017-10-30 10:53:46 +01:00
be91023dc1
tests/sx127x: remove unused periph/rtc.h include
2017-10-28 21:48:17 +02:00
Sebastian Meiling
2e0917cd81
Merge pull request #7727 from beduino-project/bluepill-rebased
...
boards: add support for bluepill board
2017-10-27 20:33:07 +02:00
Sören Tempel
9b3714b0c4
add support for bluepill board
2017-10-27 16:06:50 +02:00
Francisco Acosta
1baece5039
Merge pull request #7851 from kYc0o/fix_sx127x_misc
...
drivers/sx127x: Fix misc variable types and lengths
2017-10-26 16:01:54 +02:00
kYc0o
5a46a01096
tests/driver_sx127x/main.c: misc fixes
2017-10-26 15:41:07 +02:00
Francisco Acosta
250fce160b
Merge pull request #7852 from kYc0o/fix_servo_var
...
tests/driver_servo/main.c: fix var len
2017-10-26 14:33:56 +02:00
ff86015a60
Merge pull request #7854 from kYc0o/fix_isl29125_test
...
tests/driver_isl29125/main.c: fix counter var type
2017-10-26 08:38:35 +02:00
d035ab27aa
Merge pull request #7856 from kYc0o/fix_driver_adcxx1c_unused_arg
...
tests/driver_adcxx1c: fix warning unused argument
2017-10-26 08:34:56 +02:00
kYc0o
fe9d7db20f
tests/driver_isl29125/main.c: fix counter var type
2017-10-26 02:06:31 +02:00
kYc0o
1c8bb804cf
tests/driver_servo/main.c: fix var len
2017-10-26 01:36:31 +02:00
kYc0o
371ecf279d
tests/driver_adcxx1c: fix warning unused argument
2017-10-25 17:18:02 +02:00
Martine Lenders
4d1a6c04b0
Merge pull request #7843 from haukepetersen/fix_test_unittestspexpecttimeout
...
test/unittests: set pexpect timeout to 60s
2017-10-25 15:45:31 +02:00
Hauke Petersen
4bdce27d02
test/unittests: set pexpect timeout to 60s
2017-10-25 15:37:37 +02:00
Martine Lenders
e017033601
Merge pull request #7820 from kYc0o/add_mcuboot_deps
...
tests/mcuboot: add documentation about dependencies
2017-10-25 15:25:25 +02:00
kYc0o
7358e16f44
tests/mcuboot/README.md: add Python3 dependencies
2017-10-25 15:14:26 +02:00
981a9cbd96
tests/thread_flood: migrate to testrunner
2017-10-25 14:45:02 +02:00
9a827f285c
tests/thread_flood: fix typo and improve test output
2017-10-25 14:33:54 +02:00
Hauke Petersen
5031319bb7
test/xtimer_hang: accept 10% timing deviations
2017-10-25 14:18:47 +02:00
Hauke Petersen
c4d0f1f12e
tests/float: automated test and added pexpect script
2017-10-25 12:57:10 +02:00
Hauke Petersen
bf70d8e830
Merge pull request #7818 from miri64/tests/fix/xtimer_usleep
...
tests: xtimer_usleep: remove timer testing in pexpect
2017-10-25 11:41:16 +02:00
Martine Lenders
24fa718327
tests: xtimer_usleep: provide README
2017-10-25 11:31:29 +02:00
Martine Lenders
bea71f6c5c
tests: xtimer_usleep: remove timer testing in pexpect
...
As with #7816 : testing timings over the UART doesn't make much sense.
This PR removes those timer testing in `pexpect` for
`tests/xtimer_usleep` and simplifies and cleans-up a lot of code overall
(converting counting while-loops to for-loops, syncing iterations of
the test etc.)
2017-10-25 11:31:29 +02:00
Hauke Petersen
350e582e6e
tests/xtimer_reset: added pexpect script
2017-10-24 21:23:56 +02:00
Hauke Petersen
cadedcfe6c
tests/xtimer_remove: added pexpect script
2017-10-24 21:23:35 +02:00
Hauke Petersen
77c8a9a6b7
tests/xtimer_periodic_wakeup: added pexpect script
2017-10-24 21:23:06 +02:00
Hauke Petersen
be3bc23dc8
tests/xtimer_now64_continuity: added pexpect script
2017-10-24 21:22:42 +02:00
Hauke Petersen
25ecadf4e2
tests/xtimer_hang: added pexpect script
2017-10-24 21:22:20 +02:00
Martine Lenders
970169bc49
tests: gnrc_lwip_udp: remove timing tests from pexpect script
2017-10-24 15:20:09 +02:00
Martine Lenders
d76785fc38
tests: gnrc_lwip_tcp: remove timing tests from pexpect script
2017-10-24 15:19:50 +02:00
Martine Lenders
12e4965800
tests: gnrc_lwip_ip: remove timing tests from pexpect script
2017-10-24 15:19:25 +02:00
Martine Lenders
9a76f2d733
tests: gnrc_sock_udp: remove timing tests from pexpect script
2017-10-24 15:19:05 +02:00
Martine Lenders
137afbe6e7
tests: gnrc_sock_ip: remove timing tests from pexpect script
2017-10-24 15:18:54 +02:00
Hauke Petersen
edaba0454a
Merge pull request #7778 from miri64/tests/fix/gnrc_netif2
...
tests: gnrc_netif2: make link-layer information matching generic
2017-10-24 14:13:32 +02:00
Gaëtan Harter
e6e4072335
tests/posix_semaphore: test4: allow native to take more time
...
As not real time, native does often not weak up before 100ms.
I observed mostly between 0 and 200 but also got a 250, so I allow 300 more.
2017-10-24 13:38:35 +02:00
Gaëtan Harter
712550987d
tests/posix_semaphore: test4: fix timestamp comparison
...
Only use a 'start' and a 'elapsed' timestamp to compare diff.
And remove the puts from within the measured time.
2017-10-24 13:38:03 +02:00
Gaëtan Harter
ffcdb61211
tests/posix_semaphore: test4: BUG add '\0' after fmt_u64_dec
...
fmt_u64_dec does not include the terminating null string character.
2017-10-24 13:36:06 +02:00
Gaëtan Harter
fe9c604391
tests/posix_semaphore: test4: only one call to fmt_u64_dec
2017-10-24 13:36:06 +02:00
Gaëtan Harter
14235b57ec
tests/posix_semaphore: test4: change msg when waited more than expected
2017-10-24 13:36:06 +02:00
Hauke Petersen
8fb310648f
Merge pull request #7788 from miri64/ds1307/fix/init-error
...
ds1307: return error when nothing is read or written on initialization
2017-10-24 13:25:03 +02:00
Martine Lenders
20d5067bfa
Merge pull request #7802 from cladmi/pr/tests/gnrc_ipv6_ext
...
tests/gnrc_ipv6_ext: fix documentation on ENABLE_DEBUG for test
2017-10-24 13:11:37 +02:00
Martine Lenders
1cad16bfaf
Merge pull request #7766 from cladmi/pr/test_lwip_native
...
tests/lwip: only enable test for native board
2017-10-24 13:09:09 +02:00
Gaëtan Harter
df94189073
tests/gnrc_ipv6_ext: fix documentation on ENABLE_DEBUG for test
...
The test can handle both with and without ENABLE_DEBUG.
2017-10-24 12:00:15 +02:00
Martine Lenders
500aa285f3
tests: ds1307: adapt test result for initialization error
2017-10-23 14:42:27 +02:00