Beman Dawes | 11 Oct 00:15
Favicon

[1.37.0][Test] Release branch Boost.Test failures?

Boost.Test continues to fail ifstream_line_iterator_test on all platforms except Windows.

http://beta.boost.org/development/tests/release/developer/test.html

What's up? When will this be fixed or marked up as an expected failure?

--Beman

Running 2 test cases...
../libs/test/test/ifstream_line_iterator_test.cpp(35): error in "test_default_delimeter":
check *it == "acv ffg" failed [acv ffg
 != acv ffg]
../libs/test/test/ifstream_line_iterator_test.cpp(38): error in "test_default_delimeter":
check *it == "" failed [
 != ]
../libs/test/test/ifstream_line_iterator_test.cpp(41): error in "test_default_delimeter":
check *it == " " failed [ 
 !=  ]
../libs/test/test/ifstream_line_iterator_test.cpp(63): error in "test_custom_delimeter": check
*it == "\n{ d \n dsfg\n" failed [
{ d 
 dsfg
 != 
{ d 
 dsfg
]
../libs/test/test/ifstream_line_iterator_test.cpp(66): error in "test_custom_delimeter": check
*it == "\n" failed [
 != 
]
(Continue reading)

Gennaidy Rozental | 11 Oct 03:47

Re: [1.37.0][Test] Release branch Boost.Test failures?

Beman Dawes <bdawes <at> acm.org> writes:

> 
> Boost.Test continues to fail ifstream_line_iterator_test on all platforms
except Windows.
> 
> http://beta.boost.org/development/tests/release/developer/test.html
> 
> What's up? When will this be fixed or marked up as an expected failure?

This is fixed in trunk for a long while.

I did not merge into release brunch for several releases. I can probably do it
this weekend.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Beman Dawes | 11 Oct 04:09
Favicon

Re: [1.37.0][Test] Release branch Boost.Test failures?

On Fri, Oct 10, 2008 at 9:47 PM, Gennaidy Rozental <rogeeff <at> gmail.com>wrote:

> Beman Dawes <bdawes <at> acm.org> writes:
>
> >
> > Boost.Test continues to fail ifstream_line_iterator_test on all platforms
> except Windows.
> >
> > http://beta.boost.org/development/tests/release/developer/test.html
> >
> > What's up? When will this be fixed or marked up as an expected failure?
>
> This is fixed in trunk for a long while.
>
> I did not merge into release brunch for several releases. I can probably do
> it
> this weekend.

I'm missing something. Why wouldn't you merge if the problem has been fixed
in trunk for a long while?

--Beman
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Gmane