[commit: ghc] master: More testsuite ignores. (ff7aaf5)
git at git.haskell.org
git at git.haskell.org
Mon Jul 7 14:14:22 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ff7aaf508be46fc0b873faa0d3002203130f7737/ghc
>---------------------------------------------------------------
commit ff7aaf508be46fc0b873faa0d3002203130f7737
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Mon Jul 7 15:14:12 2014 +0100
More testsuite ignores.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
ff7aaf508be46fc0b873faa0d3002203130f7737
testsuite/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 376318d..efb9c1c 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -275,6 +275,7 @@ mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk
/tests/concurrent/should_run/T5611
/tests/concurrent/should_run/T5866
/tests/concurrent/should_run/T7970
+/tests/concurrent/should_run/AtomicPrimops
/tests/concurrent/should_run/allowinterrupt001
/tests/concurrent/should_run/async001
/tests/concurrent/should_run/compareAndSwap
@@ -1372,6 +1373,7 @@ mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk
/tests/stranal/should_run/T2756b
/tests/stranal/should_run/T7649
/tests/stranal/should_run/T8425/T8425
+/tests/stranal/should_run/T9254
/tests/stranal/should_run/strun001
/tests/stranal/should_run/strun002
/tests/stranal/should_run/strun003
More information about the ghc-commits
mailing list