Beman Dawes | 11 Oct 00:18
Picon
Favicon
Gravatar

[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"

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


Gmane