summaryrefslogtreecommitdiff
path: root/libraries/base/tests/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/tests/all.T')
-rw-r--r--libraries/base/tests/all.T8
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 7950786487..df49172007 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -147,18 +147,10 @@ test('topHandler01', when(opsys('mingw32'), skip), compile_and_run, [''])
test('topHandler02',
[when(opsys('mingw32'), skip),
omit_ways(['ghci']),
- # Irritatingly, the test driver calls the programs via a shell, and
- # depending on the shell, they can add their own "helpful" commentary,
- # pretty printing the name of the signal that killed the process. So we
- # ignore the stdout here, we only care about the exit code (which itself
- # is messed up because of the shell, using 128+sig encoding)
- ignore_output,
signal_exit_code(2)
], compile_and_run, [''])
test('topHandler03',
[when(opsys('mingw32'), skip),
- # As above, shells, grrr.
- ignore_output,
signal_exit_code(15)
], compile_and_run, [''])
test('topHandler04',