summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-06-30 16:47:26 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2021-06-30 16:47:26 +0800
commit14b49b26c5ef1142858a1bf617faea0868a49769 (patch)
treea9a0268fdeb8217aec8496f32e7ec9a9a37bdd77
parentbc6a3e654add2eb955472210866d5dd87bee4f54 (diff)
downloadhaskell-wip/angerman/no-aarch64-linux-ncg-fail.tar.gz
[ci] Enable T6132 across all targetswip/angerman/no-aarch64-linux-ncg-fail
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',