[Issue 6150] New: runnable/testsocket.d

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 11 23:44:21 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6150

           Summary: runnable/testsocket.d
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: braddr at puremagic.com


--- Comment #0 from Brad Roberts <braddr at puremagic.com> 2011-06-11 23:39:45 PDT ---
If I'm reading the code right, this test depends on connect not failing during
the connect and only later failing during the poll.  It's not wrong for connect
to fail immediately and not defer that to a poll, even with the socket set to
non-blocking.  I've seen it on linux and on freebsd/64 it seems to occur pretty
frequently (roughly half the time).

I'm tempted to just nuke the entire test.  It's not a dmd test, it's a phobos
test, and all that code is on the list of 'things that should be overhauled'
anyway.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list