
#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 Keywords: | Operating System: Windows Architecture: Unknown/Multiple | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: ----------------------------------------+--------------------------------- {{{ =====> 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 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#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

#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: | ---------------------------------+---------------------------------------- Comment (by hsyl20): That's because we don't escape "\" in the file name when we emit the ".incbin" ASM directive (in nativeGen/PprBase.hs#pprBytes). I thought I could fix this simply by copying the escaping code used when we emit ".file" directives (in nativeGen/AsmCodeGen.hs#cmmNativeGens) but we it seems like we don't escape those paths either. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16389#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16389: T16190 fails on Windows -------------------------------------+------------------------------------- Reporter: bgamari | Owner: hsyl20 Type: bug | Status: new Priority: highest | Milestone: 8.10.1 Component: Compiler (NCG) | Version: 8.6.3 Resolution: | Keywords: broken-test Operating System: Windows | Architecture: Type of failure: Compile-time | Unknown/Multiple crash or panic | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by hsyl20): * owner: (none) => hsyl20 * failure: None/Unknown => Compile-time crash or panic * component: Compiler => Compiler (NCG) * priority: normal => highest -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16389#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16389: T16190 fails on Windows -------------------------------------+------------------------------------- Reporter: bgamari | Owner: hsyl20 Type: bug | Status: new Priority: highest | Milestone: 8.10.1 Component: Compiler (NCG) | Version: 8.6.3 Resolution: | Keywords: broken-test Operating System: Windows | Architecture: Type of failure: Compile-time | Unknown/Multiple crash or panic | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | https://gitlab.haskell.org/ghc/ghc/merge_requests/515 -------------------------------------+------------------------------------- Changes (by hsyl20): * differential: => https://gitlab.haskell.org/ghc/ghc/merge_requests/515 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16389#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16389: T16190 fails on Windows
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: hsyl20
Type: bug | Status: new
Priority: highest | Milestone: 8.10.1
Component: Compiler (NCG) | Version: 8.6.3
Resolution: | Keywords: broken-test
Operating System: Windows | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: | https://gitlab.haskell.org/ghc/ghc/merge_requests/515
-------------------------------------+-------------------------------------
Comment (by Marge Bot

#16389: T16190 fails on Windows
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: hsyl20
Type: bug | Status: new
Priority: highest | Milestone: 8.10.1
Component: Compiler (NCG) | Version: 8.6.3
Resolution: | Keywords: broken-test
Operating System: Windows | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: | https://gitlab.haskell.org/ghc/ghc/merge_requests/515
-------------------------------------+-------------------------------------
Comment (by Marge Bot
participants (1)
-
GHC