-
Notifications
You must be signed in to change notification settings - Fork 54
Description
root@linaro-developer:/home/linaro# ./dspal_tester
Starting DSPAL tests
testing malloc size
[* FAIL] malloc size test
testing time.h
[* FAIL] clockid values exist
[* FAIL] sigevent values exist
[* FAIL] time returns good value
[* FAIL] timer realtime
[* FAIL] timer monotonic
[* FAIL] timer process cputime
[* FAIL] timer thread cputime
[* FAIL] time return value
[* FAIL] time parameter
[* FAIL] usleep for two seconds
[* FAIL] clock_getres
[* FAIL] clock_gettime
[* FAIL] clock_settime
[* FAIL] one shot timer cb
[* FAIL] periodic timer cb
[* FAIL] periodic timer signal cb
[* FAIL] periodic timer sigwait
testing pthread.h
[* FAIL] pthread attr init
[* FAIL] pthread create
[* FAIL] pthread cancel
[* FAIL] pthread self
[* FAIL] pthread exit
[* FAIL] pthread kill
[* FAIL] pthread condition timed wait
[* FAIL] pthread mutex lock
[* FAIL] thread mutex lock thread
[* FAIL] thread large allocation on stack
[* FAIL] thread large allocation on heap
[* FAIL] usleep for two seconds
testing semaphore.h
[* FAIL] semaphore wait
testing C++
[* FAIL] test C++ heap
[* FAIL] test C++ static initialization
tests complete
testing device path access
[* FAIL] spi loopback test
[* FAIL] serial I/O test
[* FAIL] termios test
[* FAIL] i2c test
testing FARF
[* FAIL] farf log_info test
[* FAIL] farf log_err test
[* FAIL] farf log_debug test
testing GPIO
[* FAIL] gpio open/close test
[* FAIL] gpio ioctl I/O mode test
[* FAIL] gpio read/write test
[* FAIL] gpio INT test
testing file I/O
[* FAIL] file open/close
[* FAIL] file read/write
[* FAIL] file open_trunc
[* FAIL] file open_append
[* FAIL] file ioctl
[* FAIL] file fsync
[* FAIL] file remove
[* FAIL] fopen/fclose test
[* FAIL] fwrite/fread test
[* FAIL] fwrite/fread in a different thread test
DSPAL test failed.
root@linaro-developer:/home/linaro#