[GHC] #12004: Windows unexpected failures

GHC ghc-devs at haskell.org
Sun May 15 09:44:22 UTC 2016


#12004: Windows unexpected failures
---------------------------------+----------------------------------------
        Reporter:  enolan        |                Owner:
            Type:  bug           |               Status:  new
        Priority:  normal        |            Milestone:
       Component:  Compiler      |              Version:
      Resolution:                |             Keywords:
Operating System:  Windows       |         Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown  |            Test Case:
      Blocked By:                |             Blocking:
 Related Tickets:                |  Differential Rev(s):
       Wiki Page:                |
---------------------------------+----------------------------------------

Comment (by Phyx-):

 Hi @enolan,

 Windows hasn't validated cleanly in a long while.

 We're working on getting it to, but for now it doesn't.

 The GHC 8.0.1 tests for `rts/T11223` should all pass, except if you tested
 for `x86` since there's a slight difference in the output. I'll have to
 change my sanitize function to account for it.

 in terms of head:

    ghci.debugger/scripts        break011
 - New output just needs to be accepted

    ghci/prog003                 prog003

 - Known segfault, there's a ticket for this already

    partial-sigs/should_compile  PatBind [exit code non-0] (normal)
    plugins                      plugins01 [bad exit code] (normal)

 - These two I haven't looked into yet

    rts                          T7037 [bad stdout] (normal)

 - This is a sporadic failure due to Python and how the files are flushed.
   There's a diff to fix this but hasn't been committed yet/

    rts                          T9405 [bad exit code] (normal)
    rts                          testmblockalloc [bad exit code] (normal)

 - These two might be new, don't remember them..

    rts/T11223                   T11223_simple_duplicate_lib [bad exit
 code] (normal)

 - This will be fixed soon, the test output was changed but the Windows
 test results not updated.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12004#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list