annotate readme.html @ 639:463c60e26040

updated readme
author thomask
date Sun, 21 Aug 2005 18:22:43 +0000
parents
children 528649416e9d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
639
463c60e26040 updated readme
thomask
parents:
diff changeset
1 <html>
463c60e26040 updated readme
thomask
parents:
diff changeset
2 <head>
463c60e26040 updated readme
thomask
parents:
diff changeset
3 <meta http-equiv="content-type" content="text/html; charset=us-ascii" />
463c60e26040 updated readme
thomask
parents:
diff changeset
4 <meta http-equiv="content-language" content="en" />
463c60e26040 updated readme
thomask
parents:
diff changeset
5 <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" l gen true for "http://kuehne.cn")' />
463c60e26040 updated readme
thomask
parents:
diff changeset
6 <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.classify.org/safesurf/" L gen true for "http://dstress.kuehne.cn" r (SS~~000 1))' />
463c60e26040 updated readme
thomask
parents:
diff changeset
7 <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://vancouver-webpages.com/VWP1.0/" l gen true comment "VWP1.0" by "webmastro@kuehne.cn" on "2004.09.21T01:30-0700" for "dstress.kuehne.cn" r (P 0 S 0 V 0 Com 0 Tol 0 Env 0 SF 0 Edu 0 Can 0 MC 0 Gam -1 ))' />
463c60e26040 updated readme
thomask
parents:
diff changeset
8 <meta http-equiv="Content-Script-Type" content="text/javascript" />
463c60e26040 updated readme
thomask
parents:
diff changeset
9 <meta http-equiv="Content-Style-Type" content="text/css" />
463c60e26040 updated readme
thomask
parents:
diff changeset
10 <title>DStress - D compiler test suite</title>
463c60e26040 updated readme
thomask
parents:
diff changeset
11 <meta name="DC.Identifier" content="http://dstress.kuehne.cn/readme.html" />
463c60e26040 updated readme
thomask
parents:
diff changeset
12 <link rel="stylesheet" type="text/css" href="./www/formate.css" />
463c60e26040 updated readme
thomask
parents:
diff changeset
13 <meta name="distribution" content="Global" />
463c60e26040 updated readme
thomask
parents:
diff changeset
14 <meta name="DC.Format" content="text/html" />
463c60e26040 updated readme
thomask
parents:
diff changeset
15 <meta name="DC.Type" content="Software" />
463c60e26040 updated readme
thomask
parents:
diff changeset
16 <meta name="generator" content="Thomas Kuehne &lt;webmastro@kuehne.cn&gt;" />
463c60e26040 updated readme
thomask
parents:
diff changeset
17 <meta name="author" content="Thomas Kuehne &lt;webmastro@kuehne.cn&gt;" />
463c60e26040 updated readme
thomask
parents:
diff changeset
18 <meta name="DC.Creator" content="Thomas Kuehne &lt;webmastro@kuehne.cn&gt;" />
463c60e26040 updated readme
thomask
parents:
diff changeset
19 <meta name="DC.Publisher" content="Thomas Kuehne &lt;webmastro@kuehne.cn&gt;" />
463c60e26040 updated readme
thomask
parents:
diff changeset
20 <meta name="robots" content="index,follow" />
463c60e26040 updated readme
thomask
parents:
diff changeset
21 <meta name="DOCUMENT-STATE" content="STATIC" />
463c60e26040 updated readme
thomask
parents:
diff changeset
22 <meta name="DC.Language" content="en" />
463c60e26040 updated readme
thomask
parents:
diff changeset
23 <meta name="date" content="2005-08-14" />
463c60e26040 updated readme
thomask
parents:
diff changeset
24 <meta name="DC.Date" content="2005-08-14" />
463c60e26040 updated readme
thomask
parents:
diff changeset
25 <link rel="Report" href="./www/dstress.html" title="Report" />
463c60e26040 updated readme
thomask
parents:
diff changeset
26 <link rel="Results" href="./www/results.html"/>
463c60e26040 updated readme
thomask
parents:
diff changeset
27 <link rel="copyright" href="./license.txt"/>
463c60e26040 updated readme
thomask
parents:
diff changeset
28 <link rel="author" href="./authors.txt">
463c60e26040 updated readme
thomask
parents:
diff changeset
29 </head>
463c60e26040 updated readme
thomask
parents:
diff changeset
30 <body>
463c60e26040 updated readme
thomask
parents:
diff changeset
31
463c60e26040 updated readme
thomask
parents:
diff changeset
32 <center><h2><a id="top" name="top"></a>DStress - a D compiler test suite</h2><p>&#169; 2004, 2005 Thomas K&uuml;hne &lt;thomas [at] kuehne.cn&gt;</p></center>
463c60e26040 updated readme
thomask
parents:
diff changeset
33
463c60e26040 updated readme
thomask
parents:
diff changeset
34
463c60e26040 updated readme
thomask
parents:
diff changeset
35 <h3><a name="abstract" id="abstract" href="#top">^</a> Abstract</h3>
463c60e26040 updated readme
thomask
parents:
diff changeset
36 <blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
37 DStress is a collection of bug tracking and language conformance test cases for the <a href="http://digitalmars.com/d/">D programming language</a>. This document describes the use of the testing framework. The test summary can be found at <a href="./www/dstress.html">http://dstress.kuehne.cn/www/dstress.html</a> and a complete listing at <a href="./www/results.html">http://dstress.kuehne.cn/www/results.html</a>.
463c60e26040 updated readme
thomask
parents:
diff changeset
38 </blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
39
463c60e26040 updated readme
thomask
parents:
diff changeset
40 <h3><a name="index" id="index" href="#top">^</a> Index</h3>
463c60e26040 updated readme
thomask
parents:
diff changeset
41 <blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
42 <ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
43 <li><a href="#conditions">Conditions</a></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
44 <li><a href="#symbols">Symbols</a></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
45 <li><a href="#environment-settings">Environment Settings</a></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
46 <li><a href="#testcase-settings">Testcase Settings</a></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
47 <li><a href="#testing">Testing</a></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
48 <li><a href="#report-generation">Report Generation</a></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
49 <li><a href="#sourcecode-metadata">Sourcecode Metadata</a></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
50 </ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
51 </blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
52
463c60e26040 updated readme
thomask
parents:
diff changeset
53 <h3><a name="conditions" id="conditions" href="#top">^</a> Conditions</h3>
463c60e26040 updated readme
thomask
parents:
diff changeset
54 <blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
55 <dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
56 <dt>Passed</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
57 <dd><ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
58 <li>compiler return code zero</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
59 <li>no assertion was thrown</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
60 <li>return code of main is zero (applies only to the runtime tests)</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
61 </ol></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
62 <dt>Failed</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
63 <dd><ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
64 <li>compiler return code unequal zero</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
65 <li>linker return code unequal zero</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
66 <li>assertion was thrown</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
67 <li>return code of main isn't zero (applies only to the runtime tests)</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
68 </ol></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
69 <dt>Error</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
70 <dd><ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
71 <li>compiler segfaulted</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
72 <li>test case segfaulted</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
73 <li>unexpected compiler failure without source indication</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
74 </ol></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
75 </dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
76 </blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
77
463c60e26040 updated readme
thomask
parents:
diff changeset
78 <h3><a name="symbols" id="symbols" href="#top">^</a> Symbols</h3>
463c60e26040 updated readme
thomask
parents:
diff changeset
79 <blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
80 The symbols are the same as those used by the <a href="http://www.gnu.org/software/dejagnu/">DejaGnu</a> test framework.
463c60e26040 updated readme
thomask
parents:
diff changeset
81 <dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
82 <dt>PASS</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
83 <dd>test case was expected to pass, and it did</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
84 <dt>XPASS</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
85 <dd>test case was expected to fail, but passed</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
86 <dt>FAIL</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
87 <dd>test case was expected to pass, but failed</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
88 <dt>XFAIL</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
89 <dd>test case was expected to fail, and it did</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
90 <dt>ERROR</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
91 <dd>compiler, linker or test case segfaulted</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
92 </dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
93 </blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
94
463c60e26040 updated readme
thomask
parents:
diff changeset
95 <h3><a name="environment-settings" id="environment-settings" href="#top">^</a> Environment Settings</h3>
463c60e26040 updated readme
thomask
parents:
diff changeset
96 <blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
97 <dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
98 <dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
99 <dt>DMD / dmd</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
100 <dd>the D compiler, e.g.: <i>c:\dmd\bin\dmd.exe</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
101 <dd>use the wrapper <i>gdmd</i> for the GDC compiler</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
102 <dd>default value: <i>dmd</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
103 <dt>GDB / gdb</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
104 <dd>a debugger with gdb-like commands, e.g.: <i>/usr/local/bin/gdb</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
105 <dd>default value: <i>gdb</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
106 </dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
107 </dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
108 </blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
109
463c60e26040 updated readme
thomask
parents:
diff changeset
110 <h3><a name="testcase-settings" id="testcase-settings" href="#top">^</a> Testcase Settings</h3>
463c60e26040 updated readme
thomask
parents:
diff changeset
111 <blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
112 The settings starts with the end of one of the markers listed below and continues until the end of the line.
463c60e26040 updated readme
thomask
parents:
diff changeset
113 <dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
114 <dt>__DSTRESS_DFLAGS__</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
115 <dd>additional compiler arguments</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
116 <dd>default: <i>empty</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
117 <dt>__DSTRESS_EFILE__</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
118 <dd>expected failing source file</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
119 <dd>default: if __DSTRESS_ELINE__ isn't empty <i>current source file</i>, else <i>empty</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
120 <dt>__DSTRESS_ELINE__</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
121 <dd>expected failing source line</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
122 <dd>default: <i>empty</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
123 <dt>__GDB_PATTERN__</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
124 <dd>expected regular expression in GDB's output</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
125 <dd>default: <i>empty</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
126 <dt>__GDB_SCRIPT__</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
127 <dd>GDB command sequence</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
128 <dd>note: replace linebreaks by <i>\n</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
129 <dd>default: <i>empty</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
130 </dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
131 </blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
132
463c60e26040 updated readme
thomask
parents:
diff changeset
133 <h3><a name="testing" id="testing" href="#top">^</a> Testing</h3>
463c60e26040 updated readme
thomask
parents:
diff changeset
134 <blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
135 Testcases that are newer than the result file are ignored.
463c60e26040 updated readme
thomask
parents:
diff changeset
136 <dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
137 <dt>Posix Systems: AIX, Apple, BSD, Linux, Unix</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
138 <dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
139 <dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
140 <dt>Requirements</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
141 <dd>a C compiler</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
142 <dd><a href="./dstress.c">dstress.c</a></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
143 <dd><a href="./crashRun.c">crashRun.c</a></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
144 <dd>a D compiler</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
145 <dd>GnuMake version 3.80 or later (optional)</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
146 <dt>Step-by-Step (without GnuMake)</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
147 <dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
148 <ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
149 <li>compile <i>dstress.c</i><blockquote><pre><span class="cmd">gcc -o dstress dstress.c</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
150 <li>compile <i>crashRun.c</i><blockquote><pre><span class="cmd">gcc -o crashRun crashRun.c</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
151 <li>test D compiler:<blockquote><pre><span class="cmd">./dstress compile compile/const_12.d</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
152 <li>test linker and shell:<blockquote><pre><span class="cmd">./dstress run run/main_02.d</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
153 <li>start testing:<blockquote><pre><span class="cmd">./dstress [compile|nocompile|run|norun] testfile.d 2&gt;&gt; log.txt &gt;&gt; results.txt</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
154 </ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
155 </dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
156 <dt>Step-by-Step (with GnuMake)</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
157 <dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
158 <ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
159 <li>clean-up:<blockquote><pre><span class="cmd">make distclean</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
160 <li>start testing:<blockquote><pre><span class="cmd">make all > results</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
161 </ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
162 </dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
163 </dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
164 </dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
165 <dt>Windows Systems</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
166 <dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
167 <dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
168 <dt>Requirements</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
169 <dd>a C compiler</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
170 <dd><a href="./dstress.c">dstress.c</a></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
171 <dd>a D compiler</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
172 <dt><a name="windows-restrictions" id="windows-restrictions"></a>Restrictions</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
173 <dd>no eternal-loop protection</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
174 <dd>no proper Access Violation detection</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
175 <dd>Access Violations might cause pop-ups requiring human interaction</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
176 <dt>Step-by-Step</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
177 <dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
178 <ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
179 <li>make sure you understand the <a href="#windows-restrictions"> restrictions</a></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
180 <li>open dstress.c, search for <i>#error comment me out</i> and follow the instruction</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
181 <li>compile <i>dstress.c</i><blockquote><pre><span class="cmd">dmc -o dstress dstress.c</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
182 <li>test D compiler:<blockquote><pre><span class="cmd">dstress compile compile\const_12.d</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
183 <li>test linker and shell:<blockquote><pre><span class="cmd">dstress run run\main_02.d</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
184 <li>start testing:<blockquote><pre><span class="cmd">dstress [compile|nocompile|run|norun] testfile.d 2&gt;&gt; log.txt &gt;&gt; results.txt</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
185 </ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
186 </dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
187 </dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
188 </dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
189 </blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
190
463c60e26040 updated readme
thomask
parents:
diff changeset
191 <h3><a name="report-generation" id="report-generation" href="#top">^</a> Report Generation</h3>
463c60e26040 updated readme
thomask
parents:
diff changeset
192 <blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
193 <dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
194 <dt>Requirements</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
195 <dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
196 <ul>
463c60e26040 updated readme
thomask
parents:
diff changeset
197 <li>a Java compiler</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
198 <li><a href="./www/GenReport.java">GenReport.java</a></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
199 <li>at least one logfile</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
200 </ul>
463c60e26040 updated readme
thomask
parents:
diff changeset
201 </dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
202 <dt>Step-by-Step</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
203 <dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
204 <ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
205 <li>compile the reporter class<blockquote><pre><span class="cmd">javac GenReporter.java</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
206 <li>feed the logfile(s) to the reporter class<blockquote><pre><span class="cmd">java cn.kuehne.dmd.dstress.GenReport results1 results2 &gt; report.raw</span></pre></blockquote></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
207 <li>sort and insert <i>report.raw</i> with apropiate HTML tags into a HTML file</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
208 </ol>
463c60e26040 updated readme
thomask
parents:
diff changeset
209 </dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
210 <dt>Notes</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
211 <dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
212 <ul>
463c60e26040 updated readme
thomask
parents:
diff changeset
213 <li>the output is unsorted</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
214 <li>one or more result-files can be feed to the reporter class</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
215 <li>lines containing statistic data are marked by <i>&lt;!-- summary --&gt;</i></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
216 <li>use <i>...resultfile</i> instead of <i>resultfile</i> to mark all FAIL, XPASS, ERROR testcases of this logfile by <i>&lt;!-- P! --&gt;</i></li>
463c60e26040 updated readme
thomask
parents:
diff changeset
217 <li>more than one resultfile can be marked</li>
463c60e26040 updated readme
thomask
parents:
diff changeset
218 </ul>
463c60e26040 updated readme
thomask
parents:
diff changeset
219 </dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
220 </dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
221 </blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
222
463c60e26040 updated readme
thomask
parents:
diff changeset
223 <h3><a name="sourcecode-metadata" id="sourcecode-metadata" href="#top">^</a> Sourcecode Metadata</h3>
463c60e26040 updated readme
thomask
parents:
diff changeset
224 <blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
225 Metadata starts with one of the markers listed below and continues until the end of the line.
463c60e26040 updated readme
thomask
parents:
diff changeset
226 <dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
227 <dt>@author@</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
228 <dd>the bug/testcase reporter</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
229 <dd>common format: <i>Name &lt;email@host&gt;</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
230 <dt>@date@</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
231 <dd>first report date</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
232 <dd>common format: <i>year-month-day</i>
463c60e26040 updated readme
thomask
parents:
diff changeset
233 <dt>@uri@</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
234 <dd>the message id of the email/newsgroup message or the webpage</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
235 <dd>common format: <i>news:msg-id@host</i> or <i>http://host/page</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
236 <dt>@WARNING@</dt>
463c60e26040 updated readme
thomask
parents:
diff changeset
237 <dd>marks testcases with external dependencies or architecture/compiler specific data</dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
238 <dd>common format: <i>descriptive text</i></dd>
463c60e26040 updated readme
thomask
parents:
diff changeset
239 </dl>
463c60e26040 updated readme
thomask
parents:
diff changeset
240 </blockquote>
463c60e26040 updated readme
thomask
parents:
diff changeset
241
463c60e26040 updated readme
thomask
parents:
diff changeset
242 <div><br /><br /><hr /><a href='http://dstress.kuehne.cn/www/dstress.html'>http://dstress.kuehne.cn/readme.html</a>; 2005-08-21; <a href="mailto:webmastro@kuehne.cn">Webmaster</a></div>
463c60e26040 updated readme
thomask
parents:
diff changeset
243 </body>
463c60e26040 updated readme
thomask
parents:
diff changeset
244 </html>