Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix On branch : master
http://hackage.haskell.org/trac/ghc/changeset/67c5131fb6c03cc4ec4a378b0f124bdeec71ed93 >--------------------------------------------------------------- commit 67c5131fb6c03cc4ec4a378b0f124bdeec71ed93 Author: Ian Lynagh <i...@well-typed.com> Date: Fri Jan 25 01:29:44 2013 +0000 Rename tests to not start with a digit >--------------------------------------------------------------- tests/{1185.hs => T1185.hs} | 0 tests/{1185.stdout => T1185.stdout} | 0 tests/{3816.hs => T3816.hs} | 0 tests/{3816.stdout => T3816.stdout} | 0 tests/all.T | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/1185.hs b/tests/T1185.hs similarity index 100% rename from tests/1185.hs rename to tests/T1185.hs diff --git a/tests/1185.stdout b/tests/T1185.stdout similarity index 100% rename from tests/1185.stdout rename to tests/T1185.stdout diff --git a/tests/3816.hs b/tests/T3816.hs similarity index 100% rename from tests/3816.hs rename to tests/T3816.hs diff --git a/tests/3816.stdout b/tests/T3816.stdout similarity index 100% rename from tests/3816.stdout rename to tests/T3816.stdout diff --git a/tests/all.T b/tests/all.T index 455f373..e6aaefc 100644 --- a/tests/all.T +++ b/tests/all.T @@ -52,14 +52,14 @@ test('fileStatusByteString', ['-package unix']) -test('1185', normal, compile_and_run, ['-package unix']) +test('T1185', normal, compile_and_run, ['-package unix']) # This test fails for me on x86/Linux with a "does not exist" error. # Running with strace shows it is trying to talk to winbindd (part of # Samba), so I think the failure has nothing to do with GHC. Also it # works on a different machine that doesn't have Samba installed. # --SDM 18/05/2010 -test('3816', normal, compile_and_run, ['-package unix']) +test('T3816', normal, compile_and_run, ['-package unix']) test('processGroup001', normal, compile_and_run, ['-package unix']) test('processGroup002', normal, compile_and_run, ['-package unix']) _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits