summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01/psx01.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:15:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:15:05 +0000
commita20190a40848e6322fe9a0a4eee9a5cdf6ae871e (patch)
treea60cd9e7b9ff3fd3a20524fa0ed641e70f484dad /testsuites/psxtests/psx01/psx01.scn
parentWeb server uses the POSIX API. Therefor, it must be disabled when the (diff)
downloadrtems-a20190a40848e6322fe9a0a4eee9a5cdf6ae871e.tar.bz2
Added test cases for uname().
Diffstat (limited to 'testsuites/psxtests/psx01/psx01.scn')
-rw-r--r--testsuites/psxtests/psx01/psx01.scn7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx01/psx01.scn b/testsuites/psxtests/psx01/psx01.scn
index 22d9fdc9a3..c9b05b9e54 100644
--- a/testsuites/psxtests/psx01/psx01.scn
+++ b/testsuites/psxtests/psx01/psx01.scn
@@ -1,4 +1,11 @@
*** POSIX TEST 1 ***
+Init: uname - EFAULT (invalid uts pointer argument)
+Init: uts.sysname: RTEMS
+Init: uts.nodename: Node 1
+Init: uts.release: rtems-19991105
+Init: uts.version:
+Init: uts.machine: SPARC/erc32
+
Init: clock_gettime - EINVAL (invalid clockid)
Init: clock_settime - EINVAL (invalid clockid)
Init: clock_getres - EINVAL (invalid clockid)