testlib: No catch of custom exceptions in sandbox
authorSean Wilson <spwilson2@wisc.edu>
Fri, 17 Aug 2018 22:48:34 +0000 (17:48 -0500)
committerSean Wilson <spwilson2@wisc.edu>
Wed, 5 Sep 2018 01:04:43 +0000 (01:04 +0000)
commitc7c0678cc6c400bc91af2a838dd26356320bc2d2
tree6b16529bea092a7b6f47b36841f3c459c8e429a3
parent215d5e4096cb4b06aa7fd5e9936440b28d8fe034
testlib: No catch of custom exceptions in sandbox

Custom exceptions are not always properly pickled which could lead to
the sandbox test executor to crash when it tries to re __init__ pickled
exceptions thrown from the failed test.

Change-Id: I4e2ffe5802dda668b5d61c5a16e0989717121a04
Signed-off-by: Sean Wilson <spwilson27@gmail.com>
Reviewed-on: https://gem5-review.googlesource.com/12167
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
ext/testlib/sandbox.py