Building Tests

2008-03-21 Thread Eric Lemings
I haven't looked to confirm this but it looks like the Makefile(s) ignore errors building the test programs but the build process still stops (i.e. exits successfully). I was wondering if the Makefile(s) shouldn't also continue building the remaining test programs (i.e. set MAKEFLAGS=-k before

[STDCXX-709] ContainerData ctor and UserClass::from_char()

2008-03-21 Thread Eric Lemings
So I'm stepping through the ContainerTestCaseData (const ContainerFunc func, const ContainerTestCase tcase) constructor as shown in the following stack frame: (gdb) where #0 ContainerTestCaseDataUserClass::ContainerTestCaseData (this=0x7fffe750, [EMAIL PROTECTED], [EMAIL PROTECTED]) at

RE: [STDCXX-709] ContainerData ctor and UserClass::from_char()

2008-03-21 Thread Eric Lemings
-Original Message- From: Eric Lemings [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2008 2:36 PM To: dev@stdcxx.apache.org Subject: [STDCXX-709] ContainerData ctor and UserClass::from_char() ... Now I'm sorta new to this UserClass and container testing but but WTF is

RE: 4.2.1 platforms

2008-03-21 Thread Tim Adams
IBM dropped support for Visual Age 6 last spring. So while you all may want to support it as a best effort platform, it probably shouldn't be a secondary platform. I could state many reasons, but suffice it to say that IMHO MSVC 7.1 should also be on the best effort list. Thoughts? -- Tim

RE: [STDCXX-709] ContainerData ctor and UserClass::from_char()

2008-03-21 Thread Eric Lemings
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2008 3:32 PM To: dev@stdcxx.apache.org Subject: Re: [STDCXX-709] ContainerData ctor and UserClass::from_char() ... So you think there's a mismatch between the allocation function

Re: Building Tests

2008-03-21 Thread Martin Sebor
Eric Lemings wrote: I haven't looked to confirm this but it looks like the Makefile(s) ignore errors building the test programs but the build process still stops (i.e. exits successfully). I was wondering if the Makefile(s) shouldn't also continue building the remaining test programs (i.e.