forked from Imagelibrary/rtems
PR 1592/testing * Makefile.am, configure.ac: Changes to incorporate sperror01, sperror02, sperror03 * sperror01/init.c, sperror02/init.c: New tests to exercise rtems_error routine * sperror03/init.c: New test to exercise rtems_panic routine
10 lines
439 B
Plaintext
10 lines
439 B
Plaintext
*** TEST Tests for error reporting routines - 01 ***
|
|
Dummy: Resources unavailable (unknown errno=-1)
|
|
Dummy: Resources unavailable (status: could not get enough memory) (errno: Not enough space)
|
|
Dummy: causing panic.. will print test end message, then...
|
|
print various error messages
|
|
Dummy: Resources unavailable
|
|
*** END OF TEST Tests for error reporting routines - 01 ***
|
|
(status: could not get enough memory)
|
|
fatal error, exiting
|