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,932
    • Issues 4,932
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 470
    • Merge requests 470
  • 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
  • Merge requests
  • !1143

WIP: Investigate TH test failures with LLVM and ext-interp triggered by turning Language.Haskell.TH.PprLib.PprM into a newtype

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Simon Jakobi requested to merge sjakobi/ghc:pprm-llvm-test-failures into master Jun 09, 2019
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 1

Background: !1133 (closed).

This MR is just to confirm that this change alone is sufficient to trigger the test failures.

    Unexpected failures:
       th/T10891.run                        T10891 [exit code non-0] (ext-interp)
       th/T11341.run                        T11341 [exit code non-0] (ext-interp)
       th/T11345.run                        T11345 [exit code non-0] (ext-interp)
       th/T11463.run                        T11463 [exit code non-0] (ext-interp)
       th/T12403.run                        T12403 [exit code non-0] (ext-interp)
       th/T2700.run                         T2700 [exit code non-0] (ext-interp)
       th/T5358.run                         T5358 [stderr mismatch] (ext-interp)
       th/T9064.run                         T9064 [exit code non-0] (ext-interp)
       th/TH_foreignCallingConventions.run  TH_foreignCallingConventions [exit code non-0] (ext-interp)
       th/TH_reifyDecl2.run                 TH_reifyDecl2 [exit code non-0] (ext-interp)
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: pprm-llvm-test-failures