blob: 520a8c3a052a1e5aed20fc67a46ed49528e141ef (
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
|
# d.test ===========
#
# Test cases specifically for the D language.
#
# Range: 40000 - 49999
# test.name config.file input.file output.file
40000 common/d.cfg d/HashMap.d
40001 common/d.cfg d/imports.d
40002 common/d.cfg d/volatile.d
40003 common/d.cfg d/volatile-1.d
40004 common/d.cfg d/volatile-2.d
40005 common/d.cfg d/volatile-3.d
40006 common/d.cfg d/Lexer.d
40007 d/d2.cfg d/Lexer.d
40010 common/d.cfg d/template.d
40011 d/d2.cfg d/template.d
40012 d/d2-i.cfg d/template.d
40013 d/d2-r.cfg d/template.d
40020 common/d.cfg d/funcfunc.d
40021 common/d.cfg d/tst01.d
40022 d/d-tst2.cfg d/tst02.d
40023 common/d.cfg d/bug-indent.d
40024 d/d3.cfg d/tst03.d
40025 d/d3a.cfg d/tst03.d
40026 common/empty.cfg d/wysiwyg_strings.d
40027 common/empty.cfg d/static_if_in_struct.d
40030 common/d.cfg d/delegate.d
40035 common/d.cfg d/enum.d
40040 common/sort_imports.cfg d/sort_import.d
40050 common/d.cfg d/strings.d
40051 common/d.cfg d/numbers.d
40052 d/d2.cfg d/numbers.d
40060 common/d.cfg d/casts.d
40061 common/d.cfg d/const.d
40070 d/d_sp_paren.cfg d/d_sp_paren.d
40080 common/d.cfg d/static_if.d
40090 d/libd.cfg d/square_indent_tab.d
40100 d/1438.cfg d/1438.d
40201 d/invariant.cfg d/invariant.d
40300 common/d.cfg d/extern_.d
40400 common/mod_full_brace_if_chain_only-t.cfg d/vbraces000.d
40401 common/empty.cfg d/vbraces001.d
40402 common/mod_full_brace_if_chain_only-t.cfg d/vbraces002.d
40403 common/empty.cfg d/template_use.d
40500 common/empty.cfg d/template_spacing000.d
40501 common/sp_after_type-r.cfg d/template_spacing001.d
40502 common/sp_after_type-f.cfg d/template_spacing001.d
40503 d/sp_after_type-a.cfg d/template_spacing001.d
40504 common/sp_after_type-r.cfg d/type_spacing000.d
40505 common/sp_after_type-f.cfg d/type_spacing000.d
40506 d/sp_after_type-a.cfg d/type_spacing000.d
|