[commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (ffcccd0)
Ian Lynagh
igloo at earth.li
Sat Jan 26 01:29:32 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ffcccd06bbbc1a08c39bb788aeef52a88ad4fdc8
>---------------------------------------------------------------
commit ffcccd06bbbc1a08c39bb788aeef52a88ad4fdc8
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jan 25 16:17:58 2013 +0000
Rename some numeric tests: nnnn -> Tnnnn
>---------------------------------------------------------------
tests/ghci/should_run/Makefile | 2 +-
tests/ghci/should_run/{2589.hs => T2589.hs} | 0
.../ghci/should_run/{2589.stdout => T2589.stdout} | 0
tests/ghci/should_run/{2881.hs => T2881.hs} | 0
.../ghci/should_run/{2881.stdout => T2881.stdout} | 0
.../ghci/should_run/{3171.stdout => T3171.stdout} | 0
tests/ghci/should_run/all.T | 8 ++++----
7 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/ghci/should_run/Makefile b/tests/ghci/should_run/Makefile
index c61de97..2558b54 100644
--- a/tests/ghci/should_run/Makefile
+++ b/tests/ghci/should_run/Makefile
@@ -3,7 +3,7 @@ include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
# Test that threadDelay can be interrupted by ^C.
-3171:
+T3171:
echo "do Control.Concurrent.threadDelay 3000000; putStrLn \"threadDelay was not interrupted\"" | \
"$(TEST_HC)" $(TEST_HC_OPTS) -ignore-dot-ghci -v0 --interactive & \
sleep 2; kill -INT $$!; wait
diff --git a/tests/ghci/should_run/2589.hs b/tests/ghci/should_run/T2589.hs
similarity index 100%
rename from tests/ghci/should_run/2589.hs
rename to tests/ghci/should_run/T2589.hs
diff --git a/tests/ghci/should_run/2589.stdout b/tests/ghci/should_run/T2589.stdout
similarity index 100%
rename from tests/ghci/should_run/2589.stdout
rename to tests/ghci/should_run/T2589.stdout
diff --git a/tests/ghci/should_run/2881.hs b/tests/ghci/should_run/T2881.hs
similarity index 100%
rename from tests/ghci/should_run/2881.hs
rename to tests/ghci/should_run/T2881.hs
diff --git a/tests/ghci/should_run/2881.stdout b/tests/ghci/should_run/T2881.stdout
similarity index 100%
rename from tests/ghci/should_run/2881.stdout
rename to tests/ghci/should_run/T2881.stdout
diff --git a/tests/ghci/should_run/3171.stdout b/tests/ghci/should_run/T3171.stdout
similarity index 100%
rename from tests/ghci/should_run/3171.stdout
rename to tests/ghci/should_run/T3171.stdout
diff --git a/tests/ghci/should_run/all.T b/tests/ghci/should_run/all.T
index 527461a..d34eade 100644
--- a/tests/ghci/should_run/all.T
+++ b/tests/ghci/should_run/all.T
@@ -8,14 +8,14 @@ def just_ghci( opts ):
test('ghcirun001', just_ghci, compile_and_run, [''])
test('ghcirun002', just_ghci, compile_and_run, [''])
test('ghcirun003', just_ghci, compile_and_run, [''])
-test('2589', just_ghci, compile_and_run, [''])
-test('2881', just_ghci, compile_and_run, [''])
+test('T2589', just_ghci, compile_and_run, [''])
+test('T2881', just_ghci, compile_and_run, [''])
-test('3171',
+test('T3171',
[if_os('mingw32',skip),
req_interp,
combined_output],
run_command,
- ['$MAKE -s --no-print-directory 3171'])
+ ['$MAKE -s --no-print-directory T3171'])
test('ghcirun004', just_ghci, compile_and_run, [''])
More information about the ghc-commits
mailing list