Changes between Initial Version and Version 1 of Ticket #12085, comment 2


Ignore:
Timestamp:
06/01/2019 06:45:36 AM (5 years ago)
Author:
thomas

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12085, comment 2

    initial v1  
    1 Test "ipc_closed_handle" does no longer fail, but "tcp_writealot" does.
     1Test "ipc_closed_handle" does no longer fail but there are two different failures on different platforms:
     2
     3On x86_64
     4{{{
     5...
     6ok 286 - tcp_write_to_half_open_connection
     7not ok 287 - tcp_writealot
     8# timeout
     9# Output from process `tcp_writealot`: (no output)
     10Output from process `tcp_writealot`: (no output)
     11ok 288 - thread_create
     12...
     13}}}
     14
     15on i686:
     16{{{
     17...
     18ok 129 - homedir
     19not ok 130 - hrtime
     20# timeout
     21# Output from process `hrtime`: (no output)
     22ok 131 - idle_ref
     23...
     24}}}
     25
     26Both on VBox-VMs. I run the tests on a phys. machine (x86_64) and it went all fine so I'd go for updating the packages.