[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 [ != ] *** 5 failures detected in test suite "Master Test Suite"

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.

On Fri, Oct 10, 2008 at 9:47 PM, Gennaidy Rozental <rogeeff@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
participants (2)
-
Beman Dawes
-
Gennaidy Rozental