[commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (1e581cc)
Ian Lynagh
igloo at earth.li
Sat Jan 26 01:29:34 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1e581ccef6cfa0d7ca533bcd1612802c1d3e0e07
>---------------------------------------------------------------
commit 1e581ccef6cfa0d7ca533bcd1612802c1d3e0e07
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jan 25 16:20:52 2013 +0000
Rename some numeric tests: nnnn -> Tnnnn
>---------------------------------------------------------------
tests/concurrent/{2317 => T2317}/Makefile | 0
tests/concurrent/{2317/2317.hs => T2317/T2317.hs} | 0
.../{2317/2317.stdout => T2317/T2317.stdout} | 0
tests/concurrent/{2317 => T2317}/all.T | 4 ++--
tests/hsc2hs/Makefile | 4 ++--
tests/hsc2hs/{3837.hsc => T3837.hsc} | 0
tests/hsc2hs/all.T | 6 +++---
tests/rename/should_compile/{2334.hs => T2334.hs} | 0
tests/rename/should_compile/all.T | 2 +-
9 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tests/concurrent/2317/Makefile b/tests/concurrent/T2317/Makefile
similarity index 100%
rename from tests/concurrent/2317/Makefile
rename to tests/concurrent/T2317/Makefile
diff --git a/tests/concurrent/2317/2317.hs b/tests/concurrent/T2317/T2317.hs
similarity index 100%
rename from tests/concurrent/2317/2317.hs
rename to tests/concurrent/T2317/T2317.hs
diff --git a/tests/concurrent/2317/2317.stdout b/tests/concurrent/T2317/T2317.stdout
similarity index 100%
rename from tests/concurrent/2317/2317.stdout
rename to tests/concurrent/T2317/T2317.stdout
diff --git a/tests/concurrent/2317/all.T b/tests/concurrent/T2317/all.T
similarity index 74%
rename from tests/concurrent/2317/all.T
rename to tests/concurrent/T2317/all.T
index ab4e890..0ad9db3 100644
--- a/tests/concurrent/2317/all.T
+++ b/tests/concurrent/T2317/all.T
@@ -1,5 +1,5 @@
-test('2317',
+test('T2317',
[skip_if_fast,
reqlib('parallel'), reqlib('random')],
multimod_compile_and_run,
- ['2317',''])
+ ['T2317',''])
diff --git a/tests/hsc2hs/Makefile b/tests/hsc2hs/Makefile
index 9fbd62c..ec16b16 100644
--- a/tests/hsc2hs/Makefile
+++ b/tests/hsc2hs/Makefile
@@ -24,7 +24,7 @@ hsc2hs004:
'$(TEST_HC)' $(TEST_HC_OPTS) -v0 --make $@
./$@
-.PHONY: 3837
-3837:
+.PHONY: T3837
+T3837:
LANG=C '$(HSC2HS)' $@.hsc
'$(TEST_HC)' $(TEST_HC_OPTS) -c $@.hs
diff --git a/tests/hsc2hs/3837.hsc b/tests/hsc2hs/T3837.hsc
similarity index 100%
rename from tests/hsc2hs/3837.hsc
rename to tests/hsc2hs/T3837.hsc
diff --git a/tests/hsc2hs/all.T b/tests/hsc2hs/all.T
index b358dc4..b095791 100644
--- a/tests/hsc2hs/all.T
+++ b/tests/hsc2hs/all.T
@@ -20,8 +20,8 @@ test('hsc2hs004',
['$MAKE -s --no-print-directory hsc2hs004'])
-test('3837',
- [extra_clean(['3837.hs', '3837_hsc_make.c'])],
+test('T3837',
+ [extra_clean(['T3837.hs', 'T3837_hsc_make.c'])],
run_command,
- ['$MAKE -s --no-print-directory 3837'])
+ ['$MAKE -s --no-print-directory T3837'])
diff --git a/tests/rename/should_compile/2334.hs b/tests/rename/should_compile/T2334.hs
similarity index 100%
rename from tests/rename/should_compile/2334.hs
rename to tests/rename/should_compile/T2334.hs
diff --git a/tests/rename/should_compile/all.T b/tests/rename/should_compile/all.T
index 0a51cd7..f31b0a0 100644
--- a/tests/rename/should_compile/all.T
+++ b/tests/rename/should_compile/all.T
@@ -113,7 +113,7 @@ test('rn067',
test('T1972', normal, compile, [''])
test('T2205', normal, compile, [''])
-test('2334', normal, compile, [''])
+test('T2334', normal, compile, [''])
test('T2506', normal, compile, [''])
test('T2914', normal, compile, [''])
test('T3221', normal, compile, [''])
More information about the ghc-commits
mailing list