Skip to content
  • Rufflewind's avatar
    Fix broken tests · 2ec1c834
    Rufflewind authored and Ben Gamari's avatar Ben Gamari committed
    1. DoParamM requires the FlexibleContexts pragma now.
    
    2. topHandler02 and topHandler03 were broken as timeout.py failed to
       translate signals to exit codes.
    
    3. topHandler03 does not produce a consistent stderr, as it depends on
       what the user has /bin/sh set to.  dash writes "Terminated" whereas
       bash and zsh produce nothing in non-interactive mode.
    
    4. The remaining tests are broken due to changes in the error message
       formatting.
    
    Test Plan: validate
    
    Reviewers: thomie, dfeuer, austin, hvr, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: Phyx, dfeuer
    
    Differential Revision: https://phabricator.haskell.org/D2807
    2ec1c834