diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-25 15:56:17 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-25 15:56:17 +0000 |
commit | fc4e1946a3e8fdb05f5234a7207335a0416ac0c9 (patch) | |
tree | a3c18bc0cc2360cdc9e18c8a97a4dee7879ca5d0 | |
parent | ff813a6ebf7b88931d332451efa5e5c68f5bcfdd (diff) | |
download | haskell-fc4e1946a3e8fdb05f5234a7207335a0416ac0c9.tar.gz |
Rename some numeric tests: nnnn -> Tnnnn
-rw-r--r-- | testsuite/tests/ghc-e/should_run/Makefile | 12 | ||||
-rw-r--r-- | testsuite/tests/ghc-e/should_run/T2228.hs (renamed from testsuite/tests/ghc-e/should_run/2228.hs) | 0 | ||||
-rw-r--r-- | testsuite/tests/ghc-e/should_run/T2228.stdout (renamed from testsuite/tests/ghc-e/should_run/2228.stdout) | 0 | ||||
-rw-r--r-- | testsuite/tests/ghc-e/should_run/T2636.hs (renamed from testsuite/tests/ghc-e/should_run/2636.hs) | 0 | ||||
-rw-r--r-- | testsuite/tests/ghc-e/should_run/T2636.stderr (renamed from testsuite/tests/ghc-e/should_run/2636.stderr) | 2 | ||||
-rw-r--r-- | testsuite/tests/ghc-e/should_run/T3890.hs (renamed from testsuite/tests/ghc-e/should_run/3890.hs) | 0 | ||||
-rw-r--r-- | testsuite/tests/ghc-e/should_run/T3890.stdout (renamed from testsuite/tests/ghc-e/should_run/3890.stdout) | 0 | ||||
-rw-r--r-- | testsuite/tests/ghc-e/should_run/all.T | 8 |
8 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/tests/ghc-e/should_run/Makefile b/testsuite/tests/ghc-e/should_run/Makefile index 3596f02625..1971004d4c 100644 --- a/testsuite/tests/ghc-e/should_run/Makefile +++ b/testsuite/tests/ghc-e/should_run/Makefile @@ -18,14 +18,14 @@ ghc-e004: ghc-e005: '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -main-is foo ghc-e005.hs -e ":set prog ghc-e005-prog" -e ":main [\"the\",\"args\"]"; echo $$? -2228: - '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e ":main" 2228.hs +T2228: + '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e ":main" T2228.hs -2636: - '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e ":main" 2636.hs; if [ "$?" != 0 ]; then true; else false; fi +T2636: + '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e ":main" T2636.hs; if [ "$?" != 0 ]; then true; else false; fi -3890: - '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e ":main" 3890.hs | cat +T3890: + '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e ":main" T3890.hs | cat T7299: '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e "Control.Concurrent.threadDelay (1000 * 1000)" diff --git a/testsuite/tests/ghc-e/should_run/2228.hs b/testsuite/tests/ghc-e/should_run/T2228.hs index 0c53c5ae13..0c53c5ae13 100644 --- a/testsuite/tests/ghc-e/should_run/2228.hs +++ b/testsuite/tests/ghc-e/should_run/T2228.hs diff --git a/testsuite/tests/ghc-e/should_run/2228.stdout b/testsuite/tests/ghc-e/should_run/T2228.stdout index 07576b5a74..07576b5a74 100644 --- a/testsuite/tests/ghc-e/should_run/2228.stdout +++ b/testsuite/tests/ghc-e/should_run/T2228.stdout diff --git a/testsuite/tests/ghc-e/should_run/2636.hs b/testsuite/tests/ghc-e/should_run/T2636.hs index 9c6694955a..9c6694955a 100644 --- a/testsuite/tests/ghc-e/should_run/2636.hs +++ b/testsuite/tests/ghc-e/should_run/T2636.hs diff --git a/testsuite/tests/ghc-e/should_run/2636.stderr b/testsuite/tests/ghc-e/should_run/T2636.stderr index e69b54b36e..369890fa2e 100644 --- a/testsuite/tests/ghc-e/should_run/2636.stderr +++ b/testsuite/tests/ghc-e/should_run/T2636.stderr @@ -1,4 +1,4 @@ -2636.hs:1:8: +T2636.hs:1:8: Could not find module `MissingModule' Use -v to see a list of the files searched for. diff --git a/testsuite/tests/ghc-e/should_run/3890.hs b/testsuite/tests/ghc-e/should_run/T3890.hs index a72e5c82a0..a72e5c82a0 100644 --- a/testsuite/tests/ghc-e/should_run/3890.hs +++ b/testsuite/tests/ghc-e/should_run/T3890.hs diff --git a/testsuite/tests/ghc-e/should_run/3890.stdout b/testsuite/tests/ghc-e/should_run/T3890.stdout index 7e6c303ad6..7e6c303ad6 100644 --- a/testsuite/tests/ghc-e/should_run/3890.stdout +++ b/testsuite/tests/ghc-e/should_run/T3890.stdout diff --git a/testsuite/tests/ghc-e/should_run/all.T b/testsuite/tests/ghc-e/should_run/all.T index e5a252978b..da14b703c2 100644 --- a/testsuite/tests/ghc-e/should_run/all.T +++ b/testsuite/tests/ghc-e/should_run/all.T @@ -7,10 +7,10 @@ test('ghc-e003', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e0 test('ghc-e004', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e004']) test('ghc-e005', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e005']) -test('2228', +test('T2228', [req_interp, if_ghci_dynamic(expect_broken(7298))], run_command, - ['$MAKE --no-print-directory -s 2228']) -test('2636', req_interp, run_command, ['$MAKE --no-print-directory -s 2636']) -test('3890', req_interp, run_command, ['$MAKE --no-print-directory -s 3890']) + ['$MAKE --no-print-directory -s T2228']) +test('T2636', req_interp, run_command, ['$MAKE --no-print-directory -s T2636']) +test('T3890', req_interp, run_command, ['$MAKE --no-print-directory -s T3890']) test('T7299', req_interp, run_command, ['$MAKE --no-print-directory -s T7299']) |