summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxonce01/psxonce01.scn
blob: ab1f57b37ca5e61c02fd250e9585694208e1993f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*** BEGIN OF TEST PSXONCE 1 ***
*** TEST VERSION: 5.0.0.e214ff4b636011bd149e3683c89aa982e361fd1c
*** TEST STATE: EXPECTED_PASS
*** TEST BUILD:
*** TEST TOOLS: 7.4.0 20181206 (RTEMS 5, RSB c41b9d0df7e5b4a5056ca50c2534380a44e92769, Newlib 3e24fbf6f)
Init: pthread_once - EINVAL (NULL once_control)
Init: pthread_once - EINVAL (NULL init_routine)
Init: pthread_once - SUCCESSFUL (init_routine executes)
Test_init_routine: invoked
Init: call counter: 1
Init: pthread_once - SUCCESSFUL (init_routine does not execute)
Init: call counter: 1

*** END OF TEST PSXONCE 1 ***