|
Boost : |
Subject: [boost] [1.37.0][Test] Release branch Boost.Test failures?
From: Beman Dawes (bdawes_at_[hidden])
Date: 2008-10-10 18:18:15
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"
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk