summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-25 16:17:58 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-25 16:17:58 +0000
commitb10760302482f0a340444fc7c4f8f3ffe1b250b1 (patch)
tree4c0959efa52436c13a563b93df226e0848f423cf /testsuite
parent08db66ab26cb0df4c6f17c005540ec6a85565e26 (diff)
downloadhaskell-b10760302482f0a340444fc7c4f8f3ffe1b250b1.tar.gz
Rename some numeric tests: nnnn -> Tnnnn
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/ghci/should_run/Makefile2
-rw-r--r--testsuite/tests/ghci/should_run/T2589.hs (renamed from testsuite/tests/ghci/should_run/2589.hs)0
-rw-r--r--testsuite/tests/ghci/should_run/T2589.stdout (renamed from testsuite/tests/ghci/should_run/2589.stdout)0
-rw-r--r--testsuite/tests/ghci/should_run/T2881.hs (renamed from testsuite/tests/ghci/should_run/2881.hs)0
-rw-r--r--testsuite/tests/ghci/should_run/T2881.stdout (renamed from testsuite/tests/ghci/should_run/2881.stdout)0
-rw-r--r--testsuite/tests/ghci/should_run/T3171.stdout (renamed from testsuite/tests/ghci/should_run/3171.stdout)0
-rw-r--r--testsuite/tests/ghci/should_run/all.T8
7 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/ghci/should_run/Makefile b/testsuite/tests/ghci/should_run/Makefile
index c61de97891..2558b54d08 100644
--- a/testsuite/tests/ghci/should_run/Makefile
+++ b/testsuite/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/testsuite/tests/ghci/should_run/2589.hs b/testsuite/tests/ghci/should_run/T2589.hs
index eadb9995e1..eadb9995e1 100644
--- a/testsuite/tests/ghci/should_run/2589.hs
+++ b/testsuite/tests/ghci/should_run/T2589.hs
diff --git a/testsuite/tests/ghci/should_run/2589.stdout b/testsuite/tests/ghci/should_run/T2589.stdout
index 0ca95142bb..0ca95142bb 100644
--- a/testsuite/tests/ghci/should_run/2589.stdout
+++ b/testsuite/tests/ghci/should_run/T2589.stdout
diff --git a/testsuite/tests/ghci/should_run/2881.hs b/testsuite/tests/ghci/should_run/T2881.hs
index 94ecfa6a00..94ecfa6a00 100644
--- a/testsuite/tests/ghci/should_run/2881.hs
+++ b/testsuite/tests/ghci/should_run/T2881.hs
diff --git a/testsuite/tests/ghci/should_run/2881.stdout b/testsuite/tests/ghci/should_run/T2881.stdout
index 06a735b308..06a735b308 100644
--- a/testsuite/tests/ghci/should_run/2881.stdout
+++ b/testsuite/tests/ghci/should_run/T2881.stdout
diff --git a/testsuite/tests/ghci/should_run/3171.stdout b/testsuite/tests/ghci/should_run/T3171.stdout
index c83176a2cf..c83176a2cf 100644
--- a/testsuite/tests/ghci/should_run/3171.stdout
+++ b/testsuite/tests/ghci/should_run/T3171.stdout
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T
index 527461af2c..d34eade39b 100644
--- a/testsuite/tests/ghci/should_run/all.T
+++ b/testsuite/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, [''])