diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-13 12:18:10 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-14 00:32:59 +0200 |
commit | 322ae32f56e68adea8db3d3d7c078298b335d7da (patch) | |
tree | f82765ff8d8de2fbeb8664a7d7ed18cbad32e381 /testsuite/tests/rename | |
parent | 5764ade40104db4efacf5a5e452335f0aac1be8d (diff) | |
download | haskell-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/rename')
-rw-r--r-- | testsuite/tests/rename/prog005/test.T | 2 | ||||
-rw-r--r-- | testsuite/tests/rename/should_compile/T3103/test.T | 3 | ||||
-rw-r--r-- | testsuite/tests/rename/should_compile/all.T | 16 |
3 files changed, 10 insertions, 11 deletions
diff --git a/testsuite/tests/rename/prog005/test.T b/testsuite/tests/rename/prog005/test.T index 35769bd2bb..c5ada84151 100644 --- a/testsuite/tests/rename/prog005/test.T +++ b/testsuite/tests/rename/prog005/test.T @@ -1,5 +1,5 @@ test('rename.prog005', - [only_compiler_types(['ghc']), + [ extra_clean(['VersionGraphClient.o-boot','VersionGraphClient.hi-boot', 'VersionGraphClient.hi', 'VersionGraphClient.o', 'ViewType.hi', 'ViewType.o', 'View.hi', 'View.o'])], diff --git a/testsuite/tests/rename/should_compile/T3103/test.T b/testsuite/tests/rename/should_compile/T3103/test.T index 51ee2830bd..716839d527 100644 --- a/testsuite/tests/rename/should_compile/T3103/test.T +++ b/testsuite/tests/rename/should_compile/T3103/test.T @@ -1,8 +1,7 @@ # Args to vtc are: extra compile flags test('T3103', - [only_compiler_types(['ghc']), - normal, + [ extra_clean(['Foreign/Ptr.hi', 'Foreign/Ptr.o', 'GHC/Base.hi', 'GHC/Base.o', 'GHC/Num.hi', 'GHC/Num.o', diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T index 4bd4e0aa68..7f0d410b58 100644 --- a/testsuite/tests/rename/should_compile/all.T +++ b/testsuite/tests/rename/should_compile/all.T @@ -4,28 +4,28 @@ test('rn003', normal, compile, ['']) test('rn005', normal, compile, ['']) test('rn006', normal, compile, ['']) test('rn009', - [only_compiler_types(['ghc']), + [ extra_clean(['Imp10Aux.hi', 'Imp10Aux.o', 'Imp10Aux.hi-boot', 'Imp10Aux.o-boot'])], multimod_compile, ['rn009', '-v0']) # rn10 tests the same things as 009,011,012 -#test('rn010', only_compiler_types(['ghc']), multimod_compile, ['rn010', '-v0']) +#test('rn010', normal, multimod_compile, ['rn010', '-v0']) test('rn011', - [only_compiler_types(['ghc']), + [ extra_clean(['Imp100Aux.hi', 'Imp100Aux.o', 'Imp100Aux.hi-boot', 'Imp100Aux.o-boot'])], multimod_compile, ['rn011', '-v0']) test('rn012', - [only_compiler_types(['ghc']), + [ extra_clean(['Imp500Aux.hi', 'Imp500Aux.o', 'Imp500Aux.hi-boot', 'Imp500Aux.o-boot'])], multimod_compile, ['rn012', '-v0']) test('rn013', normal, compile, ['']) test('rn017', - [only_compiler_types(['ghc']), + [ extra_clean(['RnAux017.hi', 'RnAux017.o', 'RnAux017.hi-boot', 'RnAux017.o-boot'])], multimod_compile, @@ -177,20 +177,20 @@ test('mc10', normal, compile, ['']) test('mc11', normal, compile, ['']) test('mc12', normal, compile, ['']) test('T2436', - [ only_compiler_types(['ghc']), + [ extra_clean(['T2436a.hi', 'T2436a.o']) ], multimod_compile, ['T2436', '-v0']) test('T5331', normal, compile, ['']) # Unused tyvar warnings test('T5334', normal, compile, ['']) # Unused tyvar warnings test('T5306', - [only_compiler_types(['ghc']), + [ extra_clean(['T5306a.hi', 'T5306a.o', 'T5306b.hi', 'T5306b.o'])], multimod_compile, ['T5306', '-v0']) test('T5592', - [only_compiler_types(['ghc']), + [ extra_clean(['T5592a.hi', 'T5592a.o'])], multimod_compile_and_run, ['T5592', '-v0']) |