diff options
Diffstat (limited to 'testsuite/tests/ghc-e')
-rw-r--r-- | testsuite/tests/ghc-e/should_fail/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-e/should_fail/all.T b/testsuite/tests/ghc-e/should_fail/all.T index 8e080e95c9..d5400bf713 100644 --- a/testsuite/tests/ghc-e/should_fail/all.T +++ b/testsuite/tests/ghc-e/should_fail/all.T @@ -18,5 +18,7 @@ test('ghc-e-fail1', [exit_code(2), req_interp, ignore_output], run_command, test('ghc-e-fail2', [exit_code(2), req_interp, ignore_output], run_command, ['$MAKE --no-print-directory -s ghc-e-fail2']) -test('T9930fail', [exit_code(2), ignore_output], run_command, +# Don't run on Windows, as executable is written to T9930.exe +# and no failure is induced. +test('T9930fail', [exit_code(2), ignore_output, when(opsys('mingw32'), skip)], run_command, ['$MAKE --no-print-directory -s T9930fail']) |