summaryrefslogtreecommitdiff
path: root/testsuite/.gitignore
blob: d01e08fa40ca4348b85a716195d0198c4a64d7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
# -----------------------------------------------------------------------------
# generic generated file patterns

.DS_Store
Thumbs.db

*~
#*#
*.bak
*.tix
*.stackdump
*.BAK
*.orig
*.prof
*.aux

*_stub.h
*_stub.c

*.exe
*.hi
*.hi-boot
*.o
*.o-boot
*.pyc
*.normalised
*.eventlog
*.comp.std*

.hpc

*.genscript
*.interp.stdout
*.interp.stderr
*.run.stdout
*.run.stderr

*bindisttest_install___dir_bin_ghc.mk

# -----------------------------------------------------------------------------
# specific generated files

tests/cabal/local01.package.conf/
tests/cabal/local03.package.conf/
tests/cabal/local04.package.conf/
tests/cabal/local05a.package.conf/
tests/cabal/local05b.package.conf/
tests/cabal/local06.package.conf/
tests/cabal/local1750.package.conf/
tests/cabal/localshadow1.package.conf/
tests/cabal/localshadow2.package.conf/
tests/cabal/package.conf.ghcpkg02/
tests/cabal/shadow1.out
tests/cabal/shadow2.out
tests/cabal/shadow3.out
tests/driver/3674_pre
tests/driver/A012.ooo
tests/driver/A013.xhi
tests/driver/B022/C.ooo
tests/driver/B023/C.xhi
tests/driver/B024a/
tests/driver/F018a.obj.018
tests/driver/F018a_stub.obj.018
tests/driver/Test.081b
tests/driver/Test.081b.hs
tests/driver/Test_081a
tests/driver/Test_081a.hs
tests/driver/hello062a
tests/driver/hello062b
tests/driver/hello062c
tests/driver/hello062d
tests/driver/hello062e
tests/driver/out019/
tests/driver/rtsOpts
tests/driver/stub017/
tests/driver/stub028/
tests/driver/stub035/
tests/driver/stub045/
tests/driver/T706.hs
tests/ffi/should_run/.hpc/
tests/ghci/prog001/D.hs
tests/ghci/should_run/3171.err
tests/lib/IO/encoding001.utf16.utf8_bom
tests/lib/IO/encoding001.utf16be.utf8_bom
tests/lib/IO/encoding001.utf16le.utf8_bom
tests/lib/IO/encoding001.utf32.utf8_bom
tests/lib/IO/encoding001.utf32be.utf8_bom
tests/lib/IO/encoding001.utf32le.utf8_bom
tests/lib/IO/encoding001.utf8.utf8_bom
tests/lib/IO/encoding001.utf8_bom
tests/lib/IO/encoding001.utf8_bom.utf16
tests/lib/IO/encoding001.utf8_bom.utf16be
tests/lib/IO/encoding001.utf8_bom.utf16le
tests/lib/IO/encoding001.utf8_bom.utf32
tests/lib/IO/encoding001.utf8_bom.utf32be
tests/lib/IO/encoding001.utf8_bom.utf32le
tests/lib/IO/encoding001.utf8_bom.utf8
tests/lib/should_run/array001.data
tests/perf/compiler/T1969.comp.stats
tests/perf/compiler/T3064.comp.stats
tests/perf/compiler/T3294.comp.stats
tests/perf/compiler/T4801.comp.stats
tests/perf/should_run/speed.f32
tests/rename/prog006/local.package.conf
tests/rts/4059
tests/rts/prep.out
tests/th/TH_import_loop/ModuleA.hi-boot
tests/th/TH_import_loop/ModuleA.o-boot
tests/typecheck/should_fail/T3468.o-boot
timeout/calibrate.out
timeout/install-inplace/
timeout/dist/

/tests/dph/dotp/dph-dotp-fast
/tests/dph/diophantine/dph-diophantine-fast
/tests/dph/diophantine/dph-diophantine-opt
/tests/dph/primespj/dph-primespj-fast
/tests/dph/quickhull/dph-quickhull-fast
/tests/dph/smvm/dph-smvm
/tests/dph/sumnats/dph-sumnats
/tests/dph/words/dph-words-fast

/tests/driver/recomp009/Main
/tests/driver/recomp009/Sub.hs
/tests/plugins/simple-plugin/dist/
/tests/plugins/simple-plugin/install/
/tests/plugins/simple-plugin/local.package.conf
/tests/plugins/simple-plugin/setup
/tests/programs/hs-boot/Main
/tests/safeHaskell/check/pkg01/dist/
/tests/safeHaskell/check/pkg01/install/
/tests/safeHaskell/check/pkg01/local.db/
/tests/safeHaskell/check/pkg01/setup
tests/dph/classes/dph-classes-fast
tests/dph/dotp/dph-dotp-opt
tests/dph/primespj/dph-primespj-opt
tests/dph/words/dph-words-opt
tests/array/should_run/arr020
tests/dph/diophantine/dph-diophantine-copy-fast
tests/dph/sumnats/dph-sumnats-copy
tests/dph/sumnats/dph-sumnats-vseg
tests/dph/diophantine/dph-diophantine-copy-opt
tests/dph/classes/dph-classes-copy-fast
tests/dph/dotp/dph-dotp-copy-fast
tests/dph/dotp/dph-dotp-vseg-fast
tests/dph/nbody/dph-nbody-vseg-fast
tests/dph/primespj/dph-primespj-copy-fast
tests/dph/quickhull/dph-quickhull-copy-fast
tests/dph/quickhull/dph-quickhull-vseg-fast
tests/dph/words/dph-words-copy-fast
tests/dph/words/dph-words-vseg-fast
tests/dph/classes/dph-classes-vseg-fast

