summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstat/psxstat.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-15 13:59:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-15 13:59:25 +0000
commit947015fbf3fe206ac59dbe90a16f1de8db7f112c (patch)
tree74d49c89d77bdab182bd84a6059000d3cde0cce1 /testsuites/psxtests/psxstat/psxstat.scn
parent2010-07-15 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-947015fbf3fe206ac59dbe90a16f1de8db7f112c.tar.bz2
2010-07-15 Bharath Suri <bharath.s.jois@gmail.com>
PR 1617/testing * psxfile01/test.c, psxfile01/psxfile01.scn: Added new cases to exercise_link_r and _unlink_r * psxstat/test.c, psxstat/psxstat.scn: Added new cases to exercise _lstat_r and _stat_r. * psxtime/test.c, psxtime/psxtime.scn: Added new cases to exercise _gettimeofday.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxstat/psxstat.scn2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxstat/psxstat.scn b/testsuites/psxtests/psxstat/psxstat.scn
index c8cc62e0b7..812ab65387 100644
--- a/testsuites/psxtests/psxstat/psxstat.scn
+++ b/testsuites/psxtests/psxstat/psxstat.scn
@@ -1708,6 +1708,8 @@ statvfs, with invalid path - expect EFAULT
create /tmp -- OK
statvfs, with valid path - expect ENOTSUP
statvfs tested!
+Exercise the reentrant version - _stat_r - expect EFAULT
+Exercise the reentrant version - _lstat_r - expect EFAULT
*** END OF STAT TEST 01 ***