RE: 21.string.rfind.cpp test fail reason

2007-07-03 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Tuesday, July 03, 2007 7:02 AM > To: stdcxx-dev@incubator.apache.org > Subject: Re: 21.string.rfind.cpp test fail reason > > > The test deals with exceptions

Re: 21.string.rfind.cpp test fail reason

2007-07-02 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Friday, June 29, 2007 8:24 AM To: stdcxx-dev@incubator.apache.org Subject: Re: 21.string.rfind.cpp test fail reason Farid Zaripov wrote: The problem in 21

RE: 21.string.rfind.cpp test fail reason

2007-07-02 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Friday, June 29, 2007 8:24 AM > To: stdcxx-dev@incubator.apache.org > Subject: Re: 21.string.rfind.cpp test fail reason > > Farid Zaripov wrote: > > The pro

Re: 21.string.rfind.cpp test fail reason

2007-06-28 Thread Martin Sebor
Farid Zaripov wrote: The problem in 21.string.rfind.cpp test is invoking string::rfind(const value_type* ptr, size_type off = npos, size_type count) with count == string::max_size() + 1 (21.string.rfind.cpp lines 413-416). The method throws length_error() exception (line 756 file string.cc) but

21.string.rfind.cpp test fail reason

2007-06-27 Thread Farid Zaripov
The problem in 21.string.rfind.cpp test is invoking string::rfind(const value_type* ptr, size_type off = npos, size_type count) with count == string::max_size() + 1 (21.string.rfind.cpp lines 413-416). The method throws length_error() exception (line 756 file string.cc) but test not expected any