summaryrefslogtreecommitdiff
path: root/testsuite/tests/layout
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-13 12:18:10 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-14 00:32:59 +0200
commit322ae32f56e68adea8db3d3d7c078298b335d7da (patch)
treef82765ff8d8de2fbeb8664a7d7ed18cbad32e381 /testsuite/tests/layout
parent5764ade40104db4efacf5a5e452335f0aac1be8d (diff)
downloadhaskell-322ae32f56e68adea8db3d3d7c078298b335d7da.tar.gz
Testsuite: delete remaining only_compiler_types(['ghc']) setups
No point in pretending other compilers can use the GHC testsuite. This makes the *.T files a bit shorter.
Diffstat (limited to 'testsuite/tests/layout')
-rw-r--r--testsuite/tests/layout/all.T25
1 files changed, 8 insertions, 17 deletions
diff --git a/testsuite/tests/layout/all.T b/testsuite/tests/layout/all.T
index e8ed2fe5bc..0b973dec6a 100644
--- a/testsuite/tests/layout/all.T
+++ b/testsuite/tests/layout/all.T
@@ -1,57 +1,48 @@
test('layout001',
- [extra_clean(['layout001.hi', 'layout001.o']),
- only_compiler_types(['ghc'])],
+ extra_clean(['layout001.hi', 'layout001.o']),
run_command,
['$MAKE -s --no-print-directory layout001'])
test('layout002',
- [extra_clean(['layout002.hi', 'layout002.o']),
- only_compiler_types(['ghc'])],
+ extra_clean(['layout002.hi', 'layout002.o']),
run_command,
['$MAKE -s --no-print-directory layout002'])
test('layout003',
- [extra_clean(['layout003.hi', 'layout003.o']),
- only_compiler_types(['ghc'])],
+ extra_clean(['layout003.hi', 'layout003.o']),
run_command,
['$MAKE -s --no-print-directory layout003'])
test('layout004',
- [extra_clean(['layout004.hi', 'layout004.o']),
- only_compiler_types(['ghc'])],
+ extra_clean(['layout004.hi', 'layout004.o']),
run_command,
['$MAKE -s --no-print-directory layout004'])
test('layout005',
- [extra_clean(['layout005.hi', 'layout005.o']),
- only_compiler_types(['ghc'])],
+ extra_clean(['layout005.hi', 'layout005.o']),
run_command,
['$MAKE -s --no-print-directory layout005'])
test('layout006',
- [extra_clean(['layout006.hi', 'layout006.o']),
- only_compiler_types(['ghc'])],
+ extra_clean(['layout006.hi', 'layout006.o']),
run_command,
['$MAKE -s --no-print-directory layout006'])
test('layout007',
[req_interp,
extra_clean(['layout007.hi', 'layout007.o']),
- only_compiler_types(['ghc']),
when(compiler_profiled(), skip)],
run_command,
['$MAKE -s --no-print-directory layout007'])
test('layout008',
- [extra_clean(['layout008.hi', 'layout008.o']),
- only_compiler_types(['ghc'])],
+ extra_clean(['layout008.hi', 'layout008.o']),
run_command,
['$MAKE -s --no-print-directory layout008'])
test('layout009',
- [extra_clean(['layout009.hi', 'layout009.o']),
- only_compiler_types(['ghc'])],
+ extra_clean(['layout009.hi', 'layout009.o']),
run_command,
['$MAKE -s --no-print-directory layout009'])