Opened 11 years ago

Closed 8 years ago

#5678 closed Bugs (obsolete)

Test status for vacpp-10.1 must be PASS but displayed as FAIL

Reported by: Antony Polukhin Owned by: René Rivera
Milestone: To Be Determined Component: Regression Testing USE GITHUB
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Here is the test that run without errors. But the run result is 'fail'.


Test output:

Compile [2011-07-07 10:46:47 UTC]: succeed

xlC_r -c -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1 -qpic=large -qcpluscmt -qNOOPTimize -qnoinline -g -qfullpath -qeh -qrtti -I".." -o "/scratch2/kbelco/boost/results/boost/bin.v2/libs/conversion/test/lexical_cast_loopback_test.test/vacpp-10.1/debug/threading-multi/lexical_cast_loopback_test.o" "../libs/conversion/test/lexical_cast_loopback_test.cpp"

"../boost/integer_traits.hpp", line 105.49: 1540-0724 (W) The non-type template argument "2147483648" of type "T" has wrapped.

Link [2011-07-07 10:46:47 UTC]: succeed

xlC_r -g -qfullpath -o "/scratch2/kbelco/boost/results/boost/bin.v2/libs/conversion/test/lexical_cast_loopback_test.test/vacpp-10.1/debug/threading-multi/lexical_cast_loopback_test" "/scratch2/kbelco/boost/results/boost/bin.v2/libs/conversion/test/lexical_cast_loopback_test.test/vacpp-10.1/debug/threading-multi/lexical_cast_loopback_test.o" "/scratch2/kbelco/boost/results/boost/bin.v2/libs/test/build/vacpp-10.1/debug/link-static/threading-multi/libboost_unit_test_framework.a" -lrt

Run [2011-07-07 10:46:47 UTC]: fail

Running 1 test case...

* No errors detected

EXIT STATUS: 0

Change History (2)

comment:1 by Antony Polukhin, 11 years ago

Just the same thing with sun-5.10 compiler. Test log


Test output:

Compile [2011-07-09 10:09:45 UTC]: succeed

"/opt/sunstudio12.1/bin/CC" +d -library=stlport4 -features=tmplife -features=tmplrefstatic -g -erroff=%none -m64 -KPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1 -I".." -c -o "/scratch2/kbelco/boost/results/boost/bin.v2/libs/conversion/test/lexical_cast_float_types_test.test/sun-5.10/debug/address-model-64/stdlib-sun-stlport/lexical_cast_float_types_test.o" "../libs/conversion/test/lexical_cast_float_types_test.cpp"

Link [2011-07-09 10:09:45 UTC]: succeed

"/opt/sunstudio12.1/bin/CC" -g -library=stlport4 -features=tmplife -features=tmplrefstatic -m64 -KPIC -o "/scratch2/kbelco/boost/results/boost/bin.v2/libs/conversion/test/lexical_cast_float_types_test.test/sun-5.10/debug/address-model-64/stdlib-sun-stlport/lexical_cast_float_types_test" "/scratch2/kbelco/boost/results/boost/bin.v2/libs/conversion/test/lexical_cast_float_types_test.test/sun-5.10/debug/address-model-64/stdlib-sun-stlport/lexical_cast_float_types_test.o" "/scratch2/kbelco/boost/results/boost/bin.v2/libs/test/build/sun-5.10/debug/address-model-64/link-static/stdlib-sun-stlport/libboost_unit_test_framework.a" -Bdynamic -lrt -Bstatic -Bdynamic

Run [2011-07-09 10:09:45 UTC]: fail

"/opt/sunstudio12.1/bin/CC" -g -library=stlport4 -features=tmplife -features=tmplrefstatic -m64 -KPIC -o "/scratch2/kbelco/boost/results/boost/bin.v2/libs/date_time/test/testgreg_duration_operators.test/sun-5.10/debug/address-model-64/stdlib-sun-stlport/testgreg_duration_operators" "/scratch2/kbelco/boost/results/boost/bin.v2/libs/date_time/test/testgreg_duration_operators.test/sun-5.10/debug/address-model-64/stdlib-sun-stlport/posix_time/testgreg_duration_operators.o" "/scratch2/kbelco/boost/results/boost/bin.v2/libs/date_time/build/sun-5.10/debug/address-model-64/link-static/stdlib-sun-stlport/libboost_date_time.a" -Bdynamic -lrt -Bstatic -Bdynamic

comment:2 by René Rivera, 8 years ago

Resolution: obsolete
Status: newclosed

I don't see vacpp or sunstudio testers any longer. So closing for now. If the problem occurs again please open another ticket.

Note: See TracTickets for help on using tickets.