[commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (1a9586c)
Ian Lynagh
igloo at earth.li
Sat Jan 26 01:29:22 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1a9586c0627696652cb486dffcfa4aa0981b2b1c
>---------------------------------------------------------------
commit 1a9586c0627696652cb486dffcfa4aa0981b2b1c
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jan 25 16:07:13 2013 +0000
Rename some numeric tests: nnnn -> Tnnnn
>---------------------------------------------------------------
tests/perf/should_run/{3586.hs => T3586.hs} | 0
.../perf/should_run/{3586.stdout => T3586.stdout} | 0
tests/perf/should_run/all.T | 2 +-
3 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/perf/should_run/3586.hs b/tests/perf/should_run/T3586.hs
similarity index 100%
rename from tests/perf/should_run/3586.hs
rename to tests/perf/should_run/T3586.hs
diff --git a/tests/perf/should_run/3586.stdout b/tests/perf/should_run/T3586.stdout
similarity index 100%
rename from tests/perf/should_run/3586.stdout
rename to tests/perf/should_run/T3586.stdout
diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index d7fe600..9d1c0ad 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -3,7 +3,7 @@
# fortunately the values here are mostly independent of the wordsize,
# because the test allocates an unboxed array of doubles.
-test('3586',
+test('T3586',
[stats_num_field('peak_megabytes_allocated', 17,
18),
# expected value: 17 (amd64/Linux)
More information about the ghc-commits
mailing list