[commit: ghc] ghc-lwc: Fixes for tab freedom (3cf7b73)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
kc at galois.com
Mon Jul 23 16:50:29 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-lwc
http://hackage.haskell.org/trac/ghc/changeset/3cf7b732b2ee9015e0a405f6b3aec30dee4fd5dc
>---------------------------------------------------------------
commit 3cf7b732b2ee9015e0a405f6b3aec30dee4fd5dc
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Mon Jul 23 10:49:50 2012 -0400
Fixes for tab freedom
>---------------------------------------------------------------
libraries/base/tests/all.T | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index bcae14b..beae1ce 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -47,10 +47,10 @@ test('hGetBuf003', normal, compile_and_run, [''])
test('hPutBuf001', normal, compile_and_run, [''])
test('hPutBuf002', extra_clean(['hPutBuf002.out']), compile_and_run, [''])
-test('char001', normal, compile_and_run, [''])
-test('char002', normal, compile_and_run, [''])
+test('char001', normal, compile_and_run, [''])
+test('char002', normal, compile_and_run, [''])
-test('cstring001', normal, compile_and_run, [''])
+test('cstring001', normal, compile_and_run, [''])
test('length001',
# This fails without -O, as it relies on a RULE being applied
@@ -58,28 +58,28 @@ test('length001',
compile_and_run,
[''])
-test('ratio001', normal, compile_and_run, [''])
+test('ratio001', normal, compile_and_run, [''])
-test('rand001', reqlib('random'), compile_and_run, [''])
-test('reads001', normal, compile_and_run, [''])
-test('show001', normal, compile_and_run, [''])
-test('text001', normal, compile_and_run, [''])
+test('rand001', reqlib('random'), compile_and_run, [''])
+test('reads001', normal, compile_and_run, [''])
+test('show001', normal, compile_and_run, [''])
+test('text001', normal, compile_and_run, [''])
-test('tup001', normal, compile_and_run, [''])
+test('tup001', normal, compile_and_run, [''])
-test('addr001', normal, compile_and_run, [''])
+test('addr001', normal, compile_and_run, [''])
test('dynamic001', normal, compile_and_run, [''])
test('dynamic002', normal, compile_and_run, [''])
test('dynamic003', extra_run_opts('+RTS -K32m -RTS'), compile_and_run, [''])
test('dynamic004', normal, compile_and_run, [''])
test('dynamic005', normal, compile_and_run, [''])
test('enum01', skip_if_fast, compile_and_run, ['-cpp'])
-test('enum02', skip_if_fast, compile_and_run, ['-cpp'])
-test('enum03', skip_if_fast, compile_and_run, ['-cpp'])
-test('enum04', normal, compile_and_run, [''])
-test('exceptionsrun001', normal, compile_and_run, [''])
-test('exceptionsrun002', normal, compile_and_run, [''])
-test('list001' , skip_if_fast, compile_and_run, [''])
+test('enum02', skip_if_fast, compile_and_run, ['-cpp'])
+test('enum03', skip_if_fast, compile_and_run, ['-cpp'])
+test('enum04', normal, compile_and_run, [''])
+test('exceptionsrun001', normal, compile_and_run, [''])
+test('exceptionsrun002', normal, compile_and_run, [''])
+test('list001' , skip_if_fast, compile_and_run, [''])
test('list002', skip_if_fast, compile_and_run, [''])
test('list003', skip_if_fast, compile_and_run, [''])
@@ -94,7 +94,7 @@ test('memo002',
[skip_if_fast,
extra_run_opts('20'),
extra_clean(['Memo2.hi', 'Memo2.o'])],
- multimod_compile_and_run, ['memo002',''])
+ multimod_compile_and_run, ['memo002',''])
test('packedstring001', reqlib('packedstring'), compile_and_run, ['-package packedstring'])
More information about the Cvs-ghc
mailing list