Re: [PATCH] STDCXX-970

2012-10-13 Thread Liviu Nicoara
On 10/10/12 07:40, Liviu Nicoara wrote: The following patch cleans up most of the failures seen in the collation test. It does not fix the transform failures and libstd tests. 2012-10-10 Liviu Nicoara lnico...@apache.org Various fixes: * tests/localization/22.locale.collate.cpp:

Re: [PATCH] STDCXX-1073

2012-10-13 Thread Liviu Nicoara
The initial patch does not pass the following test case. Have re-worked the patch and attached it to the incident, and I am also attaching it here. It passes all collate tests. Here is the second test case: $ cat ../../tests/localization/t.cpp; nice make t.cpp ./t af_ZA.utf8; echo $?

RE: [PATCH] Re: STDCXX-1072 SPARC V8 mutex alignment requirements

2012-10-13 Thread Travis Vitek
Liviu, I built the library and tests before and after your change with the 64-bit flag, and I saw no differences in the number of failed tests between the builds. I've attached the output of 'gmake -k runall' before and after your change to STDCXX-1072 in case you want to look over them. I

Re: [PATCH] Re: STDCXX-1072 SPARC V8 mutex alignment requirements

2012-10-13 Thread Liviu Nicoara
Thanks, Travis! On 10/13/12 15:36, Travis Vitek wrote: Liviu, I built the library and tests before and after your change with the 64-bit flag, and I saw no differences in the number of failed tests between the builds. I've attached the output of 'gmake -k runall' before and after your