/[Apache-SVN]/stdcxx/trunk/etc/config/xfail.txt
ViewVC logotype

Contents of /stdcxx/trunk/etc/config/xfail.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 607788 - (show annotations)
Tue Jan 1 01:21:34 2008 UTC (22 months, 3 weeks ago) by sebor
Original Path: incubator/stdcxx/trunk/etc/config/xfail.txt
File MIME type: text/plain
File size: 2086 byte(s)
2007-12-31  Martin Sebor  <sebor@roguewave.com>

	STDCXX-683
	* bin/xbuildgen (xfailfile): New constant containing the pathname
	to the expected failures file.
	Used the title attribute directly in each element for simplicity
	intead of adding <div> all over the place.
	(Logs and Columns table): Temporarily removed/commented out all
	six component columns until the xcomp.awk script has been enhanced
	to generate the whole table instead.
	(Logs and Columns table): Added minimum, maximum, total, and average
	rows for each of the sizes columns.
	(resultstle.css): Added caption, tr. Renamed missing to MISS. Removed
	padding from td.name and background from td.total.
	(process_components): Removed and invoked xcomp.awk (with xfailfile
	as an argument) to process all components in a single shot instead.
	* bin/xcomp.awk: Rewrote from scratch to process the entire build
	log, including all examples, locales, and tests, in one go to
	simplify things and for efficiency. Implemented the "expected
	failures feature.
	* etc/config/xfail.txt: Initial (demo) version of the list of
	expected failures.
1 ########################################################################
2 #
3 # Expected/known failures in stdcxx examples, locales, and tests.
4 #
5 # Record format:
6 # <program-name> <config> <status> <issue>
7 # [<config> <status> <issue>]*
8 #
9 # where <program-name>, <status>, and <issue> are ordinary strings
10 # (containing no whitespace), and <config> is a shell globbing
11 # pattern in the format below. All fields are required, as are all
12 # the components the <status> field.
13 #
14 # <config> ::= <os>-<version>-<arch><compiler>-<version>-<buildtype>
15 #
16 ########################################################################
17 # Known example failures
18 #
19 # EXAMPLE EXPECTED ISSUE
20 # NAME PLATFORM AND BUILD TYPE STATUS NUMBER
21 # --------------- ------------------------------ -------- ----------
22 codecvt1 *-*-*-*-* 1 STDCXX-520
23 dynatype *-*-*-vacpp-9.0-* COMP STDCXX-605
24 limits aix-*-*-*-* DIFF STDCXX-458
25
26 ########################################################################
27 # Known locale failures
28 #
29 # LOCALE EXPECTED ISSUE
30 # NAME PLATFORM AND BUILD TYPE STATUS NUMBER
31 # -------------- ------------------------------ -------- ----------
32 br_FR.ISO-8859-1 *.*.*.*.* 1 STDCXX-372
33 hu_HU.ISO-8859-2 *.*.*.*.* 1 STDCXX-372
34
35
36 ########################################################################
37 # Known test failures
38 #
39 # TEST EXPECTED ISSUE
40 # NAME PLATFORM AND BUILD TYPE STATUS NUMBER
41 # -------- ------------------------------ -------- ----------
42 0.process aix-5.3-*-vacpp-9.0-* SEGV STDCXX-625
43 2.smartptr.shared aix-*-*-vacpp-9.0-* COMP STDCXX-360
44 19.exceptions.mt aix-5.3-*-vacpp-9.0-{12,15}? HUP STDCXX-644

Properties

Name Value
svn:eol-style native
svn:keywords Id

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2