Skip to content
  • kgardas's avatar
    testsuite: add signal_exit_code function to the driver · 2cca0c06
    kgardas authored
    Summary:
    New function signal_exit_code hides differences between target platforms
    handling of fatal error signals and the applications' exit codes. E.g.
    on Linux the application exit code which receives fatal error signal
    is encoded as 128 + signal value. On the other hand on Solaris
    the application exit code is signal value alone.
    
    Test Plan: validated on Linux and tested on Solaris
    
    Reviewers: austin, simonmar
    
    Reviewed By: simonmar
    
    Subscribers: phaskell, simonmar, relrod, ezyang, carter
    
    Differential Revision: https://phabricator.haskell.org/D122
    2cca0c06