diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-07-07 15:14:12 +0100 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-07-07 15:14:12 +0100 |
commit | ff7aaf508be46fc0b873faa0d3002203130f7737 (patch) | |
tree | 53d7a45b20dd6414b2e9e4e05aebce554ec4cf84 | |
parent | 74b6b04f64ed2489ec101407796e69c073fcf704 (diff) | |
download | haskell-ff7aaf508be46fc0b873faa0d3002203130f7737.tar.gz |
More testsuite ignores.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
-rw-r--r-- | testsuite/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 376318d1ae..efb9c1c204 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 |