[commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (693dc73)
Ian Lynagh
igloo at earth.li
Fri Jan 25 16:32:59 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/693dc735527dd34ba9e279df024822de5fb3d2ea
>---------------------------------------------------------------
commit 693dc735527dd34ba9e279df024822de5fb3d2ea
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jan 25 13:56:36 2013 +0000
Rename some numeric tests: nnnn -> Tnnnn
>---------------------------------------------------------------
tests/numeric/should_run/{1603.hs => T1603.hs} | 0
.../should_run/{1603.stdout => T1603.stdout} | 0
tests/numeric/should_run/{3676.hs => T3676.hs} | 0
.../should_run/{3676.stdout => T3676.stdout} | 0
tests/numeric/should_run/{4381.hs => T4381.hs} | 0
.../should_run/{4381.stdout => T4381.stdout} | 0
tests/numeric/should_run/{4383.hs => T4383.hs} | 0
.../should_run/{4383.stdout => T4383.stdout} | 0
tests/numeric/should_run/all.T | 8 ++++----
9 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/numeric/should_run/1603.hs b/tests/numeric/should_run/T1603.hs
similarity index 100%
rename from tests/numeric/should_run/1603.hs
rename to tests/numeric/should_run/T1603.hs
diff --git a/tests/numeric/should_run/1603.stdout b/tests/numeric/should_run/T1603.stdout
similarity index 100%
rename from tests/numeric/should_run/1603.stdout
rename to tests/numeric/should_run/T1603.stdout
diff --git a/tests/numeric/should_run/3676.hs b/tests/numeric/should_run/T3676.hs
similarity index 100%
rename from tests/numeric/should_run/3676.hs
rename to tests/numeric/should_run/T3676.hs
diff --git a/tests/numeric/should_run/3676.stdout b/tests/numeric/should_run/T3676.stdout
similarity index 100%
rename from tests/numeric/should_run/3676.stdout
rename to tests/numeric/should_run/T3676.stdout
diff --git a/tests/numeric/should_run/4381.hs b/tests/numeric/should_run/T4381.hs
similarity index 100%
rename from tests/numeric/should_run/4381.hs
rename to tests/numeric/should_run/T4381.hs
diff --git a/tests/numeric/should_run/4381.stdout b/tests/numeric/should_run/T4381.stdout
similarity index 100%
rename from tests/numeric/should_run/4381.stdout
rename to tests/numeric/should_run/T4381.stdout
diff --git a/tests/numeric/should_run/4383.hs b/tests/numeric/should_run/T4383.hs
similarity index 100%
rename from tests/numeric/should_run/4383.hs
rename to tests/numeric/should_run/T4383.hs
diff --git a/tests/numeric/should_run/4383.stdout b/tests/numeric/should_run/T4383.stdout
similarity index 100%
rename from tests/numeric/should_run/4383.stdout
rename to tests/numeric/should_run/T4383.stdout
diff --git a/tests/numeric/should_run/all.T b/tests/numeric/should_run/all.T
index c5cfc8c..beee59d 100644
--- a/tests/numeric/should_run/all.T
+++ b/tests/numeric/should_run/all.T
@@ -49,10 +49,10 @@ test('arith018', normal, compile_and_run, [''])
test('arith019', normal, compile_and_run, [''])
test('expfloat', normal, compile_and_run, [''])
-test('1603', skip, compile_and_run, [''])
-test('3676', expect_broken(3676), compile_and_run, [''])
-test('4381', normal, compile_and_run, [''])
-test('4383', normal, compile_and_run, [''])
+test('T1603', skip, compile_and_run, [''])
+test('T3676', expect_broken(3676), compile_and_run, [''])
+test('T4381', normal, compile_and_run, [''])
+test('T4383', normal, compile_and_run, [''])
test('add2', normal, compile_and_run, ['-fobject-code'])
test('mul2', normal, compile_and_run, ['-fobject-code'])
More information about the ghc-commits
mailing list