Performing configuration checks - symlinks supported : yes ...patience... ...found 334 targets... ...updating 31 targets... common.mkdir ../../../bin.v2/libs common.mkdir ../../../bin.v2/libs/endian common.mkdir ../../../bin.v2/libs/endian/test common.mkdir ../../../bin.v2/libs/endian/test/endian_test.test common.mkdir ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.9.1 common.mkdir ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.9.1/debug gcc.compile.c++ ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.9.1/debug/endian_test.o gcc.link ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.9.1/debug/endian_test testing.capture-output ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.9.1/debug/endian_test.run **passed** ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.9.1/debug/endian_test.test common.mkdir ../../../bin.v2/libs/endian/test/endian_operations_test.test common.mkdir ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.9.1 common.mkdir ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.9.1/debug gcc.compile.c++ ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.9.1/debug/endian_operations_test.o gcc.link ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.9.1/debug/endian_operations_test testing.capture-output ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.9.1/debug/endian_operations_test.run **passed** ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.9.1/debug/endian_operations_test.test common.mkdir ../../../bin.v2/libs/endian/test/endian_in_union_test.test common.mkdir ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.9.1 common.mkdir ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.9.1/debug gcc.compile.c++ ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.9.1/debug/endian_in_union_test.o gcc.link ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.9.1/debug/endian_in_union_test testing.capture-output ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.9.1/debug/endian_in_union_test.run **passed** ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.9.1/debug/endian_in_union_test.test common.mkdir ../../../bin.v2/libs/endian/test/converter_test.test common.mkdir ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1 common.mkdir ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug gcc.compile.c++ ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test.o gcc.link ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test testing.capture-output ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test.run ====== BEGIN OUTPUT ====== byte swap intrinsics: __builtin_bswap16, etc. int8_t uint8_t int32_t int16_t converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void {anonymous}::test() [with T = short int]': '-3838' != '753' converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void {anonymous}::test() [with T = short int]': '753' != '-3838' converter_test.cpp(232): test 'x == little' failed in function 'void {anonymous}::test() [with T = short int]': '-3838' != '753' converter_test.cpp(233): test 'x == big' failed in function 'void {anonymous}::test() [with T = short int]': '753' != '-3838' uint16_t converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void {anonymous}::test() [with T = short unsigned int]': '61698' != '753' converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void {anonymous}::test() [with T = short unsigned int]': '753' != '61698' converter_test.cpp(232): test 'x == little' failed in function 'void {anonymous}::test() [with T = short unsigned int]': '61698' != '753' converter_test.cpp(233): test 'x == big' failed in function 'void {anonymous}::test() [with T = short unsigned int]': '753' != '61698' int32_t converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void {anonymous}::test() [with T = int]': '-236842236' != '68412145' converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void {anonymous}::test() [with T = int]': '68412145' != '-236842236' converter_test.cpp(232): test 'x == little' failed in function 'void {anonymous}::test() [with T = int]': '-236842236' != '68412145' converter_test.cpp(233): test 'x == big' failed in function 'void {anonymous}::test() [with T = int]': '68412145' != '-236842236' uint32_t converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void {anonymous}::test() [with T = unsigned int]': '4058125060' != '68412145' converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void {anonymous}::test() [with T = unsigned int]': '68412145' != '4058125060' converter_test.cpp(232): test 'x == little' failed in function 'void {anonymous}::test() [with T = unsigned int]': '4058125060' != '68412145' converter_test.cpp(233): test 'x == big' failed in function 'void {anonymous}::test() [with T = unsigned int]': '68412145' != '4058125060' int64_t converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void {anonymous}::test() [with T = long int]': '-1017017725922110975' != '77162921885688561' converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void {anonymous}::test() [with T = long int]': '77162921885688561' != '-1017017725922110975' converter_test.cpp(232): test 'x == little' failed in function 'void {anonymous}::test() [with T = long int]': '-1017017725922110975' != '77162921885688561' converter_test.cpp(233): test 'x == big' failed in function 'void {anonymous}::test() [with T = long int]': '77162921885688561' != '-1017017725922110975' uint64_t converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void {anonymous}::test() [with T = long unsigned int]': '17429726347787440641' != '77162921885688561' converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void {anonymous}::test() [with T = long unsigned int]': '77162921885688561' != '17429726347787440641' converter_test.cpp(232): test 'x == little' failed in function 'void {anonymous}::test() [with T = long unsigned int]': '17429726347787440641' != '77162921885688561' converter_test.cpp(233): test 'x == big' failed in function 'void {anonymous}::test() [with T = long unsigned int]': '77162921885688561' != '17429726347787440641' float converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void {anonymous}::test() [with T = float]': '-1.234' != '-7.26033e-06' converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void {anonymous}::test() [with T = float]': '-7.26033e-06' != '-1.234' converter_test.cpp(232): test 'x == little' failed in function 'void {anonymous}::test() [with T = float]': '-1.234' != '-7.26033e-06' converter_test.cpp(233): test 'x == big' failed in function 'void {anonymous}::test() [with T = float]': '-7.26033e-06' != '-1.234' double converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void {anonymous}::test() [with T = double]': '-1.23457' != '-2.2743e-272' converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void {anonymous}::test() [with T = double]': '-2.2743e-272' != '-1.23457' converter_test.cpp(232): test 'x == little' failed in function 'void {anonymous}::test() [with T = double]': '-1.23457' != '-2.2743e-272' converter_test.cpp(233): test 'x == big' failed in function 'void {anonymous}::test() [with T = double]': '-2.2743e-272' != '-1.23457' 32 errors detected. EXIT STATUS: 1 ====== END OUTPUT ====== LIBPATH="/usr/local/bin:/usr/local/lib:/usr/local/lib32:/usr/local/lib64:$LIBPATH" export LIBPATH status=0 if test $status -ne 0 ; then echo Skipping test execution due to testing.execute=off exit 0 fi "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test" > "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test.output" 2>&1 status=$? echo >> "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test.output" echo EXIT STATUS: $status >> "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test.output" if test $status -eq 0 ; then cp "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test.output" "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test.run" fi verbose=0 if test $status -ne 0 ; then verbose=1 fi if test $verbose -eq 1 ; then echo ====== BEGIN OUTPUT ====== cat "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test.output" echo ====== END OUTPUT ====== fi exit $status ...failed testing.capture-output ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.9.1/debug/converter_test.run... ...failed updating 1 target... ...skipped 1 target... ...updated 29 targets...