Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/646c3ecb99821c4060fc to your computer and use it in GitHub Desktop.
Save zao/646c3ecb99821c4060fc to your computer and use it in GitHub Desktop.
endian-49866e07842e4b2b9c2d8e76b2c7fb3a61a1bdd2-fbsd10-sparc64-gcc421.txt
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.2.1
common.mkdir ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.2.1/debug
gcc.compile.c++ ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.2.1/debug/endian_test.o
gcc.link ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.2.1/debug/endian_test
testing.capture-output ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.2.1/debug/endian_test.run
**passed** ../../../bin.v2/libs/endian/test/endian_test.test/gcc-4.2.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.2.1
common.mkdir ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.2.1/debug
gcc.compile.c++ ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.2.1/debug/endian_operations_test.o
gcc.link ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.2.1/debug/endian_operations_test
testing.capture-output ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.2.1/debug/endian_operations_test.run
**passed** ../../../bin.v2/libs/endian/test/endian_operations_test.test/gcc-4.2.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.2.1
common.mkdir ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.2.1/debug
gcc.compile.c++ ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.2.1/debug/endian_in_union_test.o
gcc.link ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.2.1/debug/endian_in_union_test
testing.capture-output ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.2.1/debug/endian_in_union_test.run
**passed** ../../../bin.v2/libs/endian/test/endian_in_union_test.test/gcc-4.2.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.2.1
common.mkdir ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.2.1/debug
gcc.compile.c++ ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.2.1/debug/converter_test.o
gcc.link ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.2.1/debug/converter_test
testing.capture-output ../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.2.1/debug/converter_test.run
====== BEGIN OUTPUT ======
byte swap intrinsics: no byte swap intrinsics
int8_t
uint8_t
int32_t
int16_t
converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void<unnamed>::test() [with T = short int]': '-3838' != '753'
converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void<unnamed>::test() [with T = short int]': '753' != '-3838'
converter_test.cpp(232): test 'x == little' failed in function 'void<unnamed>::test() [with T = short int]': '-3838' != '753'
converter_test.cpp(233): test 'x == big' failed in function 'void<unnamed>::test() [with T = short int]': '753' != '-3838'
uint16_t
converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void<unnamed>::test() [with T = short unsigned int]': '61698' != '753'
converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void<unnamed>::test() [with T = short unsigned int]': '753' != '61698'
converter_test.cpp(232): test 'x == little' failed in function 'void<unnamed>::test() [with T = short unsigned int]': '61698' != '753'
converter_test.cpp(233): test 'x == big' failed in function 'void<unnamed>::test() [with T = short unsigned int]': '753' != '61698'
int32_t
converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void<unnamed>::test() [with T = int]': '-236842236' != '68412145'
converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void<unnamed>::test() [with T = int]': '68412145' != '-236842236'
converter_test.cpp(232): test 'x == little' failed in function 'void<unnamed>::test() [with T = int]': '-236842236' != '68412145'
converter_test.cpp(233): test 'x == big' failed in function 'void<unnamed>::test() [with T = int]': '68412145' != '-236842236'
uint32_t
converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void<unnamed>::test() [with T = unsigned int]': '4058125060' != '68412145'
converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void<unnamed>::test() [with T = unsigned int]': '68412145' != '4058125060'
converter_test.cpp(232): test 'x == little' failed in function 'void<unnamed>::test() [with T = unsigned int]': '4058125060' != '68412145'
converter_test.cpp(233): test 'x == big' failed in function 'void<unnamed>::test() [with T = unsigned int]': '68412145' != '4058125060'
int64_t
converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void<unnamed>::test() [with T = long int]': '-1017017725922110975' != '77162921885688561'
converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void<unnamed>::test() [with T = long int]': '77162921885688561' != '-1017017725922110975'
converter_test.cpp(232): test 'x == little' failed in function 'void<unnamed>::test() [with T = long int]': '-1017017725922110975' != '77162921885688561'
converter_test.cpp(233): test 'x == big' failed in function 'void<unnamed>::test() [with T = long int]': '77162921885688561' != '-1017017725922110975'
uint64_t
converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void<unnamed>::test() [with T = long unsigned int]': '17429726347787440641' != '77162921885688561'
converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void<unnamed>::test() [with T = long unsigned int]': '77162921885688561' != '17429726347787440641'
converter_test.cpp(232): test 'x == little' failed in function 'void<unnamed>::test() [with T = long unsigned int]': '17429726347787440641' != '77162921885688561'
converter_test.cpp(233): test 'x == big' failed in function 'void<unnamed>::test() [with T = long unsigned int]': '77162921885688561' != '17429726347787440641'
float
converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void<unnamed>::test() [with T = float]': '-1.234' != '-7.26033e-06'
converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void<unnamed>::test() [with T = float]': '-7.26033e-06' != '-1.234'
converter_test.cpp(232): test 'x == little' failed in function 'void<unnamed>::test() [with T = float]': '-1.234' != '-7.26033e-06'
converter_test.cpp(233): test 'x == big' failed in function 'void<unnamed>::test() [with T = float]': '-7.26033e-06' != '-1.234'
double
converter_test.cpp(225): test 'be::htobe(native) == little' failed in function 'void<unnamed>::test() [with T = double]': '-1.23457' != '-2.2743e-272'
converter_test.cpp(226): test 'be::htole(native) == big' failed in function 'void<unnamed>::test() [with T = double]': '-2.2743e-272' != '-1.23457'
converter_test.cpp(232): test 'x == little' failed in function 'void<unnamed>::test() [with T = double]': '-1.23457' != '-2.2743e-272'
converter_test.cpp(233): test 'x == big' failed in function 'void<unnamed>::test() [with T = double]': '-2.2743e-272' != '-1.23457'
32 errors detected.
EXIT STATUS: 1
====== END OUTPUT ======
LD_LIBRARY_PATH="/usr/bin:/usr/lib:/usr/lib32:/usr/lib64:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
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.2.1/debug/converter_test" > "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.2.1/debug/converter_test.output" 2>&1
status=$?
echo >> "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.2.1/debug/converter_test.output"
echo EXIT STATUS: $status >> "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.2.1/debug/converter_test.output"
if test $status -eq 0 ; then
cp "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.2.1/debug/converter_test.output" "../../../bin.v2/libs/endian/test/converter_test.test/gcc-4.2.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.2.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.2.1/debug/converter_test.run...
...failed updating 1 target...
...skipped 1 target...
...updated 29 targets...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment