Changeset 7c19e50 in rtems for testsuites
- Timestamp:
- Dec 18, 2018, 7:45:06 AM (12 months ago)
- Branches:
- master
- Children:
- cde5e8d
- Parents:
- e7b0a72
- git-author:
- Sebastian Huber <sebastian.huber@…> (12/18/18 07:45:06)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/18/18 07:50:08)
- Location:
- testsuites
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/smptests/Makefile.am
re7b0a72 r7c19e50 239 239 240 240 if HAS_SMP 241 if TEST_smpfatal09 242 smp_tests += smpfatal09 243 smp_screens += smpfatal09/smpfatal09.scn 244 smp_docs += smpfatal09/smpfatal09.doc 245 smpfatal09_SOURCES = smpfatal09/init.c 246 smpfatal09_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_smpfatal09) \ 247 $(support_includes) 248 endif 249 endif 250 251 if HAS_SMP 241 252 if TEST_smpipi01 242 253 smp_tests += smpipi01 -
testsuites/smptests/configure.ac
re7b0a72 r7c19e50 54 54 RTEMS_TEST_CHECK([smpfatal06]) 55 55 RTEMS_TEST_CHECK([smpfatal08]) 56 RTEMS_TEST_CHECK([smpfatal09]) 56 57 RTEMS_TEST_CHECK([smpipi01]) 57 58 RTEMS_TEST_CHECK([smpload01]) -
testsuites/sptests/spinternalerror02/init.c
re7b0a72 r7c19e50 37 37 38 38 rtems_test_assert( 39 error - 3 == INTERNAL_ERROR_ ARC4RANDOM_GETENTROPY_FAIL39 error - 3 == INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA 40 40 ); 41 41 } -
testsuites/sptests/spinternalerror02/spinternalerror02.scn
re7b0a72 r7c19e50 1 1 *** BEGIN OF TEST SPINTERNALERROR 2 *** 2 *** TEST VERSION: 5.0.0.cfa82b34b0c53ab4e3d84dd8ab5225793d48fcd0 3 *** TEST STATE: EXPECTED-PASS 4 *** TEST BUILD: 5 *** TEST TOOLS: 7.4.0 20181206 (RTEMS 5, RSB ddba5372522da341fa20b2c75dfe966231cb6790, Newlib df6915f029ac9acd2b479ea898388cbd7dda4974) 2 6 INTERNAL_ERROR_NO_CONFIGURATION_TABLE 3 7 INTERNAL_ERROR_NO_CPU_TABLE … … 32 36 INTERNAL_ERROR_BAD_THREAD_DISPATCH_DISABLE_LEVEL 33 37 INTERNAL_ERROR_BAD_THREAD_DISPATCH_ENVIRONMENT 38 INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILED 39 INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED 40 INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILED 41 INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED 42 INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED 43 INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED 44 INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT 45 INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL 46 INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA 34 47 ? 35 48 ? … … 80 93 ? 81 94 ? 95 82 96 *** END OF TEST SPINTERNALERROR 2 ***
Note: See TracChangeset
for help on using the changeset viewer.