HomeAbout Us A-Z IndexSearch * Contact Us Register LoginPress Shop

The Open Brand -- Problem Reporting and Interpretations System


Problem Report 1607 Details

Help Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges

This page provides all information on Problem Report 1607.


Report 1607 Actions


    Problem Report Number 1607
    Submitter's Classification Specification problem
    State Resolved
    Resolution Permanent Interpretation (PIN)
    Problem Resolution ID PIN.X.0164
    Raised 1996-05-10 08:00
    Updated 2003-03-13 08:00
    Published 1996-05-15 08:00
    Product Standard Internationalised System Calls and Libraries Extended (UNIX 95)
    Certification Program The Open Brand certification program
    Test Suite VSU version 4.1.0
    Test Identification CAPI.os/streams/fattach 15 16 18 19 20 22 23 24 25 26 27
    Specification System Interfaces and Libraries Issue 4 Version 2
    Location in Spec See Problem Text
    Linked Problem Reports PIN4U.00028, (in, old, system)
    Problem Summary PIN4U.00030 This test may fail on implementations that do not implement STREAMS.
    Problem Text

    Assertions affected by this IR:
    fattach # 15 16 18 19 20 22 23 24 25 26 27 (already cited above)
    fdetach # 7 8
    getmsg # 35
    getpmsg # 36
    isastream # 1
    link # 3
    open # 1 2 3 5
    putmsg # 20 21
    putpmsg # 19 20 21 22
    rename # 4 5
    unlink # 2

    ======================================================================
    These assertions reference VSU_STREAM_DEV which we have set to NONE,
    since we do not support STREAMs devices, and are not required to
    do so per PIN4U.00028
    Test Output
    400|279 15 1 21:41:54|IC Start
    200|279 1 21:41:54|TP Start
    520|279 1 47841293 1 1|SPEC1170TESTSUITE CASE 15
    520|279 1 47841293 1 2|EACCES in errno and return -1 on a call to int
    520|279 1 47841293 1 3|fattach(int fildes, const char *path) when search
    520|279 1 47841293 1 4|permission is denied for a component of the path
    520|279 1 47841293 1 5|prefix.
    520|279 1 7143441 1 1|PREP: Open VSU_STREAM_DEV device
    520|279 1 7143441 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|279 1 2 21:41:56|UNRESOLVED
    410|279 15 1 21:41:56|IC End


    400|280 16 1 21:41:57|IC Start
    200|280 1 21:41:57|TP Start
    520|280 1 47906829 1 1|SPEC1170TESTSUITE CASE 16
    520|280 1 47906829 1 2|EACCES in errno and return -1 on a call to int
    520|280 1 47906829 1 3|fattach(int fildes, const char *path) when the calling
    520|280 1 47906829 1 4|process is the owner of path but does not have write
    520|280 1 47906829 1 5|permissions.
    520|280 1 7274513 1 1|PREP: Open VSU_STREAM_DEV device
    520|280 1 7274513 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|280 1 2 21:41:57|UNRESOLVED
    410|280 16 1 21:41:57|IC End


    400|282 18 1 21:41:59|IC Start
    200|282 1 21:41:59|TP Start
    520|282 1 48037901 1 1|SPEC1170TESTSUITE CASE 18
    520|282 1 48037901 1 2|ENOENT in errno and return -1 on a call to int
    520|282 1 48037901 1 3|fattach(int fildes, const char *path) when a component
    520|282 1 48037901 1 4|of path does not name an existing file.
    520|282 1 7405585 1 1|PREP: Open VSU_STREAM_DEV device
    520|282 1 7405585 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|282 1 2 21:41:59|UNRESOLVED
    410|282 18 1 21:41:59|IC End


    400|283 19 1 21:42:00|IC Start
    200|283 1 21:42:00|TP Start
    520|283 1 48103437 1 1|SPEC1170TESTSUITE CASE 19
    520|283 1 48103437 1 2|ENOENT in errno and return -1 on a call to int
    520|283 1 48103437 1 3|fattach(int fildes, const char *path) when path is an
    520|283 1 48103437 1 4|empty string.
    520|283 1 7471121 1 1|PREP: Open VSU_STREAM_DEV device
    520|283 1 7471121 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|283 1 2 21:42:00|UNRESOLVED
    410|283 19 1 21:42:01|IC End


    400|284 20 1 21:42:02|IC Start
    200|284 1 21:42:02|TP Start
    520|284 1 48168973 1 1|SPEC1170TESTSUITE CASE 20
    520|284 1 48168973 1 2|ENOTDIR in errno and return -1 on a call to int
    520|284 1 48168973 1 3|fattach(int fildes, const char *path) when a component
    520|284 1 48168973 1 4|of the path prefix is not a directory.
    520|284 1 7536657 1 1|PREP: Open VSU_STREAM_DEV device
    520|284 1 7536657 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|284 1 2 21:42:02|UNRESOLVED
    410|284 20 1 21:42:03|IC End


    400|286 22 1 21:42:04|IC Start
    200|286 1 21:42:04|TP Start
    520|286 1 48300045 1 1|SPEC1170TESTSUITE CASE 22
    520|286 1 48300045 1 2|EPERM in errno and return -1 on a call to int
    520|286 1 48300045 1 3|fattach(int fildes, const char *path) when the
    520|286 1 48300045 1 4|effective user ID of the calling process is not the
    520|286 1 48300045 1 5|owner of path and the process does not have
    520|286 1 48300045 1 6|appropriate privilege.
    520|286 1 7733265 1 1|PREP: Open VSU_STREAM_DEV device
    520|286 1 7733265 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|286 1 2 21:42:06|UNRESOLVED
    410|286 22 1 21:42:06|IC End


    400|287 23 1 21:42:11|IC Start
    200|287 1 21:42:11|TP Start
    520|287 1 48365581 1 1|SPEC1170TESTSUITE CASE 23
    520|287 1 48365581 1 2|EBUSY in errno and return -1 on a call to int
    520|287 1 48365581 1 3|fattach(int fildes, const char *path) when path is
    520|287 1 48365581 1 4|currently a mount point.
    520|287 1 8126481 1 1|PREP: Get mount point
    520|287 1 8126481 1 2|PREP: Mount file-system read-write on ../tmp/mpoint
    520|287 1 8126481 1 3|PREP: Open VSU_STREAM_DEV device
    520|287 1 8126481 1 4|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|287 1 2 21:42:13|UNRESOLVED
    410|287 23 1 21:42:13|IC End


    400|288 24 1 21:42:14|IC Start
    200|288 1 21:42:14|TP Start
    520|288 1 48431117 1 1|SPEC1170TESTSUITE CASE 24
    520|288 1 48431117 1 2|EBUSY in errno and return -1 on a call to int
    520|288 1 48431117 1 3|fattach(int fildes, const char *path) when path has a
    520|288 1 48431117 1 4|STREAMS file attached to it.
    520|288 1 8454161 1 1|PREP: Open VSU_STREAM_DEV device
    520|288 1 8454161 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|288 1 2 21:42:14|UNRESOLVED
    410|288 24 1 21:42:14|IC End


    400|289 25 1 21:42:15|IC Start
    200|289 1 21:42:15|TP Start
    520|289 1 48496653 1 1|SPEC1170TESTSUITE CASE 25
    520|289 1 48496653 1 2|ENAMETOOLONG in errno and return -1 on a call to int
    520|289 1 48496653 1 3|fattach(int fildes, const char *path) when the size of
    520|289 1 48496653 1 4|path exceeds PATH_MAX.
    520|289 1 8519697 1 1|PREP: Open VSU_STREAM_DEV device
    520|289 1 8519697 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|289 1 2 21:42:15|UNRESOLVED
    410|289 25 1 21:42:15|IC End


    400|290 26 1 21:42:16|IC Start
    200|290 1 21:42:16|TP Start
    520|290 1 48562189 1 1|SPEC1170TESTSUITE CASE 26
    520|290 1 48562189 1 2|ENAMETOOLONG in errno and return -1 on a call to int
    520|290 1 48562189 1 3|fattach(int fildes, const char *path) when a component
    520|290 1 48562189 1 4|of path exceeds NAME_MAX.
    520|290 1 8585233 1 1|PREP: Open VSU_STREAM_DEV device
    520|290 1 8585233 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|290 1 2 21:42:16|UNRESOLVED
    410|290 26 1 21:42:16|IC End


    400|291 27 1 21:42:17|IC Start
    200|291 1 21:42:17|TP Start
    520|291 1 48627725 1 1|SPEC1170TESTSUITE CASE 27
    520|291 1 48627725 1 2|ELOOP in errno and return -1 on a call to int
    520|291 1 48627725 1 3|fattach(int fildes, const char *path) when too many
    520|291 1 48627725 1 4|symbolic links are encountered in translating path.
    520|291 1 8650769 1 1|PREP: Open VSU_STREAM_DEV device
    520|291 1 8650769 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|291 1 2 21:42:17|UNRESOLVED
    410|291 27 1 21:42:17|IC End


    400|345 7 1 21:44:36|IC Start
    200|345 1 21:44:36|TP Start
    520|345 1 52166669 1 1|SPEC1170TESTSUITE CASE 7
    520|345 1 52166669 1 2|EACCES in errno and return -1 on a call to int
    520|345 1 52166669 1 3|fdetach(const char *path) when search permission is
    520|345 1 52166669 1 4|denied on a component of a path prefix.
    520|345 1 13172753 1 1|PREP: Open STREAMS device
    520|345 1 13172753 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|345 1 2 21:44:37|UNRESOLVED
    410|345 7 1 21:44:37|IC End


    400|346 8 1 21:44:38|IC Start
    200|346 1 21:44:38|TP Start
    520|346 1 52232205 1 1|SPEC1170TESTSUITE CASE 8
    520|346 1 52232205 1 2|EPERM in errno and return -1 on a call to int
    520|346 1 52232205 1 3|fdetach(const char *path) when the effective user ID
    520|346 1 52232205 1 4|of the calling process is not the owner of path and
    520|346 1 52232205 1 5|the process does not have appropriate privileges.
    520|346 1 13369361 1 1|PREP: Open STREAMS device
    520|346 1 13369361 1 2|NONE
    520|346 1 13369361 1 3|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|346 1 2 21:44:40|UNRESOLVED
    410|346 8 1 21:44:40|IC End


    400|587 35 1 21:56:06|IC Start
    200|587 1 21:56:06|TP Start
    520|587 1 68026381 1 1|SPEC1170TESTSUITE CASE 35
    520|587 1 68026381 1 2|EINVAL in errno and return -1 on a call to int
    520|587 1 68026381 1 3|getmsg(int fildes, struct strbuf *ctlptr, struct
    520|587 1 68026381 1 4|strbuf *dataptr, int *flagsp) when an illegal value is
    520|587 1 68026381 1 5|specified in the integer pointed to by flagsp.
    520|587 1 31784977 1 1|PREP: Open VSU_STREAM_DEV device
    520|587 1 31784977 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|587 1 2 21:56:06|UNRESOLVED
    410|587 35 1 21:56:06|IC End


    400|633 36 1 21:57:00|IC Start
    200|633 1 21:57:00|TP Start
    520|633 1 71041037 1 1|SPEC1170TESTSUITE CASE 36
    520|633 1 71041037 1 2|EINVAL in errno and return -1 on a call to int
    520|633 1 71041037 1 3|getpmsg(int fildes, struct strbuf *ctlptr, struct
    520|633 1 71041037 1 4|strbuf *dataptr, int *bandp, int *flagsp) when an
    520|633 1 71041037 1 5|illegal value is specified in the integer pointed to
    520|633 1 71041037 1 6|by flagsp.
    520|633 1 34734097 1 1|PREP: Open VSU_STREAM_DEV device
    520|633 1 34734097 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|633 1 2 21:57:00|UNRESOLVED
    410|633 36 1 21:57:00|IC End


    400|939 1 1 22:04:24|IC Start
    200|939 1 22:04:24|TP Start
    520|939 1 91095053 1 1|SPEC1170TESTSUITE CASE 1
    520|939 1 91095053 1 2|A successful call to int isastream(int
    520|939 1 91095053 1 3|fildes) when fildes refers to a STREAMS-based file
    520|939 1 91095053 1 4|shall return 1.
    520|939 1 40763412 1 1|PREP: Get configured VSU_STREAM_DEV device name
    520|939 1 40763412 1 2|PREP: Open NONE streams device
    520|939 1 40763412 1 3|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|939 1 2 22:04:24|UNRESOLVED
    410|939 1 1 22:04:24|IC End


    400|973 3 1 22:06:34|IC Start
    200|973 1 22:06:34|TP Start
    520|973 1 93323277 1 1|SPEC1170TESTSUITE CASE 3
    520|973 1 93323277 1 2|EXDEV in errno and return -1 on a call to int
    520|973 1 93323277 1 3|link(const char *path1, const char *path2) when path1
    520|973 1 93323277 1 4|refers to a named STREAM.
    520|973 1 43646996 1 1|PREP: Create a regular file
    520|973 1 43646996 1 2|PREP: Get configured VSU_STREAM_DEV device name
    520|973 1 43646996 1 3|PREP: Open a streams device and associate a pathname
    520|973 1 43646996 1 4| with it
    520|973 1 43646996 1 5|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|973 1 2 22:06:34|UNRESOLVED
    410|973 3 1 22:06:34|IC End


    400|1178 1 1 22:19:17|IC Start
    200|1178 1 22:19:17|TP Start
    520|1178 1 106758157 1 1|SPEC1170TESTSUITE CASE 1
    520|1178 1 106758157 1 2|When path specifies a STREAMS file a call to int
    520|1178 1 106758157 1 3|open(const char *path, int oflag, ...) with O_RDONLY
    520|1178 1 106758157 1 4|set in oflag shall open the STREAMS file for reading
    520|1178 1 106758157 1 5|only.
    520|1178 1 77791254 1 1|PREP: Open VSU_STREAM_DEV device with O_RDONLY
    520|1178 1 77791254 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1178 1 2 22:19:17|UNRESOLVED
    410|1178 1 1 22:19:17|IC End


    400|1179 2 1 22:19:18|IC Start
    200|1179 1 22:19:18|TP Start
    520|1179 1 106823693 1 1|SPEC1170TESTSUITE CASE 2
    520|1179 1 106823693 1 2|When path specifies a STREAMS file a call to int
    520|1179 1 106823693 1 3|open(const char *path, int oflag, ...) with O_WRONLY
    520|1179 1 106823693 1 4|set in oflag shall open the STREAMS file for writing
    520|1179 1 106823693 1 5|only.
    520|1179 1 77856790 1 1|PREP: Open VSU_STREAM_DEV device with O_WRONLY
    520|1179 1 77856790 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1179 1 2 22:19:18|UNRESOLVED
    410|1179 2 1 22:19:18|IC End


    400|1180 3 1 22:19:19|IC Start
    200|1180 1 22:19:19|TP Start
    520|1180 1 106889229 1 1|SPEC1170TESTSUITE CASE 3
    520|1180 1 106889229 1 2|When path specifies a STREAMS file a call to int
    520|1180 1 106889229 1 3|open(const char *path, int oflag, ...) with O_RDWR set
    520|1180 1 106889229 1 4|in oflag shall open the STREAMS file for reading and
    520|1180 1 106889229 1 5|writing.
    520|1180 1 77922326 1 1|PREP: Open VSU_STREAM_DEV device with O_RDWR
    520|1180 1 77922326 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1180 1 2 22:19:19|UNRESOLVED
    410|1180 3 1 22:19:19|IC End
    410|1181 4 1 22:19:20|IC End


    400|1182 5 1 22:19:22|IC Start
    200|1182 1 22:19:22|TP Start
    520|1182 1 107020301 1 1|SPEC1170TESTSUITE CASE 5
    520|1182 1 107020301 1 2|When path specifies a STREAMS file a call to int
    520|1182 1 107020301 1 3|open(const char *path, int oflag, ...) with flags
    520|1182 1 107020301 1 4|other than O_NONBLOCK, O_RDONLY, O_WRONLY or O_RDWR
    520|1182 1 107020301 1 5|set in oflag shall have no effect.
    520|1182 1 78053398 1 1|PREP: Read VSU_STREAM_DEV from configuration file
    520|1182 1 78053398 1 2|TEST: Open STREAMS device with O_RDONLY|O_EXCL has no effect
    520|1182 1 78053398 1 3|ERROR: O_EXCL affected open
    520|1182 1 78053398 1 4|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1182 1 1 22:19:22|FAIL
    410|1182 5 1 22:19:23|IC End


    400|1266 20 1 22:22:34|IC Start
    200|1266 1 22:22:34|TP Start
    520|1266 1 112525325 1 1|SPEC1170TESTSUITE CASE 20
    520|1266 1 112525325 1 2|EINVAL in errno and return -1 on a call to int
    520|1266 1 112525325 1 3|putmsg(int fildes, const struct strbuf *ctlptr, const
    520|1266 1 112525325 1 4|struct strbuf *dataptr, int flags) when flags contains
    520|1266 1 112525325 1 5|an undefined value.
    520|1266 1 15728673 1 1|PREP: Open VSU_STREAM_DEV device
    520|1266 1 15728673 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1266 1 2 22:22:35|UNRESOLVED
    410|1266 20 1 22:22:35|IC End


    400|1267 21 1 22:22:36|IC Start
    200|1267 1 22:22:36|TP Start
    520|1267 1 112590861 1 1|SPEC1170TESTSUITE CASE 21
    520|1267 1 112590861 1 2|EINVAL in errno and return -1 on a call to int
    520|1267 1 112590861 1 3|putmsg(int fildes, const struct strbuf *ctlptr, const
    520|1267 1 112590861 1 4|struct strbuf *dataptr, int flags) when no control
    520|1267 1 112590861 1 5|part of the message is specified and flags contains
    520|1267 1 112590861 1 6|the RS_HIPRI flag.
    520|1267 1 15794209 1 1|PREP: Open VSU_STREAM_DEV device
    520|1267 1 15794209 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1267 1 2 22:22:36|UNRESOLVED
    410|1267 21 1 22:22:36|IC End


    400|1295 19 1 22:23:15|IC Start
    200|1295 1 22:23:15|TP Start
    520|1295 1 114425869 1 1|SPEC1170TESTSUITE CASE 19
    520|1295 1 114425869 1 2|EINVAL in errno and return -1 on a call to int
    520|1295 1 114425869 1 3|putpmsg(int fildes, const struct strbuf *ctlptr, const
    520|1295 1 114425869 1 4|struct strbuf *dataptr, int band, int flags) when
    520|1295 1 114425869 1 5|flags contains undefined values.
    520|1295 1 17563681 1 1|PREP: Open VSU_STREAM_DEV device
    520|1295 1 17563681 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1295 1 2 22:23:15|UNRESOLVED
    410|1295 19 1 22:23:15|IC End


    400|1296 20 1 22:23:17|IC Start
    200|1296 1 22:23:17|TP Start
    520|1296 1 114491405 1 1|SPEC1170TESTSUITE CASE 20
    520|1296 1 114491405 1 2|EINVAL in errno and return -1 on a call to int
    520|1296 1 114491405 1 3|putpmsg(int fildes, const struct strbuf *ctlptr, const
    520|1296 1 114491405 1 4|struct strbuf *dataptr, int band, int flags) when
    520|1296 1 114491405 1 5|flags is 0.
    520|1296 1 17629217 1 1|PREP: Open VSU_STREAM_DEV device
    520|1296 1 17629217 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1296 1 2 22:23:17|UNRESOLVED
    410|1296 20 1 22:23:17|IC End


    400|1297 21 1 22:23:18|IC Start
    200|1297 1 22:23:18|TP Start
    520|1297 1 114556941 1 1|SPEC1170TESTSUITE CASE 21
    520|1297 1 114556941 1 2|EINVAL in errno and return -1 on a call to int
    520|1297 1 114556941 1 3|putpmsg(int fildes, const struct strbuf *ctlptr, const
    520|1297 1 114556941 1 4|struct strbuf *dataptr, int band, int flags) when band
    520|1297 1 114556941 1 5|is a non-zero value and flags contains the MSG_HIPRI
    520|1297 1 114556941 1 6|flag.
    520|1297 1 17694753 1 1|PREP: Open VSU_STREAM_DEV device
    520|1297 1 17694753 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1297 1 2 22:23:18|UNRESOLVED
    410|1297 21 1 22:23:18|IC End


    400|1298 22 1 22:23:19|IC Start
    200|1298 1 22:23:19|TP Start
    520|1298 1 114622477 1 1|SPEC1170TESTSUITE CASE 22
    520|1298 1 114622477 1 2|EINVAL in errno and return -1 on a call to int
    520|1298 1 114622477 1 3|putpmsg(int fildes, const struct strbuf *ctlptr, const
    520|1298 1 114622477 1 4|struct strbuf *dataptr, int band, int flags) when no
    520|1298 1 114622477 1 5|control part of the message is specified and flags
    520|1298 1 114622477 1 6|contains the MSG_HIPRI flag.
    520|1298 1 17760289 1 1|PREP: Open VSU_STREAM_DEV device
    520|1298 1 17760289 1 2|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1298 1 2 22:23:19|UNRESOLVED
    410|1298 22 1 22:23:19|IC End


    400|1565 4 1 22:42:31|IC Start
    200|1565 1 22:42:31|TP Start
    520|1565 1 109969425 1 1|SPEC1170TESTSUITE CASE 4
    520|1565 1 109969425 1 2|EBUSY in errno and return -1 on a call to int
    520|1565 1 109969425 1 3|rename(const char *old, const char *new) when the file
    520|1565 1 109969425 1 4|named by old is a named STREAM.
    520|1565 1 88473622 1 1|PREP: Create a regular file
    520|1565 1 88473622 1 2|PREP: Get configured VSU_STREAM_DEV device name
    520|1565 1 88473622 1 3|PREP: Open a streams device and associate the pathname
    520|1565 1 88473622 1 4| of the regular file with it
    520|1565 1 88473622 1 5|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1565 1 2 22:42:31|UNRESOLVED
    410|1565 4 1 22:42:32|IC End


    400|1566 5 1 22:42:32|IC Start
    200|1566 1 22:42:32|TP Start
    520|1566 1 110034961 1 1|SPEC1170TESTSUITE CASE 5
    520|1566 1 110034961 1 2|EBUSY or EXDEV in errno and return -1 on a call to int
    520|1566 1 110034961 1 3|rename(const char *old, const char *new) when the file
    520|1566 1 110034961 1 4|named by new is a named STREAM.
    520|1566 1 88539158 1 1|PREP: Create a regular file to be renamed
    520|1566 1 88539158 1 2|PREP: Create a second regular file
    520|1566 1 88539158 1 3|PREP: Get configured VSU_STREAM_DEV device name
    520|1566 1 88539158 1 4|PREP: Open a streams device and associate the pathname
    520|1566 1 88539158 1 5| of the second regular file with it
    520|1566 1 88539158 1 6|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|1566 1 2 22:42:32|UNRESOLVED
    410|1566 5 1 22:42:33|IC End


    400|2026 2 1 00:06:34|IC Start
    200|2026 1 00:06:34|TP Start
    520|2026 1 20709407 1 1|SPEC1170TESTSUITE CASE 2
    520|2026 1 20709407 1 2|EBUSY in errno, return -1, and not unlink the file on
    520|2026 1 20709407 1 3|a call to int unlink(const char *path) when the file
    520|2026 1 20709407 1 4|named by path is a named STREAM.
    520|2026 1 27590688 1 1|PREP: Create a regular file
    520|2026 1 27590688 1 2|PREP: Get configured VSU_STREAM_DEV device name
    520|2026 1 27590688 1 3|PREP: Open a streams device and associate a pathname
    520|2026 1 27590688 1 4| with it
    520|2026 1 27590688 1 5|ERROR: open failed, errno = 129(ENOENT - No such file or directory)
    220|2026 1 2 00:06:34|UNRESOLVED
    410|2026 2 1 00:06:35|IC End

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    A permanent interpretation is recommended.

    The results of the test are consistent with an implementation
    not supporting STREAMs.

    Review Type SA Review
    Start Date null
    Completed null
    Status Complete
    Review Resolution Permanent Interpretation (PIN)
    Review Conclusion
    A Permanent Interpretation is granted.

    Problem Reporting System Options:

     

    Back   


Contact the Certification Authority