mk/ghc-config
mk/ghcconfig_home_davidt_Ghc_head_inplace_bin_ghc-stage2.mk
tests/annotations/should_run/Config.hs
tests/annotations/should_run/annrun01
tests/array/should_run/arr001
tests/array/should_run/arr002
tests/array/should_run/arr003
tests/array/should_run/arr004
tests/array/should_run/arr005
tests/array/should_run/arr006
tests/array/should_run/arr007
tests/array/should_run/arr008
tests/array/should_run/arr009
tests/array/should_run/arr010
tests/array/should_run/arr011
tests/array/should_run/arr012
tests/array/should_run/arr013
tests/array/should_run/arr014
tests/array/should_run/arr015
tests/array/should_run/arr016
tests/array/should_run/arr017
tests/array/should_run/arr018
tests/array/should_run/arr019
tests/arrows/should_run/T3822
tests/arrows/should_run/arrowrun001
tests/arrows/should_run/arrowrun002
tests/arrows/should_run/arrowrun003
tests/arrows/should_run/arrowrun004
tests/boxy/T2193
tests/cabal/1750.hs
tests/cabal/1750.out
tests/cabal/cabal01/dist/
tests/cabal/cabal01/install/
tests/cabal/cabal01/local.db/
tests/cabal/cabal01/setup
tests/cabal/cabal03/Setup
tests/cabal/cabal03/p/dist/
tests/cabal/cabal03/q/dist/
tests/cabal/cabal03/tmp.d/
tests/cabal/cabal04/Setup
tests/cabal/cabal04/dist/
tests/cabal/cabal04/err
tests/cabal/shadow.hs
tests/codeGen/should_compile/2578
tests/codeGen/should_run/1852
tests/codeGen/should_run/1861
tests/codeGen/should_run/2080
tests/codeGen/should_run/2838
tests/codeGen/should_run/3207
tests/codeGen/should_run/3561
tests/codeGen/should_run/3677
tests/codeGen/should_run/4441
tests/codeGen/should_run/5129
tests/codeGen/should_run/5149
tests/codeGen/should_run/5626
tests/codeGen/should_run/5747
tests/codeGen/should_run/cgrun001
tests/codeGen/should_run/cgrun002
tests/codeGen/should_run/cgrun003
tests/codeGen/should_run/cgrun004
tests/codeGen/should_run/cgrun005
tests/codeGen/should_run/cgrun006
tests/codeGen/should_run/cgrun007
tests/codeGen/should_run/cgrun008
tests/codeGen/should_run/cgrun009
tests/codeGen/should_run/cgrun010
tests/codeGen/should_run/cgrun011
tests/codeGen/should_run/cgrun012
tests/codeGen/should_run/cgrun013
tests/codeGen/should_run/cgrun014
tests/codeGen/should_run/cgrun015
tests/codeGen/should_run/cgrun016
tests/codeGen/should_run/cgrun017
tests/codeGen/should_run/cgrun018
tests/codeGen/should_run/cgrun019
tests/codeGen/should_run/cgrun020
tests/codeGen/should_run/cgrun021
tests/codeGen/should_run/cgrun022
tests/codeGen/should_run/cgrun024
tests/codeGen/should_run/cgrun026
tests/codeGen/should_run/cgrun027
tests/codeGen/should_run/cgrun028
tests/codeGen/should_run/cgrun031
tests/codeGen/should_run/cgrun032
tests/codeGen/should_run/cgrun033
tests/codeGen/should_run/cgrun034
tests/codeGen/should_run/cgrun035
tests/codeGen/should_run/cgrun036
tests/codeGen/should_run/cgrun037
tests/codeGen/should_run/cgrun038
tests/codeGen/should_run/cgrun039
tests/codeGen/should_run/cgrun040
tests/codeGen/should_run/cgrun043
tests/codeGen/should_run/cgrun044
tests/codeGen/should_run/cgrun045
tests/codeGen/should_run/cgrun046
tests/codeGen/should_run/cgrun047
tests/codeGen/should_run/cgrun048
tests/codeGen/should_run/cgrun049
tests/codeGen/should_run/cgrun050
tests/codeGen/should_run/cgrun051
tests/codeGen/should_run/cgrun052
tests/codeGen/should_run/cgrun053
tests/codeGen/should_run/cgrun054
tests/codeGen/should_run/cgrun055
tests/codeGen/should_run/cgrun056
tests/codeGen/should_run/cgrun057
tests/codeGen/should_run/cgrun058
tests/codeGen/should_run/cgrun059
tests/codeGen/should_run/cgrun060
tests/codeGen/should_run/cgrun061
tests/codeGen/should_run/cgrun062
tests/codeGen/should_run/cgrun063
tests/codeGen/should_run/cgrun064
tests/codeGen/should_run/cgrun065
tests/codeGen/should_run/cgrun066
tests/codeGen/should_run/cgrun067
tests/codeGen/should_run/cgrun068
tests/codeGen/should_run/cgrun069
tests/codeGen/should_run/cgrun070
tests/codeGen/should_run/cgrun071
tests/concurrent/prog001/concprog001
tests/concurrent/prog002/concprog002
tests/concurrent/prog002/concprog002.aux
tests/concurrent/prog002/concprog002.hp
tests/concurrent/prog002/concprog002.ps
tests/concurrent/prog003/concprog003
tests/concurrent/should_run/1980
tests/concurrent/should_run/2910
tests/concurrent/should_run/2910a
tests/concurrent/should_run/3279
tests/concurrent/should_run/3429
tests/concurrent/should_run/4030
tests/concurrent/should_run/4811
tests/concurrent/should_run/4813
tests/concurrent/should_run/5238
tests/concurrent/should_run/5421
tests/concurrent/should_run/5558
tests/concurrent/should_run/5611
tests/concurrent/should_run/allowinterrupt001
tests/concurrent/should_run/async001
tests/concurrent/should_run/conc001
tests/concurrent/should_run/conc002
tests/concurrent/should_run/conc003
tests/concurrent/should_run/conc004
tests/concurrent/should_run/conc006
tests/concurrent/should_run/conc007
tests/concurrent/should_run/conc008
tests/concurrent/should_run/conc009
tests/concurrent/should_run/conc010
tests/concurrent/should_run/conc012
tests/concurrent/should_run/conc013
tests/concurrent/should_run/conc014
tests/concurrent/should_run/conc015
tests/concurrent/should_run/conc015a
tests/concurrent/should_run/conc016
tests/concurrent/should_run/conc017
tests/concurrent/should_run/conc017a
tests/concurrent/should_run/conc018
tests/concurrent/should_run/conc019
tests/concurrent/should_run/conc020
tests/concurrent/should_run/conc021
tests/concurrent/should_run/conc022
tests/concurrent/should_run/conc023
tests/concurrent/should_run/conc024
tests/concurrent/should_run/conc025
tests/concurrent/should_run/conc026
tests/concurrent/should_run/conc027
tests/concurrent/should_run/conc028
tests/concurrent/should_run/conc029
tests/concurrent/should_run/conc030
tests/concurrent/should_run/conc031
tests/concurrent/should_run/conc032
tests/concurrent/should_run/conc033
tests/concurrent/should_run/conc034
tests/concurrent/should_run/conc035
tests/concurrent/should_run/conc036
tests/concurrent/should_run/conc037
tests/concurrent/should_run/conc038
tests/concurrent/should_run/conc039
tests/concurrent/should_run/conc040
tests/concurrent/should_run/conc041
tests/concurrent/should_run/conc042
tests/concurrent/should_run/conc043
tests/concurrent/should_run/conc044
tests/concurrent/should_run/conc045
tests/concurrent/should_run/conc051
tests/concurrent/should_run/conc058
tests/concurrent/should_run/conc059
tests/concurrent/should_run/conc064
tests/concurrent/should_run/conc065
tests/concurrent/should_run/conc066
tests/concurrent/should_run/conc067
tests/concurrent/should_run/conc068
tests/concurrent/should_run/conc071
tests/concurrent/should_run/conc072
tests/concurrent/should_run/conc073
tests/concurrent/should_run/foreignInterruptible
tests/concurrent/should_run/mask001
tests/concurrent/should_run/mask002
tests/concurrent/should_run/numsparks001
tests/concurrent/should_run/throwto001
tests/concurrent/should_run/throwto002
tests/concurrent/should_run/throwto003
tests/deSugar/should_run/T246
tests/deSugar/should_run/T3126
tests/deSugar/should_run/T3382
tests/deSugar/should_run/dsrun001
tests/deSugar/should_run/dsrun002
tests/deSugar/should_run/dsrun003
tests/deSugar/should_run/dsrun004
tests/deSugar/should_run/dsrun005
tests/deSugar/should_run/dsrun006
tests/deSugar/should_run/dsrun007
tests/deSugar/should_run/dsrun008
tests/deSugar/should_run/dsrun009
tests/deSugar/should_run/dsrun010
tests/deSugar/should_run/dsrun011
tests/deSugar/should_run/dsrun012
tests/deSugar/should_run/dsrun013
tests/deSugar/should_run/dsrun014
tests/deSugar/should_run/dsrun015
tests/deSugar/should_run/dsrun016
tests/deSugar/should_run/dsrun017
tests/deSugar/should_run/dsrun018
tests/deSugar/should_run/dsrun019
tests/deSugar/should_run/dsrun020
tests/deSugar/should_run/dsrun021
tests/deSugar/should_run/dsrun022
tests/deSugar/should_run/dsrun023
tests/deSugar/should_run/mc01
tests/deSugar/should_run/mc02
tests/deSugar/should_run/mc03
tests/deSugar/should_run/mc04
tests/deSugar/should_run/mc05
tests/deSugar/should_run/mc06
tests/deSugar/should_run/mc07
tests/deSugar/should_run/mc08
tests/deriving/should_run/T2529
tests/deriving/should_run/T4136
tests/deriving/should_run/T4528a
tests/deriving/should_run/T5041
tests/deriving/should_run/T5628
tests/deriving/should_run/T5712
tests/deriving/should_run/drvrun-foldable1
tests/deriving/should_run/drvrun-functor1
tests/deriving/should_run/drvrun001
tests/deriving/should_run/drvrun002
tests/deriving/should_run/drvrun003
tests/deriving/should_run/drvrun004
tests/deriving/should_run/drvrun005
tests/deriving/should_run/drvrun006
tests/deriving/should_run/drvrun007
tests/deriving/should_run/drvrun008
tests/deriving/should_run/drvrun009
tests/deriving/should_run/drvrun010
tests/deriving/should_run/drvrun011
tests/deriving/should_run/drvrun012
tests/deriving/should_run/drvrun013
tests/deriving/should_run/drvrun014
tests/deriving/should_run/drvrun015
tests/deriving/should_run/drvrun016
tests/deriving/should_run/drvrun017
tests/deriving/should_run/drvrun018
tests/deriving/should_run/drvrun019
tests/deriving/should_run/drvrun020
tests/deriving/should_run/drvrun021
tests/dph/quickhull/dph-quickhull-opt
tests/driver/1959/E.hs
tests/driver/1959/prog
tests/driver/437/Test
tests/driver/437/Test2
tests/driver/5313
tests/driver/A061a.s
tests/driver/A061b.s
tests/driver/A064.hspp
tests/driver/A065.hspp
tests/driver/A066.tmp
tests/driver/A067.tmp
tests/driver/A070.s
tests/driver/A071.tmp
tests/driver/B062d/
tests/driver/B062e/
tests/driver/Hello062a.hs
tests/driver/Hello062b.hs
tests/driver/Hello062c.hs
tests/driver/T3007/A/Setup
tests/driver/T3007/A/dist/
tests/driver/T3007/B/Setup
tests/driver/T3007/B/dist/
tests/driver/T3007/package.conf
tests/driver/T3389
tests/driver/T4437
tests/driver/T5147/B.hs
tests/driver/T5198dump/
tests/driver/T5584/A.hi-boot
tests/driver/T5584_out/
tests/driver/depend200
tests/driver/dynHelloWorld
tests/driver/dynamic_flags_001/C
tests/driver/recomp001/B.hs
tests/driver/recomp001/C
tests/driver/recomp003/Data/
tests/driver/recomp003/err
tests/driver/recomp004/MainX
tests/driver/recomp004/MainX.hs
tests/driver/recomp004/c.c
tests/driver/recomp005/C.hs
tests/driver/recomp006/B.hs
tests/driver/recomp006/err
tests/driver/recomp006/out
tests/driver/recomp007/Setup
tests/driver/recomp007/a1/dist/
tests/driver/recomp007/a2/dist/
tests/driver/recomp007/b/dist/
tests/driver/recomp007/local.package.conf/
tests/driver/recomp008/A.hs
tests/driver/recomp008/prog
tests/driver/recomp010/Main
tests/driver/recomp010/X.hs
tests/driver/recomp011/A.hsinc
tests/driver/recomp011/B.hsinc
tests/driver/recomp011/Main
tests/driver/rtsopts002
tests/driver/spacesInArgs
tests/driver/withRtsOpts
tests/driver/withRtsOpts.out
tests/dynlibs/T3807-load
tests/dynlibs/T3807test.so
tests/dynlibs/T5373A
tests/dynlibs/T5373B
tests/dynlibs/T5373C
tests/dynlibs/T5373D
tests/ffi/should_run/1288
tests/ffi/should_run/1679
tests/ffi/should_run/2276
tests/ffi/should_run/2469
tests/ffi/should_run/2594
tests/ffi/should_run/2917a
tests/ffi/should_run/4038
tests/ffi/should_run/4221
tests/ffi/should_run/5402
tests/ffi/should_run/5594
tests/ffi/should_run/fed001
tests/ffi/should_run/ffi001
tests/ffi/should_run/ffi002
tests/ffi/should_run/ffi003
tests/ffi/should_run/ffi005
tests/ffi/should_run/ffi006
tests/ffi/should_run/ffi007
tests/ffi/should_run/ffi008
tests/ffi/should_run/ffi009
tests/ffi/should_run/ffi010
tests/ffi/should_run/ffi011
tests/ffi/should_run/ffi013
tests/ffi/should_run/ffi014
tests/ffi/should_run/ffi015
tests/ffi/should_run/ffi016
tests/ffi/should_run/ffi017
tests/ffi/should_run/ffi018
tests/ffi/should_run/ffi019
tests/ffi/should_run/ffi020
tests/ffi/should_run/ffi021
tests/ffi/should_run/ffi022
tests/ffi/should_run/fptr01
tests/ffi/should_run/fptr02
tests/ffi/should_run/fptrfail01
tests/gadt/CasePrune
tests/gadt/Session
tests/gadt/gadt2
tests/gadt/gadt23
tests/gadt/gadt4
tests/gadt/gadt5
tests/gadt/records
tests/gadt/tc
tests/gadt/type-rep
tests/gadt/ubx-records
tests/gadt/while
tests/generics/GEq/GEq1
tests/generics/GEq/GEq2
tests/generics/GShow/GShow1
tests/generics/Uniplate/GUniplate1
tests/ghc-api/T4891/T4891
tests/ghc-api/apirecomp001/myghc
tests/ghc-api/dynCompileExpr/dynCompileExpr
tests/ghci.debugger/scripts/break022/A.hs
tests/ghci.debugger/scripts/break023/A.hs
tests/ghci/linking/dir001/
tests/ghci/linking/dir002/
tests/ghci/linking/dir004/
tests/ghci/linking/dir005/
tests/ghci/linking/dir006/
tests/ghci/prog001/C.hs
tests/ghci/prog002/A.hs
tests/ghci/prog003/D.hs
tests/ghci/prog004/ctest.c
tests/ghci/prog005/A.hs
tests/ghci/prog006/Boot.hs
tests/ghci/prog009/A.hs
tests/ghci/scripts/T1914A.hs
tests/ghci/scripts/T1914B.hs
tests/ghci/scripts/ghci027.hs
tests/hsc2hs/3837.hs
tests/hsc2hs/hsc2hs001.hs
tests/hsc2hs/hsc2hs002.hs
tests/hsc2hs/hsc2hs003
tests/hsc2hs/hsc2hs003.hs
tests/hsc2hs/hsc2hs004
tests/hsc2hs/hsc2hs004.hs
tests/indexed-types/should_run/GMapAssoc
tests/indexed-types/should_run/GMapTop
tests/indexed-types/should_run/T2985
tests/indexed-types/should_run/T4235
tests/indexed-types/should_run/T5719
tests/lib/Concurrent/4876
tests/lib/Concurrent/ThreadDelay001
tests/lib/Data.ByteString/bytestring002
tests/lib/Data.ByteString/bytestring003
tests/lib/Data.ByteString/bytestring006
tests/lib/IO/2122
tests/lib/IO/2122-test
tests/lib/IO/3307
tests/lib/IO/4808
tests/lib/IO/4808.test
tests/lib/IO/4855
tests/lib/IO/4895
tests/lib/IO/IOError001
tests/lib/IO/IOError002
tests/lib/IO/T4113
tests/lib/IO/T4144
tests/lib/IO/chinese-name
tests/lib/IO/concio002
tests/lib/IO/countReaders001
tests/lib/IO/countReaders001.txt
tests/lib/IO/decodingerror001
tests/lib/IO/decodingerror002
tests/lib/IO/encoding001
tests/lib/IO/encoding001.utf16
tests/lib/IO/encoding001.utf16.utf16be
tests/lib/IO/encoding001.utf16.utf16le
tests/lib/IO/encoding001.utf16.utf32
tests/lib/IO/encoding001.utf16.utf32be
tests/lib/IO/encoding001.utf16.utf32le
tests/lib/IO/encoding001.utf16.utf8
tests/lib/IO/encoding001.utf16be
tests/lib/IO/encoding001.utf16be.utf16
tests/lib/IO/encoding001.utf16be.utf16le
tests/lib/IO/encoding001.utf16be.utf32
tests/lib/IO/encoding001.utf16be.utf32be
tests/lib/IO/encoding001.utf16be.utf32le
tests/lib/IO/encoding001.utf16be.utf8
tests/lib/IO/encoding001.utf16le
tests/lib/IO/encoding001.utf16le.utf16
tests/lib/IO/encoding001.utf16le.utf16be
tests/lib/IO/encoding001.utf16le.utf32
tests/lib/IO/encoding001.utf16le.utf32be
tests/lib/IO/encoding001.utf16le.utf32le
tests/lib/IO/encoding001.utf16le.utf8
tests/lib/IO/encoding001.utf32
tests/lib/IO/encoding001.utf32.utf16
tests/lib/IO/encoding001.utf32.utf16be
tests/lib/IO/encoding001.utf32.utf16le
tests/lib/IO/encoding001.utf32.utf32be
tests/lib/IO/encoding001.utf32.utf32le
tests/lib/IO/encoding001.utf32.utf8
tests/lib/IO/encoding001.utf32be
tests/lib/IO/encoding001.utf32be.utf16
tests/lib/IO/encoding001.utf32be.utf16be
tests/lib/IO/encoding001.utf32be.utf16le
tests/lib/IO/encoding001.utf32be.utf32
tests/lib/IO/encoding001.utf32be.utf32le
tests/lib/IO/encoding001.utf32be.utf8
tests/lib/IO/encoding001.utf32le
tests/lib/IO/encoding001.utf32le.utf16
tests/lib/IO/encoding001.utf32le.utf16be
tests/lib/IO/encoding001.utf32le.utf16le
tests/lib/IO/encoding001.utf32le.utf32
tests/lib/IO/encoding001.utf32le.utf32be
tests/lib/IO/encoding001.utf32le.utf8
tests/lib/IO/encoding001.utf8
tests/lib/IO/encoding001.utf8.utf16
tests/lib/IO/encoding001.utf8.utf16be
tests/lib/IO/encoding001.utf8.utf16le
tests/lib/IO/encoding001.utf8.utf32
tests/lib/IO/encoding001.utf8.utf32be
tests/lib/IO/encoding001.utf8.utf32le
tests/lib/IO/encoding002
tests/lib/IO/encodingerror001
tests/lib/IO/environment001
tests/lib/IO/finalization001
tests/lib/IO/hClose001
tests/lib/IO/hClose001.tmp
tests/lib/IO/hClose002
tests/lib/IO/hClose002.tmp
tests/lib/IO/hClose003
tests/lib/IO/hDuplicateTo001
tests/lib/IO/hFileSize001
tests/lib/IO/hFileSize002
tests/lib/IO/hFileSize002.out
tests/lib/IO/hFlush001
tests/lib/IO/hFlush001.out
tests/lib/IO/hGetBuf001
tests/lib/IO/hGetBuffering001
tests/lib/IO/hGetChar001
tests/lib/IO/hGetLine001
tests/lib/IO/hGetLine002
tests/lib/IO/hGetLine003
tests/lib/IO/hGetPosn001
tests/lib/IO/hGetPosn001.out
tests/lib/IO/hIsEOF001
tests/lib/IO/hIsEOF002
tests/lib/IO/hIsEOF002.out
tests/lib/IO/hReady001
tests/lib/IO/hReady002
tests/lib/IO/hSeek001
tests/lib/IO/hSeek002
tests/lib/IO/hSeek003
tests/lib/IO/hSeek004
tests/lib/IO/hSeek004.out
tests/lib/IO/hSetBuffering002
tests/lib/IO/hSetBuffering003
tests/lib/IO/hSetBuffering004
tests/lib/IO/hSetEncoding001
tests/lib/IO/ioeGetErrorString001
tests/lib/IO/ioeGetFileName001
tests/lib/IO/ioeGetHandle001
tests/lib/IO/isEOF001
tests/lib/IO/misc001
tests/lib/IO/misc001.out
tests/lib/IO/newline001
tests/lib/IO/newline001.out
tests/lib/IO/openFile001
tests/lib/IO/openFile002
tests/lib/IO/openFile003
tests/lib/IO/openFile004
tests/lib/IO/openFile004.out
tests/lib/IO/openFile005
tests/lib/IO/openFile005.out1
tests/lib/IO/openFile005.out2
tests/lib/IO/openFile006
tests/lib/IO/openFile006.out
tests/lib/IO/openFile007
tests/lib/IO/openFile007.out
tests/lib/IO/openFile008
tests/lib/IO/openTempFile001
tests/lib/IO/putStr001
tests/lib/IO/readFile001
tests/lib/IO/readFile001.out
tests/lib/IO/readwrite001
tests/lib/IO/readwrite001.inout
tests/lib/IO/readwrite002
tests/lib/IO/readwrite002.inout
tests/lib/IO/readwrite003
tests/lib/IO/readwrite003.txt
tests/lib/IO/tmp
tests/lib/IOExts/echo001
tests/lib/IOExts/hGetBuf002
tests/lib/IOExts/hGetBuf003
tests/lib/IOExts/hPutBuf001
tests/lib/IOExts/hPutBuf002
tests/lib/IOExts/hPutBuf002.out
tests/lib/IOExts/hTell001
tests/lib/IOExts/hTell002
tests/lib/IOExts/performGC001
tests/lib/IOExts/trace001
tests/lib/IORef/
tests/lib/Numeric/
tests/lib/OldException/OldException001
tests/lib/PrettyPrint/T3911
tests/lib/PrettyPrint/pp1
tests/lib/Text.Printf/1548
tests/lib/Time/T5430
tests/lib/Time/time002
tests/lib/Time/time003
tests/lib/Time/time004
tests/lib/exceptions/exceptions001
tests/lib/integer/integerBits
tests/lib/integer/integerConstantFolding
tests/lib/integer/integerConstantFolding.simpl
tests/lib/integer/integerConversions
tests/lib/libposix/po003.out
tests/lib/libposix/posix002
tests/lib/libposix/posix003
tests/lib/libposix/posix004
tests/lib/libposix/posix006
tests/lib/libposix/posix009
tests/lib/libposix/posix010
tests/lib/libposix/posix014
tests/lib/should_run/4006
tests/lib/should_run/addr001
tests/lib/should_run/array001
tests/lib/should_run/char001
tests/lib/should_run/char002
tests/lib/should_run/cstring001
tests/lib/should_run/dynamic001
tests/lib/should_run/dynamic002
tests/lib/should_run/dynamic003
tests/lib/should_run/dynamic004
tests/lib/should_run/dynamic005
tests/lib/should_run/enum01
tests/lib/should_run/enum02
tests/lib/should_run/enum03
tests/lib/should_run/enum04
tests/lib/should_run/exceptionsrun001
tests/lib/should_run/exceptionsrun002
tests/lib/should_run/length001
tests/lib/should_run/list001
tests/lib/should_run/list002
tests/lib/should_run/list003
tests/lib/should_run/memo001
tests/lib/should_run/memo002
tests/lib/should_run/rand001
tests/lib/should_run/ratio001
tests/lib/should_run/reads001
tests/lib/should_run/show001
tests/lib/should_run/stableptr001
tests/lib/should_run/stableptr003
tests/lib/should_run/stableptr004
tests/lib/should_run/stableptr005
tests/lib/should_run/text001
tests/lib/should_run/tup001
tests/lib/should_run/weak001
tests/mdo/should_compile/mdo001
tests/mdo/should_compile/mdo002
tests/mdo/should_compile/mdo003
tests/mdo/should_compile/mdo004
tests/mdo/should_compile/mdo005
tests/mdo/should_run/mdorun001
tests/mdo/should_run/mdorun002
tests/mdo/should_run/mdorun003
tests/module/Mod145_A.mod146_hi
tests/module/Mod145_A.mod146_o
tests/module/Mod157_A.mod158_hi
tests/module/Mod157_A.mod158_o
tests/module/Mod157_B.mod158_hi
tests/module/Mod157_B.mod158_o
tests/module/Mod157_C.mod158_hi
tests/module/Mod157_C.mod158_o
tests/module/Mod157_D.mod158_hi
tests/module/Mod157_D.mod158_o
tests/module/Mod159_A.mod160_hi
tests/module/Mod159_A.mod160_o
tests/module/Mod159_B.mod160_hi
tests/module/Mod159_B.mod160_o
tests/module/Mod159_C.mod160_hi
tests/module/Mod159_C.mod160_o
tests/module/Mod159_D.mod160_hi
tests/module/Mod159_D.mod160_o
tests/module/Mod164_A.mod165_hi
tests/module/Mod164_A.mod165_o
tests/module/Mod164_A.mod166_hi
tests/module/Mod164_A.mod166_o
tests/module/Mod164_A.mod167_hi
tests/module/Mod164_A.mod167_o
tests/module/Mod164_B.mod165_hi
tests/module/Mod164_B.mod165_o
tests/module/Mod164_B.mod166_hi
tests/module/Mod164_B.mod166_o
tests/module/Mod164_B.mod167_hi
tests/module/Mod164_B.mod167_o
tests/module/mod166.mod166_hi
tests/module/mod166.mod166_o
tests/module/mod167.mod167_hi
tests/module/mod167.mod167_o
tests/module/mod175/test
tests/module/mod175/test2
tests/module/mod179
tests/numeric/should_run/3676
tests/numeric/should_run/4381
tests/numeric/should_run/4383
tests/numeric/should_run/arith001
tests/numeric/should_run/arith002
tests/numeric/should_run/arith003
tests/numeric/should_run/arith004
tests/numeric/should_run/arith005
tests/numeric/should_run/arith006
tests/numeric/should_run/arith007
tests/numeric/should_run/arith008
tests/numeric/should_run/arith009
tests/numeric/should_run/arith010
tests/numeric/should_run/arith011
tests/numeric/should_run/arith012
tests/numeric/should_run/arith013
tests/numeric/should_run/arith014
tests/numeric/should_run/arith015
tests/numeric/should_run/arith016
tests/numeric/should_run/arith017
tests/numeric/should_run/arith018
tests/numeric/should_run/arith019
tests/numeric/should_run/expfloat
tests/numeric/should_run/numrun009
tests/numeric/should_run/numrun010
tests/numeric/should_run/numrun011
tests/numeric/should_run/numrun012
tests/numeric/should_run/numrun013
tests/numeric/should_run/numrun014
tests/parser/should_compile/T5243
tests/parser/should_run/T1344
tests/parser/should_run/operator
tests/parser/should_run/operator2
tests/parser/should_run/readRun001
tests/parser/should_run/readRun002
tests/parser/should_run/readRun003
tests/parser/should_run/readRun004
tests/parser/unicode/1744
tests/parser/unicode/utf8_024
tests/perf/compiler/T5030.comp.stats
tests/perf/compiler/T5321FD.comp.stats
tests/perf/compiler/T5321Fun.comp.stats
tests/perf/compiler/T5631.comp.stats
tests/perf/compiler/T783.comp.stats
tests/perf/compiler/parsing001.comp.stats
tests/perf/should_run/3586
tests/perf/should_run/3586.stats
tests/perf/should_run/MethSharing
tests/perf/should_run/MethSharing.stats
tests/perf/should_run/T149_A
tests/perf/should_run/T149_B
tests/perf/should_run/T2902_A
tests/perf/should_run/T2902_B
tests/perf/should_run/T3245
tests/perf/should_run/T3736
tests/perf/should_run/T3736.speed.f32
tests/perf/should_run/T3738
tests/perf/should_run/T3738.stats
tests/perf/should_run/T4321
tests/perf/should_run/T4474a
tests/perf/should_run/T4474a.stats
tests/perf/should_run/T4474b
tests/perf/should_run/T4474b.stats
tests/perf/should_run/T4474c
tests/perf/should_run/T4474c.stats
tests/perf/should_run/T4830
tests/perf/should_run/T4830.stats
tests/perf/should_run/T4978
tests/perf/should_run/T4978.stats
tests/perf/should_run/T5113
tests/perf/should_run/T5113.stats
tests/perf/should_run/T5205
tests/perf/should_run/T5205.stats
tests/perf/should_run/T5237
tests/perf/should_run/T5237.stats
tests/perf/should_run/T5549
tests/perf/should_run/T5549.stats
tests/perf/should_run/lazy-bs-alloc
tests/perf/should_run/lazy-bs-alloc.stats
tests/perf/space_leaks/T2762
tests/perf/space_leaks/T2762.stats
tests/perf/space_leaks/T4018
tests/perf/space_leaks/T4334
tests/perf/space_leaks/T4334.stats
tests/perf/space_leaks/space_leak_001
tests/perf/space_leaks/space_leak_001.stats
tests/plugins/plugins01
tests/plugins/plugins05
tests/plugins/plugins06
tests/polykinds/PolyKinds09
tests/polykinds/PolyKinds10
tests/profiling/should_run/2592
tests/profiling/should_run/2592.aux
tests/profiling/should_run/2592.hp
tests/profiling/should_run/2592.ps
tests/profiling/should_run/test.bin
tests/programs/10queens/10queens
tests/programs/Queens/queens
tests/programs/andre_monad/andre_monad
tests/programs/andy_cherry/andy_cherry
tests/programs/barton-mangler-bug/barton-mangler-bug
tests/programs/cholewo-eval/cholewo-eval
tests/programs/cvh_unboxing/cvh_unboxing
tests/programs/fast2haskell/fast2haskell
tests/programs/fun_insts/fun_insts
tests/programs/jl_defaults/jl_defaults
tests/programs/joao-circular/joao-circular
tests/programs/jq_readsPrec/jq_readsPrec
tests/programs/jtod_circint/jtod_circint
tests/programs/jules_xref/jules_xref
tests/programs/jules_xref2/jules_xref2
tests/programs/launchbury/launchbury
tests/programs/lennart_range/lennart_range
tests/programs/lex/lex
tests/programs/life_space_leak/life_space_leak
tests/programs/north_array/north_array
tests/programs/record_upd/record_upd
tests/programs/rittri/rittri
tests/programs/sanders_array/sanders_array
tests/programs/seward-space-leak/seward-space-leak
tests/programs/strict_anns/strict_anns
tests/programs/thurston-modular-arith/thurston-modular-arith
tests/quasiquotation/T4491/T4491
tests/rebindable/T5038
tests/rebindable/rebindable10
tests/rebindable/rebindable2
tests/rebindable/rebindable3
tests/rebindable/rebindable4
tests/rebindable/rebindable5
tests/rebindable/rebindable7
tests/rename/prog006/pkg.conf
tests/rename/prog006/pwd
tests/rename/should_compile/T1792_imports.imports
tests/rename/should_compile/T4239.imports
tests/rename/should_compile/T4240.imports
tests/rename/should_compile/T5592
tests/rts/2047
tests/rts/2783
tests/rts/3236
tests/rts/3424
tests/rts/4850
tests/rts/5250
tests/rts/5644/5644
tests/rts/T2615
tests/rts/T4059
tests/rts/T5423
tests/rts/atomicinc
tests/rts/bug1010
tests/rts/derefnull
tests/rts/divbyzero
tests/rts/exec_signals
tests/rts/exec_signals_child
tests/rts/exec_signals_prepare
tests/rts/libfoo_T2615.so
tests/rts/outofmem
tests/rts/outofmem2
tests/rts/return_mem_to_os
tests/rts/rtsflags001
tests/rts/rtsflags002
tests/rts/stack001
tests/rts/stack002
tests/rts/stack003
tests/rts/testblockalloc
tests/rts/testwsdeque
tests/rts/traceEvent
tests/safeHaskell/check/Check04
tests/safeHaskell/safeLanguage/SafeLang04
tests/safeHaskell/safeLanguage/SafeLang05
tests/safeHaskell/safeLanguage/SafeLang06
tests/safeHaskell/safeLanguage/SafeLang09
tests/safeHaskell/safeLanguage/SafeLang11
tests/safeHaskell/safeLanguage/SafeLang13
tests/safeHaskell/safeLanguage/SafeLang15
tests/safeHaskell/unsafeLibs/BadImport02
tests/simplCore/should_compile/T3055.simpl
tests/simplCore/should_run/SeqRule
tests/simplCore/should_run/T2756
tests/simplCore/should_run/T3403
tests/simplCore/should_run/T3437
tests/simplCore/should_run/T3591
tests/simplCore/should_run/T3959
tests/simplCore/should_run/T3972
tests/simplCore/should_run/T3983
tests/simplCore/should_run/T4814
tests/simplCore/should_run/T5315
tests/simplCore/should_run/T5441
tests/simplCore/should_run/T5453
tests/simplCore/should_run/T5587
tests/simplCore/should_run/T5603
tests/simplCore/should_run/T5625
tests/simplCore/should_run/simplrun001
tests/simplCore/should_run/simplrun002
tests/simplCore/should_run/simplrun003
tests/simplCore/should_run/simplrun004
tests/simplCore/should_run/simplrun005
tests/simplCore/should_run/simplrun007
tests/simplCore/should_run/simplrun008
tests/simplCore/should_run/simplrun009
tests/simplCore/should_run/simplrun010
tests/stranal/should_run/T2756b
tests/stranal/should_run/strun001
tests/stranal/should_run/strun002
tests/stranal/should_run/strun003
tests/stranal/should_run/strun004
tests/th/T1835
tests/th/T3572
tests/th/T3920
tests/th/T5379
tests/th/T5410
tests/th/TH_Depends
tests/th/TH_Depends_external.txt
tests/th/TH_lookupName
tests/th/TH_ppr1
tests/th/TH_recover
tests/th/TH_repE2
tests/th/TH_repGuardOutput
tests/th/TH_repPrimOutput
tests/th/TH_repPrimOutput2
tests/th/TH_spliceE1
tests/th/TH_spliceE4
tests/th/TH_spliceE5
tests/th/TH_spliceViewPat/TH_spliceViewPat
tests/th/TH_unresolvedInfix
tests/th/TH_viewPatPrint
tests/th/TH_where
tests/typecheck/should_compile/tc159
tests/typecheck/should_fail/tcfail149
tests/typecheck/should_run/Defer01
tests/typecheck/should_run/IPRun
tests/typecheck/should_run/T1624
tests/typecheck/should_run/T1735
tests/typecheck/should_run/T2722
tests/typecheck/should_run/T3500a
tests/typecheck/should_run/T3500b
tests/typecheck/should_run/T3731
tests/typecheck/should_run/T3731-short
tests/typecheck/should_run/T4809
tests/typecheck/should_run/T5759
tests/typecheck/should_run/T5573a
tests/typecheck/should_run/T5573b
tests/typecheck/should_run/church
tests/typecheck/should_run/mc17
tests/typecheck/should_run/tcrun001
tests/typecheck/should_run/tcrun002
tests/typecheck/should_run/tcrun003
tests/typecheck/should_run/tcrun004
tests/typecheck/should_run/tcrun005
tests/typecheck/should_run/tcrun006
tests/typecheck/should_run/tcrun008
tests/typecheck/should_run/tcrun009
tests/typecheck/should_run/tcrun010
tests/typecheck/should_run/tcrun011
tests/typecheck/should_run/tcrun012
tests/typecheck/should_run/tcrun013
tests/typecheck/should_run/tcrun014
tests/typecheck/should_run/tcrun015
tests/typecheck/should_run/tcrun016
tests/typecheck/should_run/tcrun017
tests/typecheck/should_run/tcrun018
tests/typecheck/should_run/tcrun019
tests/typecheck/should_run/tcrun020
tests/typecheck/should_run/tcrun021
tests/typecheck/should_run/tcrun022
tests/typecheck/should_run/tcrun023
tests/typecheck/should_run/tcrun024
tests/typecheck/should_run/tcrun025
tests/typecheck/should_run/tcrun026
tests/typecheck/should_run/tcrun027
tests/typecheck/should_run/tcrun028
tests/typecheck/should_run/tcrun029
tests/typecheck/should_run/tcrun030
tests/typecheck/should_run/tcrun031
tests/typecheck/should_run/tcrun032
tests/typecheck/should_run/tcrun033
tests/typecheck/should_run/tcrun034
tests/typecheck/should_run/tcrun036
tests/typecheck/should_run/tcrun037
tests/typecheck/should_run/tcrun038
tests/typecheck/should_run/tcrun039
tests/typecheck/should_run/tcrun040
tests/typecheck/should_run/tcrun041
tests/typecheck/should_run/tcrun042
tests/typecheck/should_run/tcrun043
tests/typecheck/should_run/tcrun044
tests/typecheck/should_run/tcrun045
tests/typecheck/should_run/tcrun046
tests/typecheck/should_run/tcrun047
tests/typecheck/should_run/tcrun048
tests/typecheck/should_run/tcrun049
tests/typecheck/should_run/tcrun050
tests/typecheck/should_run/tcrun051
tests/typecheck/should_run/testeq2
tests/typecheck/testeq1/typecheck.testeq1

tests/lib/IO/chinese-file-*

tests/codeGen/should_run/5785
tests/concurrent/should_run/conc069
tests/concurrent/should_run/conc069a
tests/concurrent/should_run/conc070
tests/deSugar/should_run/T5742
tests/dph/dotp/dph-dotp-copy-opt
tests/dph/dotp/dph-dotp-vseg-opt
tests/dph/nbody/dph-nbody-vseg-opt
tests/dph/primespj/dph-primespj-copy-opt
tests/dph/quickhull/dph-quickhull-copy-opt
tests/dph/quickhull/dph-quickhull-vseg-opt
tests/dph/smvm/dph-smvm-copy
tests/dph/smvm/dph-smvm-vseg
tests/dph/words/dph-words-copy-opt
tests/dph/words/dph-words-vseg-opt
tests/lib/integer/fromToInteger.simpl
tests/perf/compiler/T5642.comp.stats
tests/perf/should_run/T5536
tests/perf/should_run/T5536.data
tests/perf/should_run/T5536.stats

tests/concurrent/should_run/5866
tests/ffi/should_run/Capi_Ctype_001
tests/ffi/should_run/Capi_Ctype_001.hs
tests/ffi/should_run/Capi_Ctype_002
tests/ffi/should_run/Capi_Ctype_A_001.hs
tests/ffi/should_run/Capi_Ctype_A_002.hs
tests/ffi/should_run/capi_value
tests/ffi/should_run/ffi_parsing_001
tests/numeric/should_run/add2
tests/numeric/should_run/mul2

tests/polykinds/Freeman
tests/polykinds/MonoidsFD
tests/polykinds/MonoidsTF
tests/profiling/should_compile/prof001
tests/profiling/should_compile/prof002
tests/profiling/should_run/5314
tests/profiling/should_run/5314.hp
tests/profiling/should_run/5314.ps
tests/profiling/should_run/T2552
tests/profiling/should_run/T3001
tests/profiling/should_run/T3001-2
tests/profiling/should_run/T3001-2.hp
tests/profiling/should_run/T3001-2.ps
tests/profiling/should_run/T3001.hp
tests/profiling/should_run/T3001.ps
tests/profiling/should_run/T5363
tests/profiling/should_run/T5559
tests/profiling/should_run/T680
tests/profiling/should_run/T949
tests/profiling/should_run/T949.hp
tests/profiling/should_run/T949.ps
tests/profiling/should_run/callstack001
tests/profiling/should_run/callstack002
tests/profiling/should_run/heapprof001
tests/profiling/should_run/heapprof001.hp
tests/profiling/should_run/heapprof001.ps
tests/profiling/should_run/ioprof
tests/profiling/should_run/prof-doc-fib
tests/profiling/should_run/prof-doc-last
tests/profiling/should_run/scc001
tests/profiling/should_run/scc002
tests/profiling/should_run/scc003
tests/profiling/should_run/scc004
tests/th/TH_spliceE5_prof

tests/codeGen/should_run/6146
tests/codeGen/should_run/setByteArray
tests/generics/GFunctor/GFunctor1
tests/generics/GMap/GMap1
tests/numeric/should_run/T5863
tests/numeric/should_run/quotRem2
tests/perf/compiler/T6048.comp.stats
tests/profiling/should_run/profinline001
tests/rts/5993
tests/rts/T6006
tests/simplCore/should_run/T5915
tests/simplCore/should_run/T5920
tests/simplCore/should_run/T5997