summaryrefslogtreecommitdiff
path: root/testsuite/.gitignore
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2015-09-18 22:30:12 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2015-09-30 15:45:53 -0700
commit23baa652e639ad6849a3bce57fa48a39e43cef84 (patch)
tree9e0781080228aac3410cf5ccfe0793997fd90d95 /testsuite/.gitignore
parent2eddcd9b65b7baf70dd3cc5a0b02cf0076c75560 (diff)
downloadhaskell-23baa652e639ad6849a3bce57fa48a39e43cef84.tar.gz
.gitignore update for some test files.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r--testsuite/.gitignore93
1 files changed, 66 insertions, 27 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 88c89deb64..a1481ad1ce 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -61,8 +61,13 @@ mk/ghcconfig*_bin_ghc*.exe.mk
# -----------------------------------------------------------------------------
# specific generated files
+#
+# NOTE: to edit this section in Vim, add your ignore annotations some where
+# in the list, select the entire section and say ':sort u' to sort it.
/mk/ghc-config
+
+/tests/ado/ado001
/tests/annotations/should_compile/th/build_make
/tests/annotations/should_run/Config.hs
/tests/annotations/should_run/annrun01
@@ -112,12 +117,6 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/cabal/cabal05/r-0.1.0.0/
/tests/cabal/cabal06/inst-*/
/tests/cabal/cabal06/tmp*
-/tests/cabal/sigcabal01/Main
-/tests/cabal/sigcabal01/tmp*
-/tests/cabal/sigcabal01/inst-*
-/tests/cabal/sigcabal01/p_lazy
-/tests/cabal/sigcabal01/p_strict
-/tests/cabal/sigcabal01/containers
/tests/cabal/local01.package.conf/
/tests/cabal/local03.package.conf/
/tests/cabal/local04.package.conf/
@@ -135,6 +134,12 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/cabal/shadow1.out
/tests/cabal/shadow2.out
/tests/cabal/shadow3.out
+/tests/cabal/sigcabal01/Main
+/tests/cabal/sigcabal01/containers
+/tests/cabal/sigcabal01/inst-*
+/tests/cabal/sigcabal01/p_lazy
+/tests/cabal/sigcabal01/p_strict
+/tests/cabal/sigcabal01/tmp*
/tests/callarity/perf/T3924
/tests/callarity/should_run/StrictLet
/tests/callarity/unittest/CallArity1
@@ -158,11 +163,15 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/codeGen/should_run/5747
/tests/codeGen/should_run/5785
/tests/codeGen/should_run/6146
+/tests/codeGen/should_run/CgStaticPointers
+/tests/codeGen/should_run/CmmSwitchTest
/tests/codeGen/should_run/CopySmallArray
/tests/codeGen/should_run/CopySmallArrayStressTest
/tests/codeGen/should_run/SizeOfSmallArray
/tests/codeGen/should_run/StaticArraySize
/tests/codeGen/should_run/StaticByteArraySize
+/tests/codeGen/should_run/T10245
+/tests/codeGen/should_run/T10246
/tests/codeGen/should_run/T10414
/tests/codeGen/should_run/T10521
/tests/codeGen/should_run/T10521b
@@ -259,6 +268,7 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/codeGen/should_run/cgrun070
/tests/codeGen/should_run/cgrun071
/tests/codeGen/should_run/cgrun072
+/tests/codeGen/should_run/cgrun074
/tests/codeGen/should_run/setByteArray
/tests/concurrent/T2317/T2317
/tests/concurrent/prog001/concprog001
@@ -282,6 +292,7 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/concurrent/should_run/5558
/tests/concurrent/should_run/5611
/tests/concurrent/should_run/5866
+/tests/concurrent/should_run/AtomicPrimops
/tests/concurrent/should_run/T1980
/tests/concurrent/should_run/T2910
/tests/concurrent/should_run/T2910a
@@ -298,7 +309,11 @@ mk/ghcconfig*_bin_ghc*.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/T9379
+/tests/concurrent/should_run/allocLimit1
+/tests/concurrent/should_run/allocLimit2
+/tests/concurrent/should_run/allocLimit3
+/tests/concurrent/should_run/allocLimit4
/tests/concurrent/should_run/allowinterrupt001
/tests/concurrent/should_run/async001
/tests/concurrent/should_run/compareAndSwap
@@ -369,20 +384,23 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/concurrent/should_run/readMVar2
/tests/concurrent/should_run/readMVar3
/tests/concurrent/should_run/setnumcapabilities001
+/tests/concurrent/should_run/threadstatus-9333
/tests/concurrent/should_run/throwto001
/tests/concurrent/should_run/throwto002
/tests/concurrent/should_run/throwto003
/tests/concurrent/should_run/tryReadMVar1
/tests/concurrent/should_run/tryReadMVar2
-/tests/concurrent/should_run/threadstatus-9333
/tests/cpranal/should_run/CPRRepeat
/tests/deSugar/should_run/DsLambdaCase
/tests/deSugar/should_run/DsMultiWayIf
+/tests/deSugar/should_run/DsStaticPointers
+/tests/deSugar/should_run/DsStrictData
/tests/deSugar/should_run/T246
/tests/deSugar/should_run/T3126
/tests/deSugar/should_run/T3382
/tests/deSugar/should_run/T5742
/tests/deSugar/should_run/T8952
+/tests/deSugar/should_run/T9844
/tests/deSugar/should_run/dsrun001
/tests/deSugar/should_run/dsrun002
/tests/deSugar/should_run/dsrun003
@@ -414,6 +432,8 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/deSugar/should_run/mc06
/tests/deSugar/should_run/mc07
/tests/deSugar/should_run/mc08
+/tests/deriving/should_run/T10104
+/tests/deriving/should_run/T10447
/tests/deriving/should_run/T2529
/tests/deriving/should_run/T4136
/tests/deriving/should_run/T4528a
@@ -421,7 +441,8 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/deriving/should_run/T5628
/tests/deriving/should_run/T5712
/tests/deriving/should_run/T7931
-/tests/deriving/should_run/T10104
+/tests/deriving/should_run/T9576
+/tests/deriving/should_run/T9830
/tests/deriving/should_run/drvrun-foldable1
/tests/deriving/should_run/drvrun-functor1
/tests/deriving/should_run/drvrun001
@@ -531,6 +552,7 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/driver/T706.hs
/tests/driver/T7060dump/
/tests/driver/T7373/package.conf
+/tests/driver/T7373/package.conf.d/
/tests/driver/T7373/pkg/Setup
/tests/driver/T7373/pkg/dist/
/tests/driver/T7835/Test
@@ -576,12 +598,8 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/driver/out019/
/tests/driver/recomp001/B.hs
/tests/driver/recomp001/C
-/tests/driver/retc001/B.hs
-/tests/driver/retc001/C
/tests/driver/recomp003/Data/
/tests/driver/recomp003/err
-/tests/driver/retc003/Data/
-/tests/driver/retc003/err
/tests/driver/recomp004/MainX
/tests/driver/recomp004/MainX.hs
/tests/driver/recomp004/c.c
@@ -616,6 +634,10 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/driver/recomp014/B.hs-boot
/tests/driver/recomp014/C.hs
/tests/driver/recomp014/recomp014
+/tests/driver/retc001/B.hs
+/tests/driver/retc001/C
+/tests/driver/retc003/Data/
+/tests/driver/retc003/err
/tests/driver/rtsOpts
/tests/driver/rtsopts002
/tests/driver/sigof01/Main
@@ -687,6 +709,7 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/ffi/should_run/ffi020
/tests/ffi/should_run/ffi021
/tests/ffi/should_run/ffi022
+/tests/ffi/should_run/ffi023
/tests/ffi/should_run/ffi_parsing_001
/tests/ffi/should_run/fptr01
/tests/ffi/should_run/fptr02
@@ -709,7 +732,12 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/generics/GMap/GMap1
/tests/generics/GShow/GShow1
/tests/generics/GenNewtype
+/tests/generics/T10030
+/tests/generics/T5462Yes1
+/tests/generics/T5462Yes2
/tests/generics/Uniplate/GUniplate1
+/tests/ghc-api/T10052/T10052
+/tests/ghc-api/T10508_api
/tests/ghc-api/T4891/T4891
/tests/ghc-api/T6145
/tests/ghc-api/T7478/A
@@ -717,8 +745,6 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/ghc-api/T8628
/tests/ghc-api/T8639_api
/tests/ghc-api/T9595
-/tests/ghc-api/T10052/T10052
-/tests/ghc-api/T10508_api
/tests/ghc-api/apirecomp001/myghc
/tests/ghc-api/dynCompileExpr/dynCompileExpr
/tests/ghc-api/ghcApi
@@ -1043,6 +1069,7 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/numeric/should_run/4383
/tests/numeric/should_run/CarryOverflow
/tests/numeric/should_run/NumDecimals
+/tests/numeric/should_run/T10011
/tests/numeric/should_run/T3676
/tests/numeric/should_run/T4381
/tests/numeric/should_run/T4383
@@ -1053,7 +1080,6 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/numeric/should_run/T7689
/tests/numeric/should_run/T8726
/tests/numeric/should_run/T9810
-/tests/numeric/should_run/T10011
/tests/numeric/should_run/add2
/tests/numeric/should_run/arith001
/tests/numeric/should_run/arith002
@@ -1110,6 +1136,10 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/parser/unicode/T6016
/tests/parser/unicode/T6016-twoBOMs
/tests/parser/unicode/utf8_024
+/tests/patsyn/should_compile/A.hs
+/tests/patsyn/should_compile/B.hs
+/tests/patsyn/should_compile/T8584-1a.hs
+/tests/patsyn/should_run/T9783
/tests/patsyn/should_run/bidir-explicit
/tests/patsyn/should_run/bidir-explicit-scope
/tests/patsyn/should_run/eval
@@ -1196,10 +1226,15 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/perf/space_leaks/T4334.stats
/tests/perf/space_leaks/space_leak_001
/tests/perf/space_leaks/space_leak_001.stats
+/tests/plugins/T10420
+/tests/plugins/annotation-plugin/pkg.T10294/
+/tests/plugins/annotation-plugin/pkg.T10294a/
/tests/plugins/plugins01
/tests/plugins/plugins05
/tests/plugins/plugins06
/tests/plugins/plugins07
+/tests/plugins/rule-defining-plugin/pkg.T10420/
+/tests/plugins/rule-defining-plugin/pkg.plugins07/
/tests/plugins/simple-plugin/dist/
/tests/plugins/simple-plugin/install/
/tests/plugins/simple-plugin/local.package.conf
@@ -1207,19 +1242,15 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/plugins/simple-plugin/pkg.plugins02/
/tests/plugins/simple-plugin/pkg.plugins03/
/tests/plugins/simple-plugin/setup
-/tests/plugins/rule-defining-plugin/pkg.T10420/
-/tests/plugins/rule-defining-plugin/pkg.plugins07/
-/tests/plugins/annotation-plugin/pkg.T10294/
-/tests/plugins/annotation-plugin/pkg.T10294a/
-/tests/plugins/T10420
/tests/polykinds/Freeman
/tests/polykinds/MonoidsFD
/tests/polykinds/MonoidsTF
/tests/polykinds/PolyKinds09
/tests/polykinds/PolyKinds10
+/tests/primops/should_run/T10481
/tests/primops/should_run/T6135
/tests/primops/should_run/T7689
-/tests/primops/should_run/T10481
+/tests/primops/should_run/T9430
/tests/profiling/should_compile/prof001
/tests/profiling/should_compile/prof002
/tests/profiling/should_run/2592
@@ -1311,6 +1342,9 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/rts/5644/5644
/tests/rts/5993
/tests/rts/7087
+/tests/rts/GcStaticPointers
+/tests/rts/ListStaticPointers
+/tests/rts/T10590
/tests/rts/T2047
/tests/rts/T2615
/tests/rts/T2783
@@ -1349,7 +1383,6 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/rts/bug1010
/tests/rts/derefnull
/tests/rts/divbyzero
-/tests/rts/rdynamic
/tests/rts/exec_signals
/tests/rts/exec_signals_child
/tests/rts/exec_signals_prepare
@@ -1362,6 +1395,7 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/rts/overflow2
/tests/rts/overflow3
/tests/rts/prep.out
+/tests/rts/rdynamic
/tests/rts/return_mem_to_os
/tests/rts/rtsflags001
/tests/rts/rtsflags002
@@ -1401,6 +1435,7 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/simplCore/should_compile/T4138.simpl
/tests/simplCore/should_compile/T7702plugin/pkg.T7702/
/tests/simplCore/should_compile/T7796.prep
+/tests/simplCore/should_fail/T7411
/tests/simplCore/should_run/SeqRule
/tests/simplCore/should_run/T2110
/tests/simplCore/should_run/T2756
@@ -1424,6 +1459,7 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/simplCore/should_run/T7101
/tests/simplCore/should_run/T7924
/tests/simplCore/should_run/T9128
+/tests/simplCore/should_run/T9390
/tests/simplCore/should_run/runST
/tests/simplCore/should_run/simplrun001
/tests/simplCore/should_run/simplrun002
@@ -1478,8 +1514,9 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/typecheck/should_fail/T3468.o-boot
/tests/typecheck/should_fail/tcfail149
/tests/typecheck/should_run/Defer01
-/tests/typecheck/should_run/IPRun
/tests/typecheck/should_run/IPLocation
+/tests/typecheck/should_run/IPRun
+/tests/typecheck/should_run/T10284
/tests/typecheck/should_run/T1624
/tests/typecheck/should_run/T1735
/tests/typecheck/should_run/T2722
@@ -1500,6 +1537,11 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/typecheck/should_run/T7861
/tests/typecheck/should_run/T8492
/tests/typecheck/should_run/T8739
+/tests/typecheck/should_run/T9497a-run
+/tests/typecheck/should_run/T9497b-run
+/tests/typecheck/should_run/T9497c-run
+/tests/typecheck/should_run/T9858c
+/tests/typecheck/should_run/T9858d
/tests/typecheck/should_run/TcCoercible
/tests/typecheck/should_run/TcNullaryTC
/tests/typecheck/should_run/TcTypeNatSimpleRun
@@ -1556,9 +1598,6 @@ mk/ghcconfig*_bin_ghc*.exe.mk
/tests/typecheck/should_run/tcrun051
/tests/typecheck/should_run/testeq2
/tests/typecheck/testeq1/typecheck.testeq1
-/tests/concurrent/should_run/T9379
-/tests/simplCore/should_run/T9390
/timeout/calibrate.out
/timeout/dist/
/timeout/install-inplace/
-/tests/driver/T7373/package.conf.d/