From: Ivan Le L. <iva...@fr...> - 2013-11-13 10:06:21
|
FYI, On GCC/Linux, I see two test failures in latest asl code. I attached full output of ../boost_libraries/b2. gcc (GCC) 4.8.2 20131017 (Red Hat 4.8.2-1) 1) Compilation error in smoke32 (gcc message is in french and translates to : large integer implicitly truncated to unsigned type) gcc.compile.c++ /home/ivan/src/adobe/built_artifacts/test/unit_tests/name/gcc-4.8.2/debug/address-model-32/architecture-x86/cpp11-on/instruction-set-native/link-static/threading-multi/smoke.o test/unit_tests/name/smoke.cpp: In member function ‘void name_smoke::test_method()’: test/unit_tests/name/smoke.cpp:71:46: erreur: grand entier implicitement tronqué pour un type non signé [-Werror=overflow] constexpr std::size_t hello_world_hash = 0x38d1334144987bf4; 2) Runtime failure of unit_tests/name/smoke Running 1 test case... dump: { str: 'Hello, world!' n: 13 hash: 0x38d1334144987bf4 }; dump: { str: 'Red Sox' n: 7 hash: 0xc5746070bacfea32 }; dump: { str: 'Cardinals' n: 9 hash: 0xa3dc334207638b4e }; dump: { str: '' n: 0 hash: 0xcbf29ce484222325 }; test/unit_tests/name/smoke.cpp(110): error in "name_smoke": check !static_cast<bool>(static_null) failed test/unit_tests/name/smoke.cpp(112): error in "name_smoke": check !static_cast<bool>(nullname) failed 0x47d180 14 38d1334144987bf4 *** 2 failures detected in test suite "Master Test Suite" Regards, Ivan |