Skip to content
GitLab
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 5,360
    • Issues 5,360
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 565
    • Merge requests 565
  • 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 CompilerGlasgow Haskell Compiler
  • GHCGHC
  • Repository
Switch branch/tag
  • ghc
  • testsuite
  • driver
  • testglobals.py
Find file BlameHistoryPermalink
  • Ian Lynagh's avatar
    Add namebase_if_compiler_lt to the testsuite driver · 39c6c735
    Ian Lynagh authored Oct 19, 2007
    Allows us to use a different name base for foo.stderr for old compilers, e.g.
    test('tc141',
         namebase_if_compiler_lt('ghc', '6.9', 'tc141-6.8'),
         compile_fail,
         [''])
    39c6c735