summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-06-30 16:47:26 +0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-01 03:31:48 -0400
commit66bd59319a6506125758a1c876eba874bf4f1c86 (patch)
tree6ce6a7fd417d58a31e1c3a7fd1209f3a75af1209
parente8192ae4bf6299839bfc72b1ac2fe42a080253ef (diff)
downloadhaskell-66bd59319a6506125758a1c876eba874bf4f1c86.tar.gz
[ci] Enable T6132 across all targets
We should have fixed clangs mess now.
-rw-r--r--testsuite/tests/runghc/all.T9
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuite/tests/runghc/all.T b/testsuite/tests/runghc/all.T
index 86c5cb6663..8b9f50c50c 100644
--- a/testsuite/tests/runghc/all.T
+++ b/testsuite/tests/runghc/all.T
@@ -4,14 +4,7 @@ test('T8601', req_interp, makefile_test, [])
test('T11247', [req_interp, expect_broken(11247)], makefile_test, [])
-test('T6132', [
- when(opsys('darwin') or opsys('freebsd'), expect_broken(6132)),
- # When using clang as CC, which more recent LLVM toolchains will
- # require as llc will produce assembly that GAS doesn't like,
- # we'll end up with the following issue where clang does not
- # like the shebang.
- # https://bugs.llvm.org/show_bug.cgi?id=40689
- omit_ways(llvm_ways)],
+test('T6132', [],
compile, [''])
test('T17171a',