forked from Imagelibrary/rtems
testsuite: Add test states to the testsuit configuration files.
Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
This commit is contained in:
@@ -2,24 +2,24 @@
|
||||
# The ATSAMV BSP has too little memory for some tests.
|
||||
#
|
||||
|
||||
fileio
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
ftp01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
mghttpd01
|
||||
pppd
|
||||
psxconfig01
|
||||
sp16
|
||||
sp25
|
||||
sp48
|
||||
spregion_err01
|
||||
spstkalloc02
|
||||
tmfine01
|
||||
exclude: fileio
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: ftp01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: mghttpd01
|
||||
exclude: pppd
|
||||
exclude: psxconfig01
|
||||
exclude: sp16
|
||||
exclude: sp25
|
||||
exclude: sp48
|
||||
exclude: spregion_err01
|
||||
exclude: spstkalloc02
|
||||
exclude: tmfine01
|
||||
|
||||
@@ -4,46 +4,46 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
capture
|
||||
cdtest
|
||||
iostream
|
||||
dl01
|
||||
dl02
|
||||
dl04
|
||||
dl05
|
||||
ftp01
|
||||
fileio
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
fsdosfsformat01
|
||||
fsrfsbitmap01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
loopback
|
||||
mghttpd01
|
||||
mdosfs_fserror
|
||||
mdosfs_fsrdwr
|
||||
monitor02
|
||||
mrfs_fserror
|
||||
mrfs_fsfpathconf
|
||||
mrfs_fslink
|
||||
mrfs_fspatheval
|
||||
mrfs_fspermission
|
||||
mrfs_fsrdwr
|
||||
mrfs_fsscandir01
|
||||
mrfs_fssymlink
|
||||
mrfs_fstime
|
||||
paranoia
|
||||
pppd
|
||||
rtems++
|
||||
shell01
|
||||
spstkalloc02
|
||||
sptls02
|
||||
syscall01
|
||||
utf8proc01
|
||||
exclude: capture
|
||||
exclude: cdtest
|
||||
exclude: iostream
|
||||
exclude: dl01
|
||||
exclude: dl02
|
||||
exclude: dl04
|
||||
exclude: dl05
|
||||
exclude: ftp01
|
||||
exclude: fileio
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: fsdosfsformat01
|
||||
exclude: fsrfsbitmap01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: loopback
|
||||
exclude: mghttpd01
|
||||
exclude: mdosfs_fserror
|
||||
exclude: mdosfs_fsrdwr
|
||||
exclude: monitor02
|
||||
exclude: mrfs_fserror
|
||||
exclude: mrfs_fsfpathconf
|
||||
exclude: mrfs_fslink
|
||||
exclude: mrfs_fspatheval
|
||||
exclude: mrfs_fspermission
|
||||
exclude: mrfs_fsrdwr
|
||||
exclude: mrfs_fsscandir01
|
||||
exclude: mrfs_fssymlink
|
||||
exclude: mrfs_fstime
|
||||
exclude: paranoia
|
||||
exclude: pppd
|
||||
exclude: rtems++
|
||||
exclude: shell01
|
||||
exclude: spstkalloc02
|
||||
exclude: sptls02
|
||||
exclude: syscall01
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,22 +4,22 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fileio
|
||||
iostream
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
ftp01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
mghttpd01
|
||||
monitor02
|
||||
utf8proc01
|
||||
pppd
|
||||
rtems++
|
||||
spstkalloc02
|
||||
exclude: fileio
|
||||
exclude: iostream
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: ftp01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: mghttpd01
|
||||
exclude: monitor02
|
||||
exclude: utf8proc01
|
||||
exclude: pppd
|
||||
exclude: rtems++
|
||||
exclude: spstkalloc02
|
||||
|
||||
@@ -4,28 +4,28 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fileio
|
||||
cdtest
|
||||
iostream
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
ftp01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
mghttpd01
|
||||
monitor02
|
||||
pppd
|
||||
sp16
|
||||
sp25
|
||||
sp48
|
||||
spstkalloc02
|
||||
sptls02
|
||||
rtems++
|
||||
tmfine01
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: cdtest
|
||||
exclude: iostream
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: ftp01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: mghttpd01
|
||||
exclude: monitor02
|
||||
exclude: pppd
|
||||
exclude: sp16
|
||||
exclude: sp25
|
||||
exclude: sp48
|
||||
exclude: spstkalloc02
|
||||
exclude: sptls02
|
||||
exclude: rtems++
|
||||
exclude: tmfine01
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,21 +4,21 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
flashdisk01
|
||||
ftp01
|
||||
utf8proc01
|
||||
spstkalloc02
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
pppd
|
||||
mghttpd01
|
||||
tmfine01
|
||||
iostream
|
||||
rtems++
|
||||
exclude: flashdisk01
|
||||
exclude: ftp01
|
||||
exclude: utf8proc01
|
||||
exclude: spstkalloc02
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: pppd
|
||||
exclude: mghttpd01
|
||||
exclude: tmfine01
|
||||
exclude: iostream
|
||||
exclude: rtems++
|
||||
|
||||
@@ -4,22 +4,22 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
ftp01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
mghttpd01
|
||||
pppd
|
||||
spstkalloc02
|
||||
sptls02
|
||||
tmfine01
|
||||
utf8proc01
|
||||
iostream
|
||||
rtems++
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: ftp01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: mghttpd01
|
||||
exclude: pppd
|
||||
exclude: spstkalloc02
|
||||
exclude: sptls02
|
||||
exclude: tmfine01
|
||||
exclude: utf8proc01
|
||||
exclude: iostream
|
||||
exclude: rtems++
|
||||
|
||||
@@ -4,33 +4,33 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fileio
|
||||
ftp01
|
||||
cdtest
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
mghttpd01
|
||||
monitor01
|
||||
monitor02
|
||||
pppd
|
||||
psxconfig01
|
||||
rbheap01
|
||||
sp16
|
||||
sp25
|
||||
sp48
|
||||
spregion_err01
|
||||
spstkalloc
|
||||
spstkalloc02
|
||||
sptls02
|
||||
tmfine01
|
||||
utf8proc01
|
||||
iostream
|
||||
rtems++
|
||||
exclude: fileio
|
||||
exclude: ftp01
|
||||
exclude: cdtest
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: mghttpd01
|
||||
exclude: monitor01
|
||||
exclude: monitor02
|
||||
exclude: pppd
|
||||
exclude: psxconfig01
|
||||
exclude: rbheap01
|
||||
exclude: sp16
|
||||
exclude: sp25
|
||||
exclude: sp48
|
||||
exclude: spregion_err01
|
||||
exclude: spstkalloc
|
||||
exclude: spstkalloc02
|
||||
exclude: sptls02
|
||||
exclude: tmfine01
|
||||
exclude: utf8proc01
|
||||
exclude: iostream
|
||||
exclude: rtems++
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -4,48 +4,48 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
capture
|
||||
cdtest
|
||||
dl01
|
||||
dl02
|
||||
dl04
|
||||
dl05
|
||||
fileio
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
fsdosfsformat01
|
||||
fsrfsbitmap01
|
||||
ftp01
|
||||
iostream
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
loopback
|
||||
math
|
||||
mdosfs_fserror
|
||||
mghttpd01
|
||||
monitor02
|
||||
mrfs_fserror
|
||||
mrfs_fsfpathconf
|
||||
mrfs_fslink
|
||||
mrfs_fspatheval
|
||||
mrfs_fspermission
|
||||
mrfs_fsrdwr
|
||||
mrfs_fsscandir01
|
||||
mrfs_fssymlink
|
||||
mrfs_fstime
|
||||
mdosfs_fsrdwr
|
||||
paranoia
|
||||
pppd
|
||||
rtems++
|
||||
shell01
|
||||
spstkalloc02
|
||||
sptls02
|
||||
syscall01
|
||||
tmfine01
|
||||
utf8proc01
|
||||
exclude: capture
|
||||
exclude: cdtest
|
||||
exclude: dl01
|
||||
exclude: dl02
|
||||
exclude: dl04
|
||||
exclude: dl05
|
||||
exclude: fileio
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: fsdosfsformat01
|
||||
exclude: fsrfsbitmap01
|
||||
exclude: ftp01
|
||||
exclude: iostream
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: loopback
|
||||
exclude: math
|
||||
exclude: mdosfs_fserror
|
||||
exclude: mghttpd01
|
||||
exclude: monitor02
|
||||
exclude: mrfs_fserror
|
||||
exclude: mrfs_fsfpathconf
|
||||
exclude: mrfs_fslink
|
||||
exclude: mrfs_fspatheval
|
||||
exclude: mrfs_fspermission
|
||||
exclude: mrfs_fsrdwr
|
||||
exclude: mrfs_fsscandir01
|
||||
exclude: mrfs_fssymlink
|
||||
exclude: mrfs_fstime
|
||||
exclude: mdosfs_fsrdwr
|
||||
exclude: paranoia
|
||||
exclude: pppd
|
||||
exclude: rtems++
|
||||
exclude: shell01
|
||||
exclude: spstkalloc02
|
||||
exclude: sptls02
|
||||
exclude: syscall01
|
||||
exclude: tmfine01
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,59 +4,59 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
capture
|
||||
cdtest
|
||||
complex
|
||||
crypt01
|
||||
dl01
|
||||
dl02
|
||||
dl04
|
||||
dl05
|
||||
fileio
|
||||
flashdisk01
|
||||
fsdosfsformat01
|
||||
fsdosfsname01
|
||||
fsdosfswrite01
|
||||
fsrfsbitmap01
|
||||
ftp01
|
||||
iostream
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
loopback
|
||||
math
|
||||
mathf
|
||||
mdosfs_fserror
|
||||
mdosfs_fsscandir01
|
||||
mghttpd01
|
||||
monitor
|
||||
monitor02
|
||||
mrfs_fserror
|
||||
mrfs_fsfpathconf
|
||||
mrfs_fslink
|
||||
mrfs_fspatheval
|
||||
mrfs_fspermission
|
||||
mrfs_fsrdwr
|
||||
mrfs_fsscandir01
|
||||
mrfs_fssymlink
|
||||
mrfs_fstime
|
||||
mdosfs_fsrdwr
|
||||
mdosfs_fspatheval
|
||||
mdosfs_fstime
|
||||
paranoia
|
||||
pppd
|
||||
psxmsgq01
|
||||
rtems++
|
||||
shell01
|
||||
sptls02
|
||||
spstkalloc02
|
||||
syscall01
|
||||
tar01
|
||||
termios
|
||||
tmfine01
|
||||
utf8proc01
|
||||
exclude: capture
|
||||
exclude: cdtest
|
||||
exclude: complex
|
||||
exclude: crypt01
|
||||
exclude: dl01
|
||||
exclude: dl02
|
||||
exclude: dl04
|
||||
exclude: dl05
|
||||
exclude: fileio
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsformat01
|
||||
exclude: fsdosfsname01
|
||||
exclude: fsdosfswrite01
|
||||
exclude: fsrfsbitmap01
|
||||
exclude: ftp01
|
||||
exclude: iostream
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: loopback
|
||||
exclude: math
|
||||
exclude: mathf
|
||||
exclude: mdosfs_fserror
|
||||
exclude: mdosfs_fsscandir01
|
||||
exclude: mghttpd01
|
||||
exclude: monitor
|
||||
exclude: monitor02
|
||||
exclude: mrfs_fserror
|
||||
exclude: mrfs_fsfpathconf
|
||||
exclude: mrfs_fslink
|
||||
exclude: mrfs_fspatheval
|
||||
exclude: mrfs_fspermission
|
||||
exclude: mrfs_fsrdwr
|
||||
exclude: mrfs_fsscandir01
|
||||
exclude: mrfs_fssymlink
|
||||
exclude: mrfs_fstime
|
||||
exclude: mdosfs_fsrdwr
|
||||
exclude: mdosfs_fspatheval
|
||||
exclude: mdosfs_fstime
|
||||
exclude: paranoia
|
||||
exclude: pppd
|
||||
exclude: psxmsgq01
|
||||
exclude: rtems++
|
||||
exclude: shell01
|
||||
exclude: sptls02
|
||||
exclude: spstkalloc02
|
||||
exclude: syscall01
|
||||
exclude: tar01
|
||||
exclude: termios
|
||||
exclude: tmfine01
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -4,20 +4,20 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fileio
|
||||
ftp01
|
||||
fsdosfsname01
|
||||
iostream
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
mghttpd01
|
||||
monitor02
|
||||
pppd
|
||||
rtems++
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: ftp01
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: mghttpd01
|
||||
exclude: monitor02
|
||||
exclude: pppd
|
||||
exclude: rtems++
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fileio
|
||||
fsdosfsname01
|
||||
iostream
|
||||
rtems++
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: rtems++
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -4,22 +4,22 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fileio
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
ftp01
|
||||
iostream
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
mghttpd01
|
||||
monitor02
|
||||
pppd
|
||||
rtems++
|
||||
spstkalloc02
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: ftp01
|
||||
exclude: iostream
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: mghttpd01
|
||||
exclude: monitor02
|
||||
exclude: pppd
|
||||
exclude: rtems++
|
||||
exclude: spstkalloc02
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
|
||||
@@ -4,21 +4,21 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fileio
|
||||
iostream
|
||||
pppd
|
||||
loopback
|
||||
syscall01
|
||||
utf8proc01
|
||||
monitor02
|
||||
mghttpd01
|
||||
ftp01
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
exclude: fileio
|
||||
exclude: iostream
|
||||
exclude: pppd
|
||||
exclude: loopback
|
||||
exclude: syscall01
|
||||
exclude: utf8proc01
|
||||
exclude: monitor02
|
||||
exclude: mghttpd01
|
||||
exclude: ftp01
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
|
||||
@@ -6,16 +6,16 @@ include: testdata/require-tick-isr.tcfg
|
||||
include: testdata/disable-jffs2-tests.tcfg
|
||||
include: testdata/disable-mrfs-tests.tcfg
|
||||
|
||||
crypt01
|
||||
fileio
|
||||
flashdisk01
|
||||
fsbdpart01
|
||||
fsdosfsformat01
|
||||
fsdosfswrite01
|
||||
fsdosfsname01
|
||||
fsrfsbitmap01
|
||||
sha
|
||||
spstkalloc02
|
||||
sptls01
|
||||
tmcontext01
|
||||
utf8proc01
|
||||
exclude: crypt01
|
||||
exclude: fileio
|
||||
exclude: flashdisk01
|
||||
exclude: fsbdpart01
|
||||
exclude: fsdosfsformat01
|
||||
exclude: fsdosfswrite01
|
||||
exclude: fsdosfsname01
|
||||
exclude: fsrfsbitmap01
|
||||
exclude: sha
|
||||
exclude: spstkalloc02
|
||||
exclude: sptls01
|
||||
exclude: tmcontext01
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
dl05
|
||||
exclude: fsdosfsname01
|
||||
exclude: dl05
|
||||
|
||||
@@ -4,28 +4,28 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
capture
|
||||
dl05
|
||||
fileio
|
||||
flashdisk01
|
||||
fsdosfsformat01
|
||||
fsdosfsname01
|
||||
ftp01
|
||||
iostream
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
loopback
|
||||
mghttpd01
|
||||
monitor02
|
||||
paranoia
|
||||
pppd
|
||||
spstkalloc02
|
||||
syscall01
|
||||
tmfine01
|
||||
utf8proc01
|
||||
exclude: capture
|
||||
exclude: dl05
|
||||
exclude: fileio
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsformat01
|
||||
exclude: fsdosfsname01
|
||||
exclude: ftp01
|
||||
exclude: iostream
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: loopback
|
||||
exclude: mghttpd01
|
||||
exclude: monitor02
|
||||
exclude: paranoia
|
||||
exclude: pppd
|
||||
exclude: spstkalloc02
|
||||
exclude: syscall01
|
||||
exclude: tmfine01
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,16 +4,16 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
dl05
|
||||
fileio
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
iostream
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
exclude: dl05
|
||||
exclude: fileio
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
dl05
|
||||
fileio
|
||||
fsdosfsname01
|
||||
iostream
|
||||
sptls01
|
||||
sptls02
|
||||
utf8proc01
|
||||
exclude: dl05
|
||||
exclude: fileio
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: sptls01
|
||||
exclude: sptls02
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -6,4 +6,4 @@ include: testdata/disable-intrcritical-tests.tcfg
|
||||
|
||||
# The simulator catches the data access fault and exits before the
|
||||
# simulated MIPS handler can run.
|
||||
spfatal26
|
||||
exclude: spfatal26
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# generic_or1k RTEMS Test Database.
|
||||
# generic_or1k RTEMS Test Database.
|
||||
#
|
||||
|
||||
include: testdata/disable-intrcritical-tests.tcfg
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
|
||||
@@ -5,14 +5,14 @@
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
spstkalloc02
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: spstkalloc02
|
||||
|
||||
@@ -5,14 +5,14 @@
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
spstkalloc02
|
||||
exclude: flashdisk01
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
exclude: spstkalloc02
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
exclude: fsdosfsname01
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
jffs2_fspatheval
|
||||
jffs2_fspermission
|
||||
jffs2_fsrdwr
|
||||
jffs2_fsscandir01
|
||||
jffs2_fssymlink
|
||||
jffs2_fstime
|
||||
exclude: fsdosfsname01
|
||||
exclude: jffs2_fserror
|
||||
exclude: jffs2_fslink
|
||||
exclude: jffs2_fspatheval
|
||||
exclude: jffs2_fspermission
|
||||
exclude: jffs2_fsrdwr
|
||||
exclude: jffs2_fsscandir01
|
||||
exclude: jffs2_fssymlink
|
||||
exclude: jffs2_fstime
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
# This is the set of tests which are known to not link on this BSP
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fileio
|
||||
fsdosfsname01
|
||||
iostream
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
fileio
|
||||
fsdosfsname01
|
||||
iostream
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
include: testdata/require-tick-isr.tcfg
|
||||
include: testdata/disable-intrcritical-tests.tcfg
|
||||
|
||||
fileio
|
||||
fsdosfsname01
|
||||
iostream
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
include: testdata/require-tick-isr.tcfg
|
||||
include: testdata/disable-intrcritical-tests.tcfg
|
||||
|
||||
fileio
|
||||
fsdosfsname01
|
||||
iostream
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
include: testdata/require-tick-isr.tcfg
|
||||
include: testdata/disable-intrcritical-tests.tcfg
|
||||
|
||||
fileio
|
||||
fsdosfsname01
|
||||
iostream
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
include: testdata/require-tick-isr.tcfg
|
||||
include: testdata/disable-intrcritical-tests.tcfg
|
||||
|
||||
fileio
|
||||
fsdosfsname01
|
||||
iostream
|
||||
utf8proc01
|
||||
exclude: fileio
|
||||
exclude: fsdosfsname01
|
||||
exclude: iostream
|
||||
exclude: utf8proc01
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Excpected failures.
|
||||
#
|
||||
expected-fail: dl05
|
||||
Reference in New Issue
Block a user