Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,866
    • Issues 4,866
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 461
    • Merge requests 461
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #17559
Closed
Open
Created Dec 09, 2019 by Ben Gamari@bgamari🐢Maintainer

T5435 tests fail on ARMv7

Specifically:

  • rts/linker/T5435_v_asm_a.run T5435_v_asm_a [bad exit code (2)] (normal)
  • rts/linker/T5435_v_asm_b.run T5435_v_asm_b [bad exit code (2)] (normal)
  • rts/linker/T5435_v_gcc.run T5435_v_gcc [bad exit code (2)] (normal)

Log:

=====> T5435_dyn_asm(normal) 4688 of 7308 [0, 6, 0]
cd "rts/linker/T5435_dyn_asm.run" && $MAKE -s --no-print-directory T5435_dyn_asm   < 
Wrong exit code for T5435_v_asm_a()(expected 0 , actual 2 )
Stdout ( T5435_v_asm_a ):
Makefile:41: recipe for target 'T5435_v_asm_a' failed
Stderr ( T5435_v_asm_a ):
make[2]: *** [T5435_v_asm_a] Segmentation fault (core dumped)
*** unexpected failure for T5435_v_asm_a(normal)
=====> T5435_dyn_gcc(normal) 4689 of 7308 [0, 7, 0]
cd "rts/linker/T5435_dyn_gcc.run" && $MAKE -s --no-print-directory T5435_dyn_gcc   < 
Wrong exit code for T5435_v_asm_b()(expected 0 , actual 2 )
Stdout ( T5435_v_asm_b ):
Makefile:43: recipe for target 'T5435_v_asm_b' failed
Stderr ( T5435_v_asm_b ):
make[2]: *** [T5435_v_asm_b] Segmentation fault (core dumped)
*** unexpected failure for T5435_v_asm_b(normal)
=====> linker_unload(normal) 4690 of 7308 [0, 8, 0]
cd "rts/linker/linker_unload.run" && $MAKE -s --no-print-directory linker_unload   < 
Wrong exit code for T5435_v_gcc()(expected 0 , actual 2 )
Stdout ( T5435_v_gcc ):
Makefile:37: recipe for target 'T5435_v_gcc' failed
Stderr ( T5435_v_gcc ):
make[2]: *** [T5435_v_gcc] Segmentation fault (core dumped)
*** unexpected failure for T5435_v_gcc(normal)

These tests have been problematic in the past as well. See:

  • #13883
  • #13283 (closed)
  • #11299 (closed)
  • #8458 (closed)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking