From 26ea882627608657777288b53f53cd836a24cf11 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Wed, 15 May 2013 17:46:25 +0100 Subject: [PATCH] Omit T7773 on Msys Patch from Andreas Voellmy --- tests/all.T | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/all.T b/tests/all.T index 7a56fe65..5d0dd245 100644 --- a/tests/all.T +++ b/tests/all.T @@ -122,4 +122,6 @@ test('qsem001', normal, compile_and_run, ['']) test('qsemn001', normal, compile_and_run, ['']) test('T7457', normal, compile_and_run, ['']) -test('T7773', normal, compile_and_run, ['']) + +test('T7773', when(opsys('mingw32'), skip), compile_and_run, ['']) +# Andreas says that T7773 will not (and should not) work on Windows