summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2016-06-12 14:41:18 +0200
committerTamar Christina <tamar@zhox.com>2016-06-12 14:41:18 +0200
commit29e1464319f40fe30fd63d8648f0d0a05541abe0 (patch)
tree64a3c7c37821136b45fa4576903f75cfe75bc132 /testsuite/tests
parentb40e1b4c6746bdc34e6a53548a3925d309201c4d (diff)
downloadhaskell-29e1464319f40fe30fd63d8648f0d0a05541abe0.tar.gz
Disable T12031 on linux
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/rts/T12031/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/rts/T12031/all.T b/testsuite/tests/rts/T12031/all.T
index b051514109..5e1a0a886f 100644
--- a/testsuite/tests/rts/T12031/all.T
+++ b/testsuite/tests/rts/T12031/all.T
@@ -1,4 +1,5 @@
test('T12031', [ extra_clean(['bar.o', 'baz.o', 'ExternBug.o'])
, extra_files(['bar.c', 'baz.c', 'ExternBug.hs', 'foo.h'])
+ , unless(opsys('mingw32'), skip)
],
run_command, ['$MAKE -s --no-print-directory T12031'])