summaryrefslogtreecommitdiff
path: root/testsuite/driver/extra_files.py
blob: f1dbcb50aaf31d97ec9983cebbfcc081b83e5cd0 (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
# Extra files that tests depend on.
# Maybe move this information to .T files at some point.

extra_src_files = {
  '10queens': ['Main.hs'],
  'Capi_Ctype_001': ['Capi_Ctype_A_001.hsc', 'capi_ctype_001.h', 'capi_ctype_001_c.c'],
  'Capi_Ctype_002': ['Capi_Ctype_A_002.hsc', 'capi_ctype_002_A.h', 'capi_ctype_002_B.h'],
  'Defer02': ['../../typecheck/should_run/Defer01.hs'],
  'DeprU': ['DeprM.hs'],
  'ExportSyntaxImport': ['ExportSyntax.hs'],
  'ExtraConstraintsWildcardInTypeSpliceUsed': ['ExtraConstraintsWildcardInTypeSplice.hs'],
  'GFunctor1': ['GFunctor.hs', 'Main.hs'],
  'GMap1': ['GMap.hs', 'Main.hs'],
  'GShow1': ['GShow.hs', 'Main.hs'],
  'GUniplate1': ['GUniplate.hs', 'Main.hs'],
  'ImpExp_Imp': ['ImpExp_Exp.hs'],
  'ImpSafeOnly01': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'ImpSafeOnly02': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'ImpSafeOnly03': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'ImpSafeOnly04': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'ImpSafeOnly05': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'ImpSafeOnly06': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'ImpSafeOnly07': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'ImpSafeOnly08': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'ImpSafeOnly09': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'ImpSafeOnly10': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'SplicesUsed': ['Splices.hs'],
  'T10138': ['.keepme.hpc.T10138/'],
  'T10255': ['Test10255.hs'],
  'T10268': ['Test10268.hs'],
  'T10269': ['Test10269.hs'],
  'T10276': ['Test10276.hs'],
  'T10278': ['Test10278.hs'],
  'T10280': ['Test10280.hs'],
  'T10294': ['annotation-plugin/'],
  'T10294a': ['annotation-plugin/'],
  'T10307': ['Test10307.hs'],
  'T10309': ['Test10309.hs'],
  'T10312': ['Test10312.hs'],
  'T10313': ['Test10313.hs', 'stringSource.hs'],
  'T10354': ['Test10354.hs'],
  'T10357': ['Test10357.hs'],
  'T10358': ['Test10358.hs'],
  'T10396': ['Test10396.hs'],
  'T10399': ['Test10399.hs'],
  'T10420': ['rule-defining-plugin/'],
  'T10458': ['A.c'],
  'T10529a': ['hpc_sample_non_existing_module.tix'],
  'T10529b': ['.hpc/', 'hpc_sample_incompatible_hash.tix'],
  'T10529c': ['.hpc/', 'hpc_sample_no_parse.tix'],
  'T10576a': ['T10576.hs'],
  'T10576b': ['T10576.hs'],
  'T10637': ['A.hs', 'A.hs-boot'],
  'T10672_x64': ['Main.hs', 'Printf.hs', 'cxxy.cpp'],
  'T10672_x86': ['Main.hs', 'Printf.hs', 'cxxy.cpp'],
  'T10890': ['A.hs', 'B.hs'],
  'T10890_1': ['Base.hs', 'Extends.hs'],
  'T10955': ['A.c', 'B.c'],
  'T10955dyn': ['A.c', 'B.c'],
  'T10971d': ['T10971c.hs'],
  'T11018': ['Test11018.hs'],
  'T11072gcc': ['A.c', 'T11072.hs'],
  'T11072msvc': ['A.c', 'T11072.hs', 'libAS.def', 'i686/', 'x86_64/'],
  'T11223_link_order_a_b_2_fail': ['bar.c', 'foo.c', 'foo3.hs'],
  'T11223_link_order_a_b_succeed': ['bar.c', 'foo.c', 'foo2.hs'],
  'T11223_link_order_b_a_2_succeed': ['bar.c', 'foo.c', 'foo3.hs'],
  'T11223_link_order_b_a_succeed': ['bar.c', 'foo.c', 'foo2.hs'],
  'T11223_simple_duplicate': ['bar.c', 'foo.c', 'foo.hs'],
  'T11223_simple_duplicate_lib': ['bar.c', 'foo.c', 'foo.hs'],
  'T11223_simple_link': ['foo.c', 'foo.hs'],
  'T11223_simple_link_lib': ['foo.c', 'foo.hs'],
  'T11223_simple_unused_duplicate_lib': ['bar.c', 'foo.c', 'foo.hs'],
  'T11223_weak_both_link_order_a_b_succeed': ['power.c', 'power3.hs', 'power_slow.c'],
  'T11223_weak_both_link_order_b_a_succeed': ['power.c', 'power3.hs', 'power_slow.c'],
  'T11223_weak_only_link_fail': ['power.c', 'power.hs'],
  'T11223_weak_only_link_succeed': ['power3.hs', 'power_slow.c'],
  'T11223_weak_single_link_order_a_b_succeed': ['power.c', 'power3.hs', 'power_slow.c'],
  'T11223_weak_single_link_order_b_a_succeed': ['power.c', 'power3.hs', 'power_slow.c'],
  'T11244': ['rule-defining-plugin/'],
  'T11321': ['Test11321.hs'],
  'T11332': ['Test11332.hs'],
  'T11430': ['Test11430.hs', 't11430.hs'],
  'T11824': ['TyCon.hs', 'Type.hs', 'Type.hs-boot', 'Unbound/'],
  'T11827': ['A.hs', 'A.hs-boot', 'B.hs'],
  'T12062': ['A.hs', 'A.hs-boot', 'C.hs'],
  'T12035j': ['T12035.hs', 'T12035a.hs', 'T12035.hs-boot'],
  'T12485': ['a.pkg', 'b.pkg', 'Main.hs'],
  'T1372': ['p1/', 'p2/'],
  'T1407': ['A.c'],
  'T1959': ['B.hs', 'C.hs', 'D.hs', 'E1.hs', 'E2.hs'],
  'T2014': ['A.hs', 'A.hs-boot', 'B.hs', 'C.hs'],
  'T2615': ['libfoo_T2615.c', 'libfoo_script_T2615.so'],
  'T3007': ['A/', 'B/'],
  'T3103': ['Foreign/', 'GHC/'],
  'T4198': ['exitminus1.c'],
  'T437': ['Test.hs', 'Test2.hs'],
  'T4491': ['A.hs'],
  'T4891': ['X.hs'],
  'T5147': ['A.hs', 'B1.hs', 'B2.hs'],
  'T5250': ['spalign.c'],
  'T5435_dyn_asm': ['T5435.hs', 'T5435_asm.c'],
  'T5435_dyn_gcc': ['T5435.hs', 'T5435_gcc.c'],
  'T5435_v_asm': ['T5435.hs', 'T5435_asm.c'],
  'T5435_v_gcc': ['T5435.hs', 'T5435_gcc.c'],
  'T5442a': ['test.pkg'],
  'T5442b': ['test.pkg'],
  'T5442c': ['test.pkg'],
  'T5442d': ['shadow1.pkg', 'shadow2.pkg', 'shadow4.pkg'],
  'T5462No1': ['GFunctor/'],
  'T5462Yes1': ['GEnum/', 'GEq/', 'GFunctor/'],
  'T5462Yes2': ['GFunctor/'],
  'T5644': ['Conf.hs', 'ManyQueue.hs', 'Util.hs', 'heap-overflow.hs'],
  'T6018fail': ['T6018Afail.hs', 'T6018Bfail.hs', 'T6018Cfail.hs', 'T6018Dfail.hs'],
  'T6106': ['../shell.hs'],
  'T7040_ghci': ['T7040_c.h'],
  'T7354a': ['T7354b.hs'],
  'T7373': ['D.hs', 'pkg/'],
  'T7478': ['A.hs', 'B.hs', 'C.hs'],
  'T7702': ['T7702plugin'],
  'T7835': ['Test.hs', 'TestPrim.hs', 'test-prims.cmm'],
  'T8184': ['A.hs', 'B.hs', 'B.hs-boot', 'C.hs'],
  'T8353': ['Defer03.hs'],
  'T8425': ['Arr.hs', 'Base.hs', 'BuggyOpt.hs', 'Good.hs', 'M.hs', 'Main.hs'],
  'T8526': ['A.hs'],
  'T8602': ['A.hs'],
  'T9293': ['ghci057.hs'],
  'T9562': ['A.hs', 'B.hs', 'B.hs-boot', 'C.hs', 'D.hs', 'Main.hs'],
  'T9579_outofheap_rtsall': ['OutOfHeap.hs'],
  'T9579_outofheap_rtsall_no_suggestions': ['OutOfHeap.hs'],
  'T9579_outofheap_rtsnone': ['OutOfHeap.hs'],
  'T9579_outofheap_rtssome': ['OutOfHeap.hs'],
  'T9579_stackoverflow_rtsall': ['StackOverflow.hs'],
  'T9579_stackoverflow_rtsall_no_suggestions': ['StackOverflow.hs'],
  'T9579_stackoverflow_rtsnone': ['StackOverflow.hs'],
  'T9579_stackoverflow_rtssome': ['StackOverflow.hs'],
  'T9619': ['.hpc', '.hpc.copy', 'hpc_sample.tix'],
  'T9646': ['Main.hs', 'Natural.hs', 'StrictPrim.hs', 'Type.hs'],
  'T9930fail': ['T9930'],
  'TH_import_loop': ['Main.hs', 'ModuleA.hs', 'ModuleA.hs-boot', 'ModuleB.hs', 'ModuleC.hs'],
  'TH_spliceViewPat': ['A.hs', 'Main.hs'],
  'andre_monad': ['Main.hs'],
  'andy_cherry': ['DataTypes.hs', 'GenUtils.hs', 'Interp.hs', 'InterpUtils.hs', 'Main.hs', 'Parser.hs', 'PrintTEX.hs', 'mygames.pgn'],
  'annfail04': ['Annfail04_Help.hs'],
  'annfail05': ['Annfail05_Help.hs'],
  'annfail06': ['Annfail06_Help.hs'],
  'annotations': ['AnnotationLet.hs'],
  'annrun01': ['Annrun01_Help.hs'],
  'annth_compunits': ['AnnHelper.hs', 'TestModule.hs', 'TestModuleTH.hs', 'annth.hs'],
  'annth_make': ['AnnHelper.hs', 'TestModule.hs', 'TestModuleTH.hs', 'annth.hs'],
  'apirecomp001': ['A.hs', 'B.hs', 'myghc.hs'],
  'barton-mangler-bug': ['Basic.hs', 'Expected.hs', 'Main.hs', 'Physical.hs', 'Plot.lhs', 'PlotExample.lhs', 'TypesettingTricks.hs'],
  'base01': ['GHC'],
  'boolFormula': ['TestBoolFormula.hs'],
  'break001': ['../Test2.hs'],
  'break002': ['../Test2.hs'],
  'break003': ['../Test3.hs'],
  'break005': ['../QSort.hs'],
  'break006': ['../Test3.hs'],
  'break007': ['Break007.hs'],
  'break008': ['../Test3.hs'],
  'break009': ['../Test6.hs'],
  'break010': ['../Test6.hs'],
  'break011': ['../Test7.hs'],
  'break017': ['../QSort.hs'],
  'break018': ['../mdo.hs'],
  'break019': ['../Test2.hs'],
  'break020': ['Break020b.hs'],
  'break021': ['Break020b.hs', 'break020.hs'],
  'break022': ['A1.hs', 'B.hs', 'B.hs-boot', 'C.hs'],
  'break023': ['A1.hs', 'B.hs', 'B.hs-boot', 'C.hs'],
  'break027': ['../QSort.hs'],
  'bug1465': ['B1.hs', 'B2.hs', 'C.hs', 'v1/', 'v2/'],
  'bug1677': ['Bar.hs', 'Foo.hs'],
  'bundle-export': ['BundleExport.hs'],
  'cabal01': ['A.hs', 'B/', 'MainA.hs', 'Setup.lhs', 'c_src/', 'hello.c', 'test.cabal'],
  'cabal03': ['Setup.lhs', 'p/', 'q/', 'r/'],
  'cabal04': ['Library.hs', 'Setup.lhs', 'TH.hs', 'thtest.cabal'],
  'cabal05': ['Setup.hs', 'p/', 'q/', 'r/', 's/', 't/'],
  'cabal06': ['Setup.hs', 'p-1.0/', 'p-1.1/', 'q/', 'r/'],
  'cabal08': ['Main.hs', 'Setup.hs', 'p1/', 'p2/'],
  'cabal09': ['Main.hs', 'Setup.hs', 'reexport.cabal'],
  'ccfail004': ['Ccfail004A.hs'],
  'cgrun067': ['Cgrun067A.hs'],
  'cholewo-eval': ['Arr.lhs', 'Main.lhs'],
  'comments': ['CommentsTest.hs'],
  'concio001.thr': ['concio001.hs'],
  'concprog001': ['Arithmetic.hs', 'Converter.hs', 'Mult.hs', 'Stream.hs', 'Thread.hs', 'Trit.hs', 'Utilities.hs'],
  'concprog002': ['Event.hs', 'Scheduler.hs', 'Server.hs', 'Thread.hs'],
  'concprog003': ['CASList.hs', 'Collection.hs', 'IOList.lhs', 'ImmList.hs', 'MVarListLockCoupling.hs', 'Main.lhs', 'RefInterface.hs', 'TestData.hs', 'TestDataParser.hs', 'TestRun.hs', 'test-8-3000-3000-2-1-4'],
  'cvh_unboxing': ['Append.lhs', 'Main.lhs', 'Types.lhs'],
  'determ002': ['A.hs'],
  'determ003': ['A.hs'],
  'determ005': ['A.hs'],
  'determ006': ['spec-inline-determ.hs'],
  'determ007': ['A.hs'],
  'determ008': ['A.hs'],
  'determ009': ['A.hs'],
  'determ010': ['A.hs'],
  'determ011': ['A.hs'],
  'determ012': ['A.hs'],
  'determ013': ['A.hs'],
  'determ014': ['A.hs'],
  'determ015': ['A.hs'],
  'determ016': ['A.hs'],
  'determ017': ['A.hs'],
  'determ018': ['A.hs'],
  'determ019': ['A.hs'],
  'determ021': ['A.hs'],
  'dodgy': ['DodgyA.hs'],
  'driver011': ['A011.hs'],
  'driver012': ['A012.hs'],
  'driver013': ['A013.hs'],
  'driver014': ['A014.hs'],
  'driver015': ['A015.hs'],
  'driver016': ['F016.hs'],
  'driver017': ['F017.hs'],
  'driver018': ['F018.hs'],
  'driver018a': ['F018a.hs'],
  'driver019': ['F019.hs'],
  'driver021': ['B021/'],
  'driver022': ['B022/'],
  'driver023': ['B023/'],
  'driver024': ['B024/'],
  'driver025': ['B025/'],
  'driver026': ['d026/'],
  'driver027': ['B027/'],
  'driver028': ['B028/'],
  'driver031': ['A031.hs'],
  'driver032': ['A032.hs'],
  'driver033': ['A033.hs'],
  'driver034': ['F034.hs'],
  'driver035': ['F035.hs'],
  'driver041': ['B041/'],
  'driver042': ['B042/'],
  'driver042stub': ['B042stub/'],
  'driver043': ['B043/'],
  'driver044': ['B044/'],
  'driver045': ['B045/'],
  'driver051': ['d051_1/', 'd051_2/'],
  'driver052': ['d052_1/', 'd052_2/'],
  'driver053': ['d053_1/', 'd053_2/'],
  'driver061a': ['A061a.hs'],
  'driver061b': ['A061b.hs'],
  'driver063': ['D063.hs'],
  'driver064': ['A064.hs'],
  'driver065': ['A065.hs'],
  'driver066': ['A066.hs'],
  'driver067': ['A067.hs'],
  'driver070': ['A070.hs'],
  'driver071': ['A071.hs'],
  'driver100': ['overlap/'],
  'driver200': ['A200.hs', 'B200/', 'D200.hs'],
  'dynamicToo001': ['A.hs', 'B.hs', 'B1.hs', 'B2.hs', 'C.hs'],
  'dynamicToo002': ['A.hs', 'B.hs', 'C.hs'],
  'dynamicToo003': ['A003.hs'],
  'dynamicToo004': ['Setup.hs', 'pkg1/', 'pkg1dyn/', 'pkg2/', 'prog.hs'],
  'dynamicToo005': ['A005.hsig'],
  'dynamicToo006': ['A.hsig', 'B.hs'],
  'dynamic_flags_001': ['A.hs', 'B.hs', 'C.hs'],
  'dynamic_flags_002A': ['A_First.hs', 'A_Main.hs', 'A_Second.hs'],
  'dynamic_flags_002B': ['B_First.hs', 'B_Main.hs', 'B_Second.hs'],
  'dynamic_flags_002C': ['C_Child.hs', 'C_Main.hs'],
  'dynamic_flags_002D': ['D_Child.hs', 'D_Main.hs'],
  'dynamic_flags_002Many': ['ManyFirst.hs', 'ManySecond.hs', 'ManyThird.hs'],
  'dynbrk001': ['../QSort.hs'],
  'dynbrk002': ['../QSort.hs'],
  'dynbrk004': ['../mdo.hs'],
  'dynbrk005': ['TupleN.hs'],
  'encoding004': ['encoded-data/'],
  'enum01': ['enum_processor.bat', 'enum_processor.py'],
  'enum02': ['enum_processor.bat', 'enum_processor.py'],
  'enum03': ['enum_processor.bat', 'enum_processor.py'],
  'exampleTest': ['AnnotationTuple.hs'],
  'fast2haskell': ['Fast2haskell.hs', 'Main.hs'],
  'ffi018_ghci': ['ffi018.h'],
  'frontend01': ['FrontendPlugin.hs'],
  'fun_insts': ['Main.hs'],
  'gadt17': ['Gadt17_help.hs'],
  'gadt23': ['Gadt23_AST.hs'],
  'galois_raytrace': ['CSG.hs', 'Construct.hs', 'Data.hs', 'Eval.hs', 'Geometry.hs', 'Illumination.hs', 'Intersections.hs', 'Interval.hs', 'Main.hs', 'Misc.hs', 'Parse.hs', 'Primitives.hs', 'Surface.hs', 'galois.gml'],
  'getargs': ['../getargs.hs'],
  'ghci.prog007': ['A.hs', 'B.hs', 'C.hs', 'C.hs-boot'],
  'ghci.prog008': ['A.hs'],
  'ghci.prog009': ['A1.hs', 'A2.hs', 'A3.hs', 'B.hs'],
  'ghci025': ['Ghci025B.hs', 'Ghci025C.hs', 'Ghci025D.hs'],
  'ghci026': ['../prog002'],
  'ghci038': ['../shell.hs'],
  'ghci058': ['../shell.hs'],
  'ghcilink001': ['TestLink.hs', 'f.c'],
  'ghcilink002': ['TestLink.hs', 'f.c'],
  'ghcilink004': ['TestLink.hs', 'f.c'],
  'ghcilink005': ['TestLink.hs', 'f.c'],
  'ghcpkg01': ['test.pkg', 'test2.pkg', 'test3.pkg'],
  'ghcpkg03': ['test.pkg', 'test2.pkg', 'test4.pkg'],
  'ghcpkg04': ['test.pkg', 'test5.pkg'],
  'ghcpkg05': ['test2.pkg', 'test3.pkg'],
  'ghcpkg06': ['test.pkg', 'testdup.pkg'],
  'ghcpkg07': ['test.pkg', 'test7a.pkg', 'test7b.pkg'],
  'haddock.Cabal': ['../../../../libraries/Cabal/Cabal/dist-install/haddock.t'],
  'haddock.Test': ['Hidden.hs', 'Test.hs', 'Visible.hs'],
  'haddock.base': ['../../../../libraries/base/dist-install/haddock.t'],
  'haddock.compiler': ['../../../../compiler/stage2/haddock.t'],
  'heapprof002': ['heapprof001.hs'],
  'hist001': ['../Test3.hs'],
  'hpc001': ['../hpcrun.pl'],
  'hpc_draft': ['.hpc/', 'hpc001.hs', 'hpc_sample.tix'],
  'hpc_fork': ['../hpcrun.pl'],
  'hpc_ghc_ghci': ['A.hs', 'B.hs'],
  'hpc_hand_overlay': ['.hpc/', 'hand_overlay.ovr', 'hpc001.hs', 'hpc_sample.tix'],
  'hpc_markup_001': ['.hpc/', 'hpc001.hs', 'hpc_sample.tix'],
  'hpc_markup_002': ['.hpc/', 'hpc001.hs', 'hpc_sample.tix'],
  'hpc_markup_multi_001': ['../Geometry.hs', '.hpc/', 'hpc_sample.tix'],
  'hpc_markup_multi_002': ['../CSG.hs', '../Construct.hs', '../Data.hs', '../Eval.hs', '../Geometry.hs', '../Illumination.hs', '../Intersections.hs', '../Interval.hs', '../Main.hs', '../Misc.hs', '../Parse.hs', '../Pixmap.hs', '../Primitives.hs', '../RayTrace.hs', '../Surface.hs', '.hpc/', 'hpc_sample.tix'],
  'hpc_markup_multi_003': ['../CSG.hs', '../Construct.hs', '../Data.hs', '../Eval.hs', '../Geometry.hs', '../Illumination.hs', '../Intersections.hs', '../Interval.hs', '../Main.hs', '../Misc.hs', '../Parse.hs', '../Pixmap.hs', '../Primitives.hs', '../RayTrace.hs', '../Surface.hs', '.hpc/', 'hpc_sample.tix'],
  'hpc_overlay': ['.hpc/', 'hpc001.hs', 'hpc_sample.tix', 'sample_overlay.ovr'],
  'hpc_overlay2': ['.hpc/', 'hpc001.hs', 'hpc_sample.tix', 'sample_overlay.ovr'],
  'hpc_raytrace': ['../hpcrun.pl', 'CSG.hs', 'Construct.hs', 'Data.hs', 'Eval.hs', 'Geometry.hs', 'Illumination.hs', 'Intersections.hs', 'Interval.hs', 'Main.hs', 'Misc.hs', 'Parse.hs', 'Primitives.hs', 'Surface.hs', 'galois.gml', 'galois.sample'],
  'hpc_report_001': ['.hpc/', 'hpc_sample.tix'],
  'hpc_report_002': ['.hpc/', 'hpc_sample.tix'],
  'hpc_report_003': ['.hpc/', 'hpc_sample.tix'],
  'hpc_report_multi_001': ['.hpc/', 'hpc_sample.tix'],
  'hpc_report_multi_002': ['.hpc/', 'hpc_sample.tix'],
  'hpc_report_multi_003': ['.hpc/', 'hpc_sample.tix'],
  'hpc_show': ['.hpc', 'hpc_sample.tix'],
  'hpc_show_multi_001': ['.hpc/', 'hpc_sample.tix'],
  'hpc_show_multi_002': ['.hpc/', 'hpc_sample.tix'],
  'hs-boot': ['A.hs', 'A.hs-boot', 'B.hs', 'C.hs', 'Main.hs'],
  'impexp': ['Exp.hs', 'Imp.hs'],
  'ind2': ['Ind2_help.hs'],
  'jl_defaults': ['Main.hs'],
  'joao-circular': ['Data_Lazy.hs', 'Funcs_Lexer.hs', 'Funcs_Parser_Lazy.hs', 'LrcPrelude.hs', 'Main.hs', 'Visfun_Lazy.hs', 'inp'],
  'jq_readsPrec': ['Main.hs'],
  'jtod_circint': ['Bit.hs', 'LogFun.hs', 'Main.hs', 'Signal.hs'],
  'jules_xref': ['Main.hs'],
  'jules_xref2': ['Main.hs'],
  'landmines': ['MineFixity.hs', 'MineKind.hs', 'MineNames.hs', 'MineType.hs'],
  'launchbury': ['Main.hs'],
  'lazy-bs-alloc': ['../../numeric/should_run/arith011.stdout'],
  'lennart_range': ['Main.hs'],
  'lex': ['Main.hs'],
  'life_space_leak': ['Main.hs'],
  'linker_error1': ['linker_error.c'],
  'linker_error2': ['linker_error.c'],
  'linker_error3': ['linker_error.c'],
  'linker_unload': ['LinkerUnload.hs', 'Test.hs'],
  'listCommand001': ['../Test3.hs'],
  'listcomps': ['ListComprehensions.hs'],
  'literals': ['LiteralsTest.hs'],
  'load_short_name': ['A.c'],
  'maessen_hashtab': ['Data/', 'HashTest.hs'],
  'memo001': ['Memo1.lhs'],
  'memo002': ['Memo2.lhs'],
  'mod101': ['Mod101_AuxA.hs', 'Mod101_AuxB.hs'],
  'mod102': ['Mod102_AuxA.hs', 'Mod102_AuxB.hs'],
  'mod114': ['Mod114_Help.hs'],
  'mod115': ['Mod115_A.hs', 'Mod115_B.hs'],
  'mod117': ['Mod117_A.hs', 'Mod117_B.hs'],
  'mod118': ['Mod118_A.hs', 'Mod118_B.hs'],
  'mod119': ['Mod119_A.hs', 'Mod119_B.hs'],
  'mod120': ['Mod120_A.hs'],
  'mod121': ['Mod121_A.hs'],
  'mod122': ['Mod122_A.hs'],
  'mod123': ['Mod123_A.hs'],
  'mod124': ['Mod124_A.hs'],
  'mod125': ['Mod125_A.hs'],
  'mod126': ['Mod126_A.hs'],
  'mod127': ['Mod127_A.hs'],
  'mod128': ['Mod128_A.hs'],
  'mod131': ['Mod131_A.hs', 'Mod131_B.hs'],
  'mod132': ['Mod132_A.hs', 'Mod132_B.hs'],
  'mod136': ['Mod136_A.hs'],
  'mod137': ['Mod137_A.hs'],
  'mod138': ['Mod138_A.hs'],
  'mod139': ['Mod139_A.hs', 'Mod139_B.hs'],
  'mod140': ['Mod140_A.hs'],
  'mod141': ['Mod141_A.hs'],
  'mod142': ['Mod142_A.hs'],
  'mod143': ['Mod143_A.hs'],
  'mod144': ['Mod144_A.hs'],
  'mod145': ['Mod145_A.hs'],
  'mod146': ['Mod145_A.hs'],
  'mod147': ['Mod147_A.hs'],
  'mod157': ['Mod157_A.hs', 'Mod157_B.hs', 'Mod157_C.hs', 'Mod157_D.hs'],
  'mod158': ['Mod157_A.hs', 'Mod157_B.hs', 'Mod157_C.hs', 'Mod157_D.hs'],
  'mod159': ['Mod159_A.hs', 'Mod159_B.hs', 'Mod159_C.hs', 'Mod159_D.hs'],
  'mod160': ['Mod159_A.hs', 'Mod159_B.hs', 'Mod159_C.hs', 'Mod159_D.hs'],
  'mod162': ['Mod162_A.hs'],
  'mod163': ['Mod163_A.hs'],
  'mod164': ['Mod164_A.hs', 'Mod164_B.hs'],
  'mod165': ['Mod164_A.hs', 'Mod164_B.hs'],
  'mod166': ['Mod164_A.hs', 'Mod164_B.hs'],
  'mod167': ['Mod164_A.hs', 'Mod164_B.hs'],
  'mod170': ['Mod170_A.hs'],
  'mod171': ['Mod171_A.hs', 'Mod171_B.hs'],
  'mod172': ['Mod172_B.hs', 'Mod172_C.hs'],
  'mod173': ['Mod173_Aux.hs'],
  'mod175': ['Test.hs', 'Test2.hs'],
  'mod178': ['Mod178_2.hs'],
  'mod179': ['Mod179_A.hs'],
  'mod180': ['Mod180_A.hs', 'Mod180_B.hs'],
  'north_array': ['Main.hs'],
  'okeefe_neural': ['Main.hs'],
  'overloadedlabelsrun04': ['OverloadedLabelsRun04_A.hs'],
  'overloadedrecfldsfail04': ['OverloadedRecFldsFail04_A.hs'],
  'overloadedrecfldsfail06': ['OverloadedRecFldsFail06_A.hs'],
  'overloadedrecfldsfail10': ['OverloadedRecFldsFail10_A.hs', 'OverloadedRecFldsFail10_B.hs', 'OverloadedRecFldsFail10_C.hs'],
  'overloadedrecfldsfail11': ['OverloadedRecFldsFail11_A.hs'],
  'overloadedrecfldsfail12': ['OverloadedRecFldsFail12_A.hs'],
  'overloadedrecfldsrun02': ['OverloadedRecFldsRun02_A.hs'],
  'p10': ['D.hs'],
  'p11': ['E.hs'],
  'p13': ['P13_A.hs'],
  'p7': ['A.hs'],
  'p8': ['B.hs'],
  'p9': ['C.hs'],
  'parseTree': ['AnnotationTuple.hs'],
  'parsed': ['LiteralsTest2.hs'],
  'parser.prog001': ['Read006.hs', 'Read007.hs'],
  'pat-syn-bundle': ['Bundle1.hs', 'BundleInternal1.hs'],
  'pat-syn-trans-bundle': ['Bundle.hs', 'BundleInternal.hs', 'TransBundle.hs'],
  'pkg02': ['A.hs', 'Foreign.hs'],
  'plugins01': ['simple-plugin/'],
  'plugins02': ['simple-plugin/'],
  'plugins03': ['simple-plugin/'],
  'plugins04': ['HomePackagePlugin.hs'],
  'plugins05': ['HomePackagePlugin.hs'],
  'plugins06': ['LinkerTicklingPlugin.hs'],
  'plugins07': ['rule-defining-plugin/'],
  'print002': ['../Test.hs'],
  'print003': ['../Test.hs'],
  'print005': ['../QSort.hs'],
  'print006': ['../Test.hs'],
  'print007': ['../Test.hs'],
  'print008': ['../Test.hs'],
  'print010': ['../Test.hs'],
  'print011': ['../Test.hs'],
  'print012': ['../GADT.hs', '../Test.hs'],
  'print013': ['../GADT.hs'],
  'print014': ['../GADT.hs'],
  'print016': ['../Test.hs'],
  'print017': ['../Test.hs'],
  'print018': ['../Test.hs'],
  'print019': ['../Test.hs'],
  'print020': ['../HappyTest.hs'],
  'print023': ['../Test.hs'],
  'print024': ['../Test.hs'],
  'print030': ['print029.hs'],
  'print032': ['print029.hs'],
  'print034': ['../GADT.hs', '../Test.hs'],
  'print035': ['../Unboxed.hs'],
  'prog001': ['../shell.hs', 'A.hs', 'B.hs', 'C1.hs', 'D1.hs', 'D2.hs'],
  'prog002': ['../shell.hs', 'A1.hs', 'A2.hs', 'B.hs', 'C.hs', 'D.hs'],
  'prog003': ['../shell.hs', 'A.hs', 'B.hs', 'C.hs', 'D1.hs', 'D2.hs'],
  'prog005': ['A1.hs', 'B.hs'],
  'prog006': ['A.hs', 'Boot.hs-boot', 'Boot1.hs', 'Boot2.hs'],
  'prog012': ['../shell.hs', 'Bar1.hs', 'Bar2.hs', 'Foo.hs', 'FooBar.hs'],
  'prog013': ['Bad.hs', 'Good.hs'],
  'prog014': ['Primop.hs', 'dummy.c'],
  'prog015': ['Level1.hs', 'Level2/', 'TopLevel.hs'],
  'prog016': ['Level1.hs', 'Level2/', 'TopLevel.hs'],
  'prog017': ['Level1.hs', 'Level2/', 'TopLevel.hs'],
  'qq005': ['Expr.hs', 'Main.hs'],
  'qq006': ['Expr.hs', 'Main.hs'],
  'qq007': ['QQ.hs', 'Test.hs'],
  'qq008': ['QQ.hs', 'Test.hs'],
  'qq009': ['QQ.hs', 'Test.hs'],
  'recomp001': ['A.hs', 'B1.hs', 'B2.hs', 'C.hs'],
  'recomp002': ['Q.hs', 'W.hs', 'W.hs-boot'],
  'recomp003': ['A.hs'],
  'recomp004': ['Main.hs', 'c.h', 'c1.c', 'c2.c'],
  'recomp005': ['A.hs', 'B.hs', 'C1.hs', 'C2.hs', 'D.hs', 'E.hs'],
  'recomp006': ['A.hs', 'B1.hs', 'B2.hs'],
  'recomp007': ['Setup.hs', 'a1/', 'a2/', 'b/'],
  'recomp008': ['A1.hs', 'A2.hs', 'B.hs', 'Main.hs'],
  'recomp009': ['Main.hs', 'Sub1.hs', 'Sub2.hs'],
  'recomp010': ['Main.hs', 'X1.hs', 'X2.hs'],
  'recomp011': ['Main.hs'],
  'recomp015': ['Generate.hs'],
  'record_upd': ['Main.hs'],
  'rename.prog001': ['Rn037Help.hs', 'rn037.hs'],
  'rename.prog002': ['Rn037Help.hs', 'rnfail037.hs'],
  'rename.prog003': ['A.hs', 'B.hs'],
  'rename.prog004': ['A.hs', 'B.hs', 'C.hs'],
  'rename.prog005': ['VersionGraphClient.hs', 'VersionGraphClient.hs-boot', 'View.hs', 'ViewType.hs'],
  'retc001': ['A.hs', 'B1.hs', 'B2.hs', 'C.hs'],
  'retc002': ['Q.hs', 'W.hs', 'W.hs-boot'],
  'retc003': ['A.hs'],
  'rittri': ['Main.hs'],
  'rn.prog006': ['A.hs', 'B/', 'Main.hs', 'pwd.hs'],
  'rn009': ['Imp10Aux.hs', 'Imp10Aux.hs-boot'],
  'rn011': ['Imp100Aux.hs', 'Imp100Aux.hs-boot'],
  'rn012': ['Imp500Aux.hs', 'Imp500Aux.hs-boot'],
  'rn017': ['RnAux017.hs', 'RnAux017.hs-boot'],
  'rn042': ['Rn042_A.hs'],
  'rn043': ['Rn043_A.hs', 'Rn043_B.hs'],
  'rn044': ['Rn044_A.hs', 'Rn044_B.hs'],
  'rn050': ['Rn050_A.hs'],
  'rn052': ['Rn052Aux.hs'],
  'rn053': ['Rn053_A.hs', 'Rn053_B.hs'],
  'rn059': ['Rn059_A.hs', 'Rn059_B.hs'],
  'rn065': ['Rn065A.hs'],
  'rn066': ['Rn066_A.hs'],
  'rn067': ['Rn067_A.hs'],
  'rnfail040': ['Rnfail040_A.hs'],
  'rnfail047': ['RnFail047_A.hs', 'RnFail047_A.hs-boot'],
  'rnfail055': ['RnFail055.hs', 'RnFail055.hs-boot', 'RnFail055_aux.hs'],
  'rtsopts001': ['rtsOpts.hs'],
  'safePkg01': ['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal'],
  'sanders_array': ['Main.hs'],
  'seward-space-leak': ['Main.lhs'],
  'shared001': ['Shared001.hs'],
  'sigcabal01': ['Main.hs', 'Setup.hs', 'p/'],
  'sigof01': ['A.hs', 'B.hsig', 'Main.hs'],
  'sigof01m': ['A.hs', 'B.hsig', 'Main.hs'],
  'sigof02': ['Main.hs', 'Map.hsig'],
  'sigof02d': ['Double.hs', 'Map.hsig', 'MapAsSet.hsig'],
  'sigof02dm': ['Double.hs', 'Map.hsig', 'MapAsSet.hsig'],
  'sigof02dmt': ['Double.hs', 'Map.hsig', 'MapAsSet.hsig'],
  'sigof02dt': ['Double.hs', 'Map.hsig', 'MapAsSet.hsig'],
  'sigof02m': ['Main.hs', 'Map.hsig'],
  'sigof02mt': ['Main.hs', 'Map.hsig'],
  'sigof02t': ['Main.hs', 'Map.hsig'],
  'sigof03': ['A.hs', 'ASig1.hsig', 'ASig2.hsig', 'Main.hs'],
  'sigof03m': ['A.hs', 'ASig1.hsig', 'ASig2.hsig', 'Main.hs'],
  'sigof04': ['Sig.hsig'],
  'simpl020': ['Simpl020_A.hs'],
  'simpl021': ['Simpl021A.hs', 'Simpl021B.hs'],
  'simplCore.oneShot': ['OneShot1.hs', 'OneShot2.hs'],
  'simplCore.prog001': ['Simpl006Help.hs', 'simpl006.hs'],
  'simplCore.prog002': ['Simpl009Help.hs', 'simpl009.hs'],
  'stack002': ['stack001.hs'],
  'static001': ['Static001.hs'],
  'strict_anns': ['Main.hs'],
  'tc170': ['Tc170_Aux.hs'],
  'tc173': ['Tc173a.hs', 'Tc173b.hs'],
  'tc239': ['Tc239_Help.hs'],
  'tc245': ['Tc245_A.hs'],
  'tc251': ['Tc251_Help.hs'],
  'tc263': ['Tc263_Help.hs'],
  'tc266': ['Tc266.hs', 'Tc266a.hs', 'Tc266.hs-boot'],
  'tcfail186': ['Tcfail186_Help.hs'],
  'tcrun025': ['TcRun025_B.hs'],
  'tcrun038': ['TcRun038_B.hs'],
  'testwsdeque': ['../../../rts/WSDeque.h'],
  'thurston-modular-arith': ['Main.hs', 'TypeVal.hs'],
  'tough': ['../hpcrun.pl'],
  'tough2': ['../hpcrun.pl', 'subdir/'],
  'typecheck.prog001': ['A.hs', 'B.hs', 'C.hs'],
  'typecheck.prog002': ['A.hs', 'B.hs'],
  'typecheck.testeq1': ['FakePrelude.hs', 'Main.hs', 'TypeCast.hs', 'TypeEq.hs'],
  'write_interface_make': ['A011.hs'],
  'write_interface_oneshot': ['A011.hs'],
}