Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

02-tests/task 01 Release 2017.07 - RC2 #46

Closed
67 of 79 tasks
A-Paul opened this issue Jul 13, 2017 · 1 comment
Closed
67 of 79 tasks

02-tests/task 01 Release 2017.07 - RC2 #46

A-Paul opened this issue Jul 13, 2017 · 1 comment
Assignees

Comments

@A-Paul
Copy link
Member

A-Paul commented Jul 13, 2017

  • bitarithm_timings
  • bloom_bytes
  • cbor
  • conn_can
  • cpp11_condition_variable
  • cpp11_mutex
  • cpp11_thread
  • evtimer_msg
  • evtimer_underflow
  • fault_handler
  • float
  • fmt_print
  • gnrc_ipv6_ext
  • gnrc_sixlowpan
  • gnrc_sock_dns
  • gnrc_sock_ip
  • gnrc_sock_udp
  • gnrc_udp
  • irq
  • libfixmath
  • libfixmath_unittests
  • lwip
  • lwip_sock_ip
  • lwip_sock_tcp
  • lwip_sock_udp
  • malloc
  • msg_avail
  • msg_send_receive
  • msg_try_receive
  • mutex_order
  • mutex_unlock_and_sleep
  • netstats_l2
  • od
  • periph_cpuid
  • periph_hwrng
  • periph_timer
  • pipe
  • pkg_fatfs
  • pkg_minmea
  • pkg_u8g2
  • posix_semaphore
  • posix_sleep
  • ps_schedstatistics ???
  • pthread
  • pthread_barrier
  • pthread_cleanup
  • pthread_condition_variable
  • pthread_cooperation
  • pthread_rwlock
  • pthread_tls
  • rmutex
  • saul
  • sched_testing
  • sizeof_tcb
  • slip
  • sntp
  • ssp
  • struct_tm_utility
  • thread_basic
  • thread_cooperation
  • thread_exit
  • thread_flags
  • thread_flags_xtimer
  • thread_flood
  • thread_msg
  • thread_msg_block_wo_queue
  • thread_msg_block_w_queue
  • thread_msg_seq
  • trickle
  • xtimer_drift
  • xtimer_hang
  • xtimer_longterm
  • xtimer_msg
  • xtimer_msg_receive_timeout
  • xtimer_now64_continuity
  • xtimer_periodic_wakeup
  • xtimer_remove
  • xtimer_reset
  • xtimer_usleep

Part of the script to create the list:

find "$BASEDIR" -maxdepth 2 -mindepth 2 -type f \
    \( -name 'main.c' -or -name 'main.cpp' \) \
    -exec grep -Eq '@ingroup[[:blank:]]+\<test' {} \; \
    -print | sed 's#^\(.*\)/[^/]*$#\1#' | sort > "$LIST"

Create the markdown:

sed -e 's#^.*/\([^/]*\)$#- [ ] \1#' "$LIST"

@A-Paul A-Paul self-assigned this Jul 13, 2017
@aabadie aabadie mentioned this issue Jul 13, 2017
42 tasks
@aabadie
Copy link
Contributor

aabadie commented Jul 14, 2017

Thanks @A-Paul for running those tests. Looks good and release published, so I'll close this one.

@aabadie aabadie closed this as completed Jul 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants