[commit: process] master: Rename tests to not start with a digit (fb4ded3)
Ian Lynagh
igloo at earth.li
Fri Jan 25 14:40:29 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/process
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fb4ded381a392cc339eda6ca725e9a89a5f5e91d
>---------------------------------------------------------------
commit fb4ded381a392cc339eda6ca725e9a89a5f5e91d
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jan 25 01:29:34 2013 +0000
Rename tests to not start with a digit
>---------------------------------------------------------------
tests/{1780.hs => T1780.hs} | 0
tests/{1780.stdout => T1780.stdout} | 0
tests/{3231.hs => T3231.hs} | 0
tests/{3231.stdout => T3231.stdout} | 0
tests/{3994.hs => T3994.hs} | 0
tests/{3994.stdout => T3994.stdout} | 0
tests/{4198.hs => T4198.hs} | 0
tests/{4198.stdout => T4198.stdout} | 0
.../{4198.stdout-mingw32 => T4198.stdout-mingw32} | 0
tests/all.T | 8 ++++----
10 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/1780.hs b/tests/T1780.hs
similarity index 100%
rename from tests/1780.hs
rename to tests/T1780.hs
diff --git a/tests/1780.stdout b/tests/T1780.stdout
similarity index 100%
rename from tests/1780.stdout
rename to tests/T1780.stdout
diff --git a/tests/3231.hs b/tests/T3231.hs
similarity index 100%
rename from tests/3231.hs
rename to tests/T3231.hs
diff --git a/tests/3231.stdout b/tests/T3231.stdout
similarity index 100%
rename from tests/3231.stdout
rename to tests/T3231.stdout
diff --git a/tests/3994.hs b/tests/T3994.hs
similarity index 100%
rename from tests/3994.hs
rename to tests/T3994.hs
diff --git a/tests/3994.stdout b/tests/T3994.stdout
similarity index 100%
rename from tests/3994.stdout
rename to tests/T3994.stdout
diff --git a/tests/4198.hs b/tests/T4198.hs
similarity index 100%
rename from tests/4198.hs
rename to tests/T4198.hs
diff --git a/tests/4198.stdout b/tests/T4198.stdout
similarity index 100%
rename from tests/4198.stdout
rename to tests/T4198.stdout
diff --git a/tests/4198.stdout-mingw32 b/tests/T4198.stdout-mingw32
similarity index 100%
rename from tests/4198.stdout-mingw32
rename to tests/T4198.stdout-mingw32
diff --git a/tests/all.T b/tests/all.T
index 5d621ce..99b10fe 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -8,7 +8,7 @@ else:
proc004_config = normal
test('process004', [ proc004_config, normalise_exe ], compile_and_run, [''])
-test('1780', normal, compile_and_run, [''])
+test('T1780', normal, compile_and_run, [''])
test('process005', normal, compile_and_run, [''])
test('process006', normal, compile_and_run, [''])
@@ -17,18 +17,18 @@ test('process008', normal, compile_and_run, [''])
# not the normal way: this test runs processes from multiple threads, and
# will get stuck without the threaded RTS.
-test('3231',
+test('T3231',
[only_ways(['threaded1','threaded2']),
extra_clean(['foo1.txt', 'foo2.txt'])],
compile_and_run,
[''])
-test('4198',
+test('T4198',
[cmd_prefix('\'' + config.compiler + '\'' + ' exitminus1.c -no-hs-main -o exitminus1; '),
extra_clean(['exitminus1.o', 'exitminus1', 'exitminus1.exe'])],
compile_and_run,
[''])
-test('3994', only_ways(['threaded1','threaded2']), compile_and_run, [''])
+test('T3994', only_ways(['threaded1','threaded2']), compile_and_run, [''])
test('T4889', normal, compile_and_run, [''])
test('process009', if_os('mingw32', skip), compile_and_run, [''])
More information about the ghc-commits
mailing list