Opened 17 months ago
Last modified 14 months ago
#15383 new bug
T3171 doesn't terminate with Interrupted message on Darwin
Reported by: | bgamari | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 8.8.1 |
Component: | Compiler | Version: | 8.4.3 |
Keywords: | Cc: | alpmestan | |
Operating System: | Unknown/Multiple | Architecture: | x86_64 (amd64) |
Type of failure: | None/Unknown | Test Case: | |
Blocked By: | Blocking: | ||
Related Tickets: | #15463 | Differential Rev(s): | |
Wiki Page: |
Description
I am seeing T3171
fail with incorrect stderr output on Darwin (e.g. https://circleci.com/gh/ghc/ghc/7106):
Actual stdout output differs from expected: --- ./ghci/should_run/T3171.run/T3171.stdout.normalised 2018-07-14 21:24:25.000000000 -0700 +++ ./ghci/should_run/T3171.run/T3171.run.stdout.normalised 2018-07-14 21:24:25.000000000 -0700 @@ -1 +0,0 @@ -Interrupted. *** unexpected failure for T3171(normal)
Change History (8)
comment:1 Changed 17 months ago by
Architecture: | Unknown/Multiple → x86_64 (amd64) |
---|---|
Operating System: | Unknown/Multiple → MacOS X |
comment:2 Changed 16 months ago by
Related Tickets: | → #15463 |
---|
It turns out that this also fails on Linux/i386.
comment:4 Changed 16 months ago by
Cc: | alpmestan added |
---|
It fails every now and then (not always!) on i386 linux indeed: https://circleci.com/gh/ghc/ghc-diffs/269
comment:6 Changed 15 months ago by
Indeed this also appears to happen (occasionally) on Fedora/amd64.
comment:7 Changed 14 months ago by
Operating System: | MacOS X → Unknown/Multiple |
---|---|
Priority: | normal → high |
I'm disabling this test for now until we can investigate. Raising priority so this happens.
Note: See
TracTickets for help on using
tickets.
Unfortunately it looks like this test is just fragile on Darwin; the same commit failed once but passed in another CircleCI build.