[ros-bugs] [Bug 3592] New: ntdll_winetest: om (named pipes)

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sat Jul 26 21:21:36 CEST 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=3592

           Summary: ntdll_winetest: om (named pipes)
           Product: ReactOS
           Version: TRUNK
          Platform: QEmu
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Win32
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: grschneider at gmail.com
         QAContact: ros-bugs at reactos.org


The named pipe file system outputs STATUS_PIPE_BUSY at two inappropriate
positions, check the comments:

/* Not found, bail out with error for FILE_OPEN requests. */
->STATUS_OBJECT_PATH_NOT_FOUND

/* Found Pipe with the same name. Check if we are allowed to use it. */ ->
STATUS_INSTANCE_NOT_AVAILABLE

This reduces ntdll_winetest om test failures from 4 to 1.
Not sure about the last remaining test, it's marked as todo_wine (not executed
on wine) and does not supply a filename via iostack, therfor NpfsFindPipe fails
( on Windows XP it succeeds though).


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list