[rtems-test] riscv32/rv32im: RTEMS_DEBUG, RTEMS_POSIX_API: Passed:550 Failed:20 Timeout:1 Invalid:0 Wrong:0
joel at rtems.org
joel at rtems.org
Wed Aug 7 23:47:15 UTC 2019
Testing time : 0:05:14.228170
Average test time: 0:00:00.542708
Host
====
Linux-3.10.0-862.11.6.el7.x86_64-x86_64-with-centos-7.6.1810-Core (Linux rtbf64c.rtems.com 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64 x86_64)
Configuration
=============
Version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
Build : RTEMS_DEBUG,RTEMS_POSIX_API
Tools : 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
Summary
=======
Passed: 550
Failed: 20
User Input: 5
Expected Fail: 0
Indeterminate: 0
Benchmark: 3
Timeout: 1
Invalid: 0
Wrong Version: 0
Wrong Build: 0
Wrong Tools: 0
------------------
Total: 579
Failures:
mdosfs_fspatheval.exe
mdosfs_fserror.exe
capture01.exe
heapwalk.exe
psxinttypes01.exe
spconfig02.exe
spintrcritical01.exe
spintrcritical02.exe
spintrcritical03.exe
spintrcritical04.exe
spintrcritical05.exe
spintrcritical08.exe
spintrcritical10.exe
spintrcritical16.exe
spintrcritical20.exe
spintrcritical21.exe
spintrcritical22.exe
spintrcritical23.exe
spintrcritical24.exe
spsysinit01.exe
User Input:
monitor.exe
termios.exe
top.exe
capture.exe
fileio.exe
Benchmark:
dhrystone.exe
whetstone.exe
linpack.exe
Timeouts:
crypt01.exe
Log
===
RTEMS Testing - Tester, 5 (f9e121688da5)
Command Line: /home/joel/rtems-work/rtems-tools//tester/rtems-test --rtems-tools=/home/joel/rtems-work/tools/5 --rtems-bsp=rv32im_spike --log=run.log --mail --mail-from=joel at rtems.org --mail-to=build at rtems.org .
Host: Linux rtbf64c.rtems.com 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64
Python: 3.6.8 (default, Apr 25 2019, 21:02:35) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
Host: Linux-3.10.0-862.11.6.el7.x86_64-x86_64-with-centos-7.6.1810-Core (Linux rtbf64c.rtems.com 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64 x86_64)
[ 1/579] p:0 f:0 u:0 e:0 I:0 B:0 t:0 i:0 W:0 | riscv32/rv32im: dhrystone.exe
<<skipping passes>>
[ 5/579] p:0 f:0 u:0 e:0 I:0 B:0 t:0 i:0 W:0 | riscv32/rv32im: fsclose01.exe
error: spike.cfg:58: execute failed: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/fstests/mdosfs_fserror.exe: exit-code:255
error: spike.cfg:58: execute failed: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/fstests/mdosfs_fspatheval.exe: exit-code:255
[ 6/579] p:0 f:0 u:0 e:0 I:0 B:0 t:0 i:0 W:0 | riscv32/rv32im: fsdosfsformat01.exe
<<skipping passes>>
[ 36/579] p:24 f:0 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: mdosfs_fserror.exe
Result: failed Time: 0:00:01.040203 mdosfs_fserror.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/fstests/mdosfs_fserror.exe
]
]
=> test start: FSERROR DOSFS
] *** BEGIN OF TEST FSERROR DOSFS ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Initializing filesystem DOSFS
] Testing open with arguments: "name01, O_CREAT | O_EXCL" EXPECT "EEXIST"
] PASS
] Testing mkdir with arguments: "name01, mode" EXPECT "EEXIST"
] PASS
] Testing open with arguments: "name02, O_WRONLY" EXPECT "EISDIR"
] PASS
] Testing open with arguments: "name02, O_RDWR" EXPECT "EISDIR"
] PASS
] Testing open with arguments: "name, O_WRONLY" EXPECT "ENOENT"
] PASS
] Testing open with arguments: "\"\", O_WRONLY" EXPECT "ENOENT"
] PASS
] Testing open with arguments: "name03, O_WRONLY" EXPECT "ENOENT"
] PASS
] Testing mkdir with arguments: "name, mode" EXPECT "ENOENT"
] PASS
] Testing mkdir with arguments: "\"\", mode" EXPECT "ENOENT"
] PASS
] Testing open with arguments: "name, O_WRONLY" EXPECT "ENOTDIR"
] PASS
] Testing mkdir with arguments: "name, mode" EXPECT "ENOTDIR"
] PASS
] Testing close with arguments: "-1" EXPECT "EBADF"
] PASS
] Testing close with arguments: "100" EXPECT "EBADF"
] PASS
] Testing rename with arguments: "name01, name" EXPECT "EINVAL"
] FAIL ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 159
] Testing rename with arguments: "name03, name02" EXPECT "EISDIR"
] FAIL ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 167
] Testing rename with arguments: "nonexistence, name01" EXPECT "ENOENT"
] FAIL ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 174
] Testing rename with arguments: "\"\", name01" EXPECT "ENOENT"
] FAIL ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 175
] Testing rename with arguments: "name01, \"\"" EXPECT "ENOENT"
] PASS
] Testing rename with arguments: "name, name03" EXPECT "ENOTDIR"
] FAIL ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 185
] Testing rename with arguments: "name03, name" EXPECT "ENOTDIR"
] PASS
] Testing rename with arguments: "name02, name03" EXPECT "ENOTDIR"
] FAIL ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 187
] Testing truncate with arguments: "file, -1" EXPECT "EINVAL"
] PASS
] Testing rmdir with arguments: "\"..\"" EXPECT "ENOTEMPTY"
] FAIL ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 269
] Testing rmdir with arguments: "\"tmp\"" EXPECT "ENOTEMPTY"
] PASS
] Testing rmdir with arguments: "\".\"" EXPECT "EINVAL"
] PASS
] Testing rmdir with arguments: "\"tmp/.\"" EXPECT "EINVAL"
] PASS
] Testing rmdir with arguments: "\"\"" EXPECT "ENOENT"
] PASS
] Testing rmdir with arguments: "nonexistence" EXPECT "ENOENT"
] PASS
] Testing unlink with arguments: "\"\"" EXPECT "ENOENT"
] PASS
] Testing unlink with arguments: "nonexistence" EXPECT "ENOENT"
] PASS
] Testing rmdir with arguments: "\"tmp/file\"" EXPECT "ENOTDIR"
] PASS
] Testing unlink with arguments: "\"tmp/file/dir\"" EXPECT "ENOTDIR"
] PASS
] terminate called after throwing an instance of 'trap_load_access_fault'
[ 37/579] p:24 f:0 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: mdosfs_fspatheval.exe
Result: failed Time: 0:00:01.046526 mdosfs_fspatheval.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/fstests/mdosfs_fspatheval.exe
]
]
=> test start: FSPATHEVAL DOSFS
] *** BEGIN OF TEST FSPATHEVAL DOSFS ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Initializing filesystem DOSFS
] Making directory /test1/
] Making directory tets2
] Making directory ///test3
] Making directory test4////
] Making directory ../../test5
] Making directory /test1/../test6
] Making directory ./test7/
] Making directory .././test8
] Making directory test8/./../test9
] Making directory ///test9/../test10
]
] Making directory !#$%&()-@^_`{}~'
] Making directory 0_1_A
] Making directory aaa bbb
] Making directory ccc....ddd
] Making directory fff
]
] Removing directory test10
] Removing directory test9
] Removing directory test8
] Removing directory test7
] Removing directory test6
] Removing directory test5
] Removing directory test4
] Removing directory test3
] Removing directory tets2
] Removing directory test1
]
] Removing directory fff
] Removing directory ccc....ddd
] Removing directory aaa bbb
] Removing directory 0_1_A
] Removing directory !#$%&()-@^_`{}~'
]
] Create file /test1
] Create file tets2
] Create file ///test3
] Create file test4
] Create file ../../test5
] Create file /../test6
] Create file ./test7
] Create file .././test8
] Create file /./../test9
] Create file //../test10
]
] Create file !#$%&()-@^_`{}~'
] Create file 0_1_A
] Create file aaa bbb
] Create file ccc....ddd
] Create file fff
]
] Removing file test10
] Removing file test9
] Removing file test8
] Removing file test7
] Removing file test6
] Removing file test5
] Removing file test4
] Removing file test3
] Removing file tets2
] Removing file test1
]
] Removing file fff
] Removing file ccc....ddd
] Removing file aaa bbb
] terminate called after throwing an instance of 'trap_load_access_fault'
[ 38/579] p:24 f:0 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: mdosfs_fsrdwr.exe
<<skipping passes>>
[ 77/579] p:61 f:2 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: bspcmdline01.exe
error: spike.cfg:58: execute failed: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/libtests/capture01.exe: exit-code:255
[ 78/579] p:62 f:2 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: capture01.exe
Result: failed Time: 0:00:11.013778 capture01.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/libtests/capture01.exe
]
]
=> test start: CAPTURE 1
] *** BEGIN OF TEST CAPTURE 1 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] watch priority ceiling is 100
] watch priority floor is 102
] global watch is enabled
] total 1
] 00000000 ???? g- T:S------ F:-----
] 0 0:00:00.002084999 0a010002 CT1a 102 102 102 4096 TASK_RECORD
] 0 0:00:00.002084999 0 0a010002 CT1a 102 102 SWITCHED_OUT
] 0 0:00:01.000004999 0a010003 CT1b 101 101 101 4096 TASK_RECORD
] 0 0:00:01.000004999 997920000 0a010003 CT1b 101 101 CREATED
] 0 0:00:01.000004999 0 0a010003 CT1b 101 101 STARTED
] 0 0:00:01.000009999 5000 0a010003 CT1b 101 101 SWITCHED_IN
] 0 0:00:01.000009999 0 0a010003 CT1b 101 101 BEGIN
] 0 0:00:02.000004999 999995000 0a010003 CT1b 101 101 SWITCHED_OUT
] 0 0:00:02.000004999 0a010004 CT1c 100 100 100 4096 TASK_RECORD
] 0 0:00:02.000004999 0 0a010004 CT1c 100 100 CREATED
] 0 0:00:02.000004999 0 0a010004 CT1c 100 100 STARTED
] 0 0:00:02.000009999 5000 0a010004 CT1c 100 100 SWITCHED_IN
] 0 0:00:02.000009999 0 0a010004 CT1c 100 100 BEGIN
] 0 0:00:02.000009999 0 0a010004 CT1c 100 100 SWITCHED_OUT
] 0 0:00:02.000009999 0 0a010003 CT1b 101 101 SWITCHED_IN
] 0 0:00:02.500004999 499995000 0a010003 CT1b 101 101 SWITCHED_OUT
] 0 0:00:02.500004999 0 0a010002 CT1a 102 100 SWITCHED_IN
] 0 0:00:02.500004999 0 0a010002 CT1a 102 102 SWITCHED_OUT
] 0 0:00:02.500004999 0 0a010004 CT1c 100 100 SWITCHED_IN
] 0 0:00:02.500004999 0 0a010004 CT1c 100 100 SWITCHED_OUT
] 0 0:00:02.500004999 0 0a010003 CT1b 101 101 SWITCHED_IN
] 0 0:00:03.000004999 500000000 0a010003 CT1b 101 101 SWITCHED_OUT
] 0 0:00:03.000004999 0 0a010004 CT1c 100 100 SWITCHED_IN
] 0 0:00:03.000004999 0 0a010004 CT1c 100 100 TERMINATED
] terminate called after throwing an instance of 'trap_load_access_fault'
[ 79/579] p:62 f:2 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: complex.exe
<<skipping passes>>
[ 81/579] p:68 f:2 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: crypt01.exe
Result: timeout Time: 0:03:00.195642 crypt01.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/libtests/crypt01.exe
]
]
=> test start: CRYPT 1
] *** BEGIN OF TEST CRYPT 1 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] test crypt_md5_r()
] test crypt_sha256_r()
] input: Hello world!
] salt: $5$saltstring
] expected: $5$saltstring$5B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5
] actual: $5$saltstring$5B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5
] input: Hello world!
] salt: $5$rounds=10000$saltstringsaltstring
] expected: $5$rounds=10000$saltstringsaltst$3xv.VbSHBb41AL9AvLeujZkZRBAwqFMz2.opqey6IcA
] actual: $5$rounds=10000$saltstringsaltst$3xv.VbSHBb41AL9AvLeujZkZRBAwqFMz2.opqey6IcA
] input: This is just a test
] salt: $5$rounds=5000$toolongsaltstring
] expected: $5$rounds=5000$toolongsaltstrin$Un/5jzAHMgOGZ5.mWJpuVolil07guHPvOW8mGRcvxa5
] actual: $5$rounds=5000$toolongsaltstrin$Un/5jzAHMgOGZ5.mWJpuVolil07guHPvOW8mGRcvxa5
] input: a very much longer text to encrypt. This one even stretches over morethan one line.
] salt: $5$rounds=1400$anotherlongsaltstring
] expected: $5$rounds=1400$anotherlongsalts$Rx.j8H.h8HjEDGomFU8bDkXm3XIUnzyxf12oP84Bnq1
] actual: $5$rounds=1400$anotherlongsalts$Rx.j8H.h8HjEDGomFU8bDkXm3XIUnzyxf12oP84Bnq1
] input: we have a short salt string but not a short password
] salt: $5$rounds=77777$short
] expected: $5$rounds=77777$short$JiO1O3ZpDAxGJeaDIuqCoEFysAe1mZNJRs3pw0KQRd/
] actual: $5$rounds=77777$short$JiO1O3ZpDAxGJeaDIuqCoEFysAe1mZNJRs3pw0KQRd/
] input: a short string
] salt: $5$rounds=123456$asaltof16chars..
] expected: $5$rounds=123456$asaltof16chars..$gP3VQ/6X7UUEW3HkBn2w1/Ptq2jxPyzV/cZKmF/wJvD
] actual: $5$rounds=123456$asaltof16chars..$gP3VQ/6X7UUEW3HkBn2w1/Ptq2jxPyzV/cZKmF/wJvD
] input: the minimum number is still observed
] salt: $5$rounds=10$roundstoolow
] expected: $5$rounds=1000$roundstoolow$yfvwcWrQ8l/K0DAWyuPMDNHpIVlTQebY9l/gL972bIC
] actual: $5$rounds=1000$roundstoolow$yfvwcWrQ8l/K0DAWyuPMDNHpIVlTQebY9l/gL972bIC
] test crypt_sha512_r()
] input: Hello world!
] salt: $6$saltstring
] expected: $6$saltstring$svn8UoSVapNtMuq1ukKS4tPQd8iKwSMHWjl/O817G3uBnIFNjnQJuesI68u4OTLiBFdcbYEdFCoEOfaS35inz1
] actual: $6$saltstring$svn8UoSVapNtMuq1ukKS4tPQd8iKwSMHWjl/O817G3uBnIFNjnQJuesI68u4OTLiBFdcbYEdFCoEOfaS35inz1
] input: Hello world!
] salt: $6$rounds=10000$saltstringsaltstring
] expected: $6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh0sbHbbMCVNSnCM/UrjmM0Dp8vOuZeHBy/YTBmSK6H9qs/y3RnOaw5v.
] actual: $6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh0sbHbbMCVNSnCM/UrjmM0Dp8vOuZeHBy/YTBmSK6H9qs/y3RnOaw5v.
] input: This is just a test
] salt: $6$rounds=5000$toolongsaltstring
] expected: $6$rounds=5000$toolongsaltstrin$lQ8jolhgVRVhY4b5pZKaysCLi0QBxGoNeKQzQ3glMhwllF7oGDZxUhx1yxdYcz/e1JSbq3y6JMxxl8audkUEm0
] actual: $6$rounds=5000$toolongsaltstrin$lQ8jolhgVRVhY4b5pZKaysCLi0QBxGoNeKQzQ3glMhwllF7oGDZxUhx1yxdYcz/e1JSbq3y6JMxxl8audkUEm0
] input: a very much longer text to encrypt. This one even stretches over morethan one line.
] salt: $6$rounds=1400$anotherlongsaltstring
] expected: $6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwbtEW7o7UmJEiDwGqd8p4ur1
] actual: $6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwbtEW7o7UmJEiDwGqd8p4ur1
] input: we have a short salt string but not a short password
] salt: $6$rounds=77777$short
] expected: $6$rounds=77777$short$WuQyW2YR.hBNpjjRhpYD/ifIw05xdfeEyQoMxIXbkvr0gge1a1x3yRULJ5CCaUeOxFmtlcGZelFl5CxtgfiAc0
] actual: $6$rounds=77777$short$WuQyW2YR.hBNpjjRhpYD/ifIw05xdfeEyQoMxIXbkvr0gge1a1x3yRULJ5CCaUeOxFmtlcGZelFl5CxtgfiAc0
] *** TIMEOUT TIMEOUT
[ 82/579] p:68 f:2 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: defaultconfig01.exe
<<skipping passes>>
[ 95/579] p:78 f:2 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: heapwalk.exe
Result: failed Time: 0:00:01.016454 heapwalk.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/libtests/heapwalk.exe
]
]
=> test start: HEAPWALK
] *** BEGIN OF TEST HEAPWALK ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] start with a system state != SYSTEM_STATE_UP
] testing the _Heap_Walk_check_control() function
] test what happens if page size = 0
] set page size to a not CPU-aligned value
] set minimal block size to a not page aligned value
] set allocation area of the first block to be non page-aligned
] clear the previous used flag of the first block
] mark last block as free
] set invalid next block for last block
] testing the _Heap_Walk_check_free_list() function
] no free blocks
] create a loop in the free list
] ../../../../../../rtems/c/src/../../testsuites/libtests/heapwalk/init.c: 57 retval == expectet_retval
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[ 96/579] p:81 f:2 u:0 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: i2c01.exe
<<skipping passes>>
[196/579] p:175 f:4 u:3 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: psxinttypes01.exe
Result: failed Time: 0:00:01.005450 psxinttypes01.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/psxtests/psxinttypes01.exe
]
]
=> test start: PSXINTTYPE 01
] *** BEGIN OF TEST PSXINTTYPE 01 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
]
] strtoimax Testcases....
] Valid Inputs - Positive Number
] Final string pointed by endptr
] Valid Inputs - Negative Number
] Final string pointed by endptr
] Valid Input - Positive Number - Number out of Range
] Valid Input - Negative Number - Number out of Range
] Invalid Input - Send NULL Pointer
]
] *** FATAL ***
] fatal source: 9 (RTEMS_FATAL_SOURCE_EXCEPTION)
] mstatus 0x00001880
] mcause 0x00000005
] mepc 0x80016bf0
] ra 0x80000360
] sp 0x80033280
] gp 0x8002e800
] tp 0x00000000
] t0 0x0000001c
] t1 0x80001914
] t2 0xffffffff
] s0 0x00000000
] s1 0x00000000
] a0 0x8002f000
] a1 0x00000000
] a2 0x800332d8
] a3 0x0000000a
] a4 0x8002bf65
] a5 0x8002ed80
] a6 0x000000bf
] a7 0x00000000
] s2 0x0000000a
] s3 0x80018000
] s4 0x80018000
] s5 0x00000000
] s6 0x800332d8
] s7 0x8002f000
] s8 0x80018000
] s9 0x80018000
] s10 0x80018000
] s11 0x80018000
] t3 0x00000000
] t4 0x00000000
] t5 0x00000000
] t6 0x0000a000
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[197/579] p:175 f:4 u:3 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: psxitimer.exe
<<skipping passes>>
[401/579] p:376 f:5 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spconfig02.exe
Result: failed Time: 0:00:01.003848 spconfig02.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spconfig02.exe
]
]
=> test start: SPCONFIG 2
] *** BEGIN OF TEST SPCONFIG 2 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spconfig02/init.c: 378 name_of_id == rtems_build_name('I', 'D', 'L', 'E')
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[402/579] p:377 f:5 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spconsole01.exe
<<skipping passes>>
[454/579] p:429 f:6 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical01.exe
Result: failed Time: 0:00:01.004412 spintrcritical01.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical01.exe
]
]
=> test start: SPINTRCRITICAL 1
] *** BEGIN OF TEST SPINTRCRITICAL 1 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: FIFO/Without Timeout
] Init - Case not hit - ran too long
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[455/579] p:429 f:6 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical02.exe
Result: failed Time: 0:00:01.006156 spintrcritical02.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical02.exe
]
]
=> test start: SPINTRCRITICAL 2
] *** BEGIN OF TEST SPINTRCRITICAL 2 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: FIFO/With Timeout
] Init - Case not hit - ran too long
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[456/579] p:430 f:6 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical03.exe
Result: failed Time: 0:00:01.013248 spintrcritical03.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical03.exe
]
]
=> test start: SPINTRCRITICAL 3
] *** BEGIN OF TEST SPINTRCRITICAL 3 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: Priority/Without Timeout
] Init - Case not hit - ran too long
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[457/579] p:430 f:8 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical04.exe
Result: failed Time: 0:00:01.004162 spintrcritical04.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical04.exe
]
]
=> test start: SPINTRCRITICAL 4
] *** BEGIN OF TEST SPINTRCRITICAL 4 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: Priority/With Timeout
] Init - Case not hit - ran too long
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[458/579] p:430 f:8 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical05.exe
Result: failed Time: 0:00:01.004843 spintrcritical05.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical05.exe
]
]
=> test start: SPINTRCRITICAL 5
] *** BEGIN OF TEST SPINTRCRITICAL 5 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: Priority/Without Timeout (Reverse)
] Init - Case not hit - ran too long
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[459/579] p:430 f:9 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical06.exe
<<skipping passes>>
[461/579] p:430 f:11 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical08.exe
Result: failed Time: 0:00:01.041227 spintrcritical08.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical08.exe
]
]
=> test start: SPINTRCRITICAL 8
] *** BEGIN OF TEST SPINTRCRITICAL 8 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate period ending while blocking
] Init - rtems_rate_monotonic_create - OK
] Init - Case not hit - ran too long
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[462/579] p:431 f:11 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical09.exe
[463/579] p:432 f:11 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical10.exe
Result: failed Time: 0:00:01.005058 spintrcritical10.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical10.exe
]
]
=> test start: SPINTRCRITICAL 10
] *** BEGIN OF TEST SPINTRCRITICAL 10 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate any satisfied before timeout while blocking on event
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical10/init.c: 144 ctx->hit
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[464/579] p:432 f:12 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical11.exe
<<skipping passes>>
[469/579] p:436 f:13 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical16.exe
Result: failed Time: 0:00:01.006274 spintrcritical16.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical16.exe
]
]
=> test start: SPINTRCRITICAL 16
] *** BEGIN OF TEST SPINTRCRITICAL 16 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate timeout of a thread that had its blocking
] Init - request satisfied while blocking but before time timeout
] Init - rtems_semaphore_create - OK
] Init - Case not hit - ran too long
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[470/579] p:437 f:13 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical18.exe
[471/579] p:438 f:13 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical20.exe
Result: failed Time: 0:00:01.003993 spintrcritical20.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical20.exe
]
]
=> test start: SPINTRCRITICAL 20
] *** BEGIN OF TEST SPINTRCRITICAL 20 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical20/init.c: 149 ctx->thread_queue_was_null
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[472/579] p:438 f:14 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical21.exe
Result: failed Time: 0:00:01.012616 spintrcritical21.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical21.exe
]
]
=> test start: SPINTRCRITICAL 21
] *** BEGIN OF TEST SPINTRCRITICAL 21 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Event sent from ISR hitting synchronization point has NOT occurred
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical21/init.c: 157 case_hit
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[473/579] p:439 f:14 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical22.exe
Result: failed Time: 0:00:01.012086 spintrcritical22.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical22.exe
]
]
=> test start: SPINTRCRITICAL 22
] *** BEGIN OF TEST SPINTRCRITICAL 22 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical22/init.c: 118 ctx->done
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[474/579] p:439 f:15 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical23.exe
Result: failed Time: 0:00:01.016413 spintrcritical23.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical23.exe
]
]
=> test start: SPINTRCRITICAL 23
] *** BEGIN OF TEST SPINTRCRITICAL 23 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical23/init.c: 133 ctx->done
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[475/579] p:439 f:16 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spintrcritical24.exe
Result: failed Time: 0:00:01.022092 spintrcritical24.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spintrcritical24.exe
]
]
=> test start: SPINTRCRITICAL 24
] *** BEGIN OF TEST SPINTRCRITICAL 24 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical24/init.c: 118 ctx->append_count > 0
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[476/579] p:439 f:17 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: splinkersets01.exe
<<skipping passes>>
[513/579] p:474 f:19 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spsysinit01.exe
Result: failed Time: 0:00:01.004431 spsysinit01.exe
=> run: spike --isa=RV32IM ./riscv-rtems5/c/rv32im/testsuites/sptests/spsysinit01.exe
]
]
=> test start: SPSYSINIT 1
] *** BEGIN OF TEST SPSYSINIT 1 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spsysinit01/init.c: 878 sem != SEM_FAILED
]
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1
] executing thread name: UI1
[514/579] p:475 f:19 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: spsyslock01.exe
<<skipping passes>>
[579/579] p:540 f:20 u:5 e:0 I:0 B:3 t:0 i:0 W:0 | riscv32/rv32im: tmtimer01.exe
Passed: 550
Failed: 20
User Input: 5
Expected Fail: 0
Indeterminate: 0
Benchmark: 3
Timeout: 1
Invalid: 0
Wrong Version: 0
Wrong Build: 0
Wrong Tools: 0
------------------
Total: 579
Failures:
mdosfs_fspatheval.exe
mdosfs_fserror.exe
capture01.exe
heapwalk.exe
psxinttypes01.exe
spconfig02.exe
spintrcritical01.exe
spintrcritical02.exe
spintrcritical03.exe
spintrcritical04.exe
spintrcritical05.exe
spintrcritical08.exe
spintrcritical10.exe
spintrcritical16.exe
spintrcritical20.exe
spintrcritical21.exe
spintrcritical22.exe
spintrcritical23.exe
spintrcritical24.exe
spsysinit01.exe
User Input:
monitor.exe
termios.exe
top.exe
capture.exe
fileio.exe
Benchmark:
dhrystone.exe
whetstone.exe
linpack.exe
Timeouts:
crypt01.exe
Average test time: 0:00:00.542708
Testing time : 0:05:14.228170
More information about the build
mailing list