[GHC] #16389: T16190 fails on Windows
GHC
ghc-devs at haskell.org
Tue Mar 5 00:14:46 UTC 2019
#16389: T16190 fails on Windows
---------------------------------+----------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.10.1
Component: Compiler | Version: 8.6.3
Resolution: | Keywords: broken-test
Operating System: Windows | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
---------------------------------+----------------------------------------
Changes (by bgamari):
* keywords: => broken-test
Old description:
> {{{
> =====> T16190(normal) 3408 of 6839 [0, 7, 0]
> cd "perf/compiler/T16190.run" &&
> "/c/GitLabRunner/builds/8fc0e283/0/ghc/ghc/inplace/bin/ghc-stage2.exe"
> --make T16190.hs -dstg-lint -no-user-package-db -rtsopts -fno-warn-
> missed-specialisations -fshow-warning-groups -fdiagnostics-color=never
> -fno-diagnostics-show-caret -Werror=compat -dno-debug-output -v0
> Compile failed (exit code 1) errors were:
> C:\\GitLabRunner\\builds\\8fc0e283\\0\\ghc\\ghc\\tmp\\ghc368_0\\ghc_5.s:
> Assembler messages:
> C:\\GitLabRunner\\builds\\8fc0e283\\0\\ghc\\ghc\\tmp\\ghc368_0\\ghc_5.s:5:
> Error: file not found: C:GitLabRunneruildsfc0e283
> `gcc.exe' failed in phase `Assembler'. (Exit code: 1)
>
> *** unexpected failure for T16190(normal)
> }}}
>
> There is some use of TemplateHaskell's `embedBytes`.
New description:
{{{
=====> T16190(normal) 3408 of 6839 [0, 7, 0]
cd "perf/compiler/T16190.run" &&
"/c/GitLabRunner/builds/8fc0e283/0/ghc/ghc/inplace/bin/ghc-stage2.exe"
--make T16190.hs -dstg-lint -no-user-package-db -rtsopts -fno-warn-
missed-specialisations -fshow-warning-groups -fdiagnostics-color=never
-fno-diagnostics-show-caret -Werror=compat -dno-debug-output -v0
Compile failed (exit code 1) errors were:
C:\\GitLabRunner\\builds\\8fc0e283\\0\\ghc\\ghc\\tmp\\ghc368_0\\ghc_5.s:
Assembler messages:
C:\\GitLabRunner\\builds\\8fc0e283\\0\\ghc\\ghc\\tmp\\ghc368_0\\ghc_5.s:5:
Error: file not found: C:GitLabRunneruildsfc0e283
`gcc.exe' failed in phase `Assembler'. (Exit code: 1)
*** unexpected failure for T16190(normal)
}}}
There is some use of TemplateHaskell's `embedBytes`.
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16389#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list