From 14b49b26c5ef1142858a1bf617faea0868a49769 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Wed, 30 Jun 2021 16:47:26 +0800 Subject: [ci] Enable T6132 across all targets We should have fixed clangs mess now. --- testsuite/tests/runghc/all.T | 9 +-------- 1 file changed, 1 insertion(+), 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', -- cgit v1.2.1