RE: Convert MSVC CRT debug reports to rwtest driver debug reports

2007-06-26 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 1:31 AM To: stdcxx-dev@incubator.apache.org Subject: Re: Convert MSVC CRT debug reports to rwtest driver debug reports Farid Zaripov wrote: In some tests in debug mode GUI popups

[jira] Assigned: (STDCXX-462) std::time_get example exposes undefined behavior

2007-06-26 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-462: Assignee: Farid Zaripov std::time_get example exposes undefined behavior

[jira] Resolved: (STDCXX-462) std::time_get example exposes undefined behavior

2007-06-26 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-462. -- Resolution: Fixed Fix Version/s: 4.2 Fixed thus:

RE: status of thread safety tests

2007-06-26 Thread Mark Brown
22.locale.num.put.mt gets a SIGSEGV on my system (Fedora 6) even with a single thread. Here's the output of gdb: $ gdb ./22.locale.num.put.mt GNU gdb Red Hat Linux (6.5-15.fc6rh) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License,

crash in 22.locale.num.put.mt (was RE: status of thread safety tests)

2007-06-26 Thread Mark Brown
It might be more helpful if I include the debugging information. The test runs okay with just one thread in a debug build so this output is for two threads. (gdb) r --nthreads=2 Starting program: /home/mbrown/stdcxx-gcc-4.1.1-15D/tests/22.locale.num.put.mt --nthreads=2 [Thread debugging using

RE: list of available cross-build result views

2007-06-26 Thread Mark Brown
-Original Message- From: [EMAIL PROTECTED] Sent: Sat, 16 Jun 2007 15:59:11 -0600 To: stdcxx-dev@incubator.apache.org Subject: list of available cross-build result views ...is on the page below. This page and the cross-build views are all set up to get generated from the

RE: svn commit: r550545 - in /incubator/stdcxx/trunk/tests/localization: 22.locale.ctype.is.cpp 22.locale.ctype.narrow.cpp 22.locale.ctype.scan.cpp 22.locale.ctype.tolower.cpp 22.locale.ctype.toupper.

2007-06-26 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 9:38 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r550545 - in /incubator/stdcxx/trunk/tests/localization: 22.locale.ctype.is.cpp 22.locale.ctype.narrow.cpp

Re: svn commit: r550545 - in /incubator/stdcxx/trunk/tests/localization: 22.locale.ctype.is.cpp 22.locale.ctype.narrow.cpp 22.locale.ctype.scan.cpp 22.locale.ctype.tolower.cpp 22.locale.ctype.toupper.

2007-06-26 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 9:38 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r550545 - in /incubator/stdcxx/trunk/tests/localization: 22.locale.ctype.is.cpp

RE: STDCXX examples fails and reasons [MSVC]

2007-06-26 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 5:58 PM To: stdcxx-dev@incubator.apache.org Subject: Re: STDCXX examples fails and reasons [MSVC] Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL

RE: STDCXX examples fails and reasons [MSVC]

2007-06-26 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 7:41 PM To: stdcxx-dev@incubator.apache.org Subject: Re: STDCXX examples fails and reasons [MSVC] a detectable requirement. Violations of the requirement are detectable by

4.2.0 merge today

2007-06-26 Thread Martin Sebor
The test results look good on most platforms and I'd like to merge trunk to 4.2.0 today. If there are any objections let me know ASAP. The one problematic platform that might need some attention is Intel Intel C++ 9.1 on Windows 2000/x86. A 12d build fails with this error: Linking...(Intel C++

4.2.0 build and test results

2007-06-26 Thread Martin Sebor
With Andrew's help I've created a page with the build and test results of the stdcxx/4.2.0 branch to use as a baseline after the merge from trunk I'm planning to do later today: http://people.apache.org/~sebor/stdcxx-4.2.0/results/ Andrew, I'm having trouble opening the logs. Instead of

Re: [jira] Closed: (STDCXX-462) std::time_get example exposes undefined behavior

2007-06-26 Thread Martin Sebor
Farid Zaripov (JIRA) wrote: [ https://issues.apache.org/jira/browse/STDCXX-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-462. FYI, this is a documentation bug. We need to change the code on the Class

Re: 4.2.0 build and test results

2007-06-26 Thread Martin Sebor
Andrew Black wrote: Greetings Martin I'm also seeing the same (mis)behavior. What you'll need to do is copy the .htaccess file from http://people.apache.org/~sebor/stdcxx/results/ to the http://people.apache.org/~sebor/stdcxx-4.2.0/results/ directory. Ah! I should have read INFRA-989 more