[commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (13b81c9)

Ian Lynagh igloo at earth.li
Sat Jan 26 01:29:20 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/13b81c976eedb974b9c34842c6cf6557a96aeee3

>---------------------------------------------------------------

commit 13b81c976eedb974b9c34842c6cf6557a96aeee3
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Jan 25 16:06:30 2013 +0000

    Rename some numeric tests: nnnn -> Tnnnn

>---------------------------------------------------------------

 .../profiling/should_compile/{2410.hs => T2410.hs} |    0 
 tests/profiling/should_compile/all.T               |    2 +-
 tests/profiling/should_run/{2592.hs => T2592.hs}   |    0 
 .../should_run/{2592.stderr => T2592.stderr}       |    2 +-
 tests/profiling/should_run/{5314.hs => T5314.hs}   |    0 
 .../should_run/{5314.stdout => T5314.stdout}       |    0 
 tests/profiling/should_run/all.T                   |    4 ++--
 7 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/profiling/should_compile/2410.hs b/tests/profiling/should_compile/T2410.hs
similarity index 100%
rename from tests/profiling/should_compile/2410.hs
rename to tests/profiling/should_compile/T2410.hs
diff --git a/tests/profiling/should_compile/all.T b/tests/profiling/should_compile/all.T
index b953903..cf7d48d 100644
--- a/tests/profiling/should_compile/all.T
+++ b/tests/profiling/should_compile/all.T
@@ -4,5 +4,5 @@
 test('prof001', compose(only_ways(['normal']), req_profiling), compile_and_run, ['-prof -caf-all'])
 test('prof002', compose(only_ways(['normal']), req_profiling), compile_and_run, ['-prof -caf-all'])
 
-test('2410', compose(only_ways(['normal']), req_profiling), compile, ['-O2 -prof -caf-all'])
+test('T2410', compose(only_ways(['normal']), req_profiling), compile, ['-O2 -prof -caf-all'])
 
diff --git a/tests/profiling/should_run/2592.hs b/tests/profiling/should_run/T2592.hs
similarity index 100%
rename from tests/profiling/should_run/2592.hs
rename to tests/profiling/should_run/T2592.hs
diff --git a/tests/profiling/should_run/2592.stderr b/tests/profiling/should_run/T2592.stderr
similarity index 79%
rename from tests/profiling/should_run/2592.stderr
rename to tests/profiling/should_run/T2592.stderr
index 4786763..724ef0e 100644
--- a/tests/profiling/should_run/2592.stderr
+++ b/tests/profiling/should_run/T2592.stderr
@@ -1,3 +1,3 @@
-2592: Heap exhausted;
+T2592: Heap exhausted;
 Current maximum heap size is 1048576 bytes (1 MB);
 use `+RTS -M<size>' to increase it.
diff --git a/tests/profiling/should_run/5314.hs b/tests/profiling/should_run/T5314.hs
similarity index 100%
rename from tests/profiling/should_run/5314.hs
rename to tests/profiling/should_run/T5314.hs
diff --git a/tests/profiling/should_run/5314.stdout b/tests/profiling/should_run/T5314.stdout
similarity index 100%
rename from tests/profiling/should_run/5314.stdout
rename to tests/profiling/should_run/T5314.stdout
diff --git a/tests/profiling/should_run/all.T b/tests/profiling/should_run/all.T
index 539e0e7..3722209 100644
--- a/tests/profiling/should_run/all.T
+++ b/tests/profiling/should_run/all.T
@@ -9,7 +9,7 @@ test('heapprof001',
                extra_run_opts('7')]),
      compile_and_run, [''])
 
-test('2592',
+test('T2592',
      [only_ways(['profasm']), req_profiling,
       extra_run_opts('+RTS -M1m -RTS'), exit_code(251)],
      compile_and_run, [''])
@@ -43,7 +43,7 @@ test('scc004', [req_profiling,
      compile_and_run,
      [''])
 
-test('5314',
+test('T5314',
      [ only_ways(prof_ways),
        extra_ways(extra_prof_ways),
        req_profiling ],





More information about the ghc-commits mailing list