Test output: teeks99-06-mc15-2b-64onaarch64 - function_types - member_ccs / clang-linux-15~c++2b
Rev 2b7c83edd2af574bf4a892389c61cee817fcb8c5 / Fri, 15 Nov 2024 05:00:04 +0000
Notes
This test case was explicitly marked up in status/explicit-failures-markup.xml file in the Boost repository as "expected to fail", but is passing. Please consult the notes/output below for more details.
[ Tobias Schwinger ] Not all compilers/platforms implement nonstandard calling conventions.
With GCC/x86 this failure reflects http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29328 .
Compile [2024-11-16 04:00:32 UTC]: succeed


    "clang++-15"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++2b -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=arm64-pc-linux  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".." -I"/mnt/fs1/teeks99-06/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/core/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/detail/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/function_types/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/throw_exception/include"  -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/function_types/test/member_ccs.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/member_ccs.o" "../libs/function_types/test/custom_ccs/member_ccs.cpp"

../libs/function_types/test/custom_ccs/member_ccs.cpp:12:1: warning: Test skipped because _M_IX86 is not defined [-W#pragma-messages]
BOOST_PRAGMA_MESSAGE("Test skipped because _M_IX86 is not defined")
^
../boost/config/pragma_message.hpp:24:34: note: expanded from macro 'BOOST_PRAGMA_MESSAGE'
# define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
                                 ^
<scratch space>:3:2: note: expanded from here
 message("Test skipped because _M_IX86 is not defined")
 ^
1 warning generated.