Re: [PATCH] rw_create_catalog()

2007-08-06 Thread Martin Sebor
Farid Zaripov wrote: Attached is a patch, moving generate_catalog() function from 22.locale.messages.cpp into rwtest library. Since we're moving the function into the driver I think it might be useful to generalize it so as not to assume a fixed number of sets or even messages in each set.

Re: [PING] Re: dead links on result page

2007-08-06 Thread Martin Sebor
Hi Andrew, There still are dead links. For example, the Intel C++ 9.1 build below (the only one of its kind in DATA status): http://people.apache.org/~sebor/stdcxx/results/linux_redhat_el-4.4-em64t-icc-64b-9.1-15S-562601-log.gz.txt Here's what's in the log files between Sat and this morning:

[PATCH] Update test 22.locale.num.put.mt.cpp to validate results

2007-08-06 Thread Travis Vitek
Attached is a patch to enhance the num_put facet mt test. Threads verify that the values they put compare equal to those put in the primary thread. 2007-08-06 Travis Vitek[EMAIL PROTECTED] * 22.locale.num.put.mt.cpp: Added structure for MyIos, MyStreambuf and CnumData

[jira] Created: (STDCXX-510) locale tests assert and abort when passed --help command line argument

2007-08-06 Thread Travis Vitek (JIRA)
locale tests assert and abort when passed --help command line argument -- Key: STDCXX-510 URL: https://issues.apache.org/jira/browse/STDCXX-510 Project: C++ Standard Library

[jira] Updated: (STDCXX-510) locale tests assert and abort when passed --help command line argument

2007-08-06 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-510: Description: Running many of the locale tests with the '--help' command line argument results in

Re: [PATCH] Update test 22.locale.num.put.mt.cpp to validate results

2007-08-06 Thread Martin Sebor
Travis Vitek wrote: Attached is a patch to enhance the num_put facet mt test. Threads verify that the values they put compare equal to those put in the primary thread. I'm afraid the patch didn't apply cleanly for me (probably due to whitespace issues). Try attaching it to your post to see if

RE: [PATCH] Update test 22.locale.num.put.mt.cpp to validate results

2007-08-06 Thread Travis Vitek
Martin Sebor wrote: I'm afraid the patch didn't apply cleanly for me (probably due to whitespace issues). Try attaching it to your post to see if it makes it past ezmlm. If that doesn't work, unless you can put it up on your web page somewgere you might need to open a Jira for the enhancement