ICU-23026 skip test for QNX

This commit is contained in:
Felix Xing 2025-01-28 16:41:31 -05:00 committed by Markus Scherer
parent 95afc45afa
commit cb4344073b

View file

@ -231,7 +231,7 @@ static void MessageFormatTest( void )
austrdup(result), austrdup(testResultStrings[i]) );
}
#if (U_PLATFORM == U_PF_LINUX) /* add platforms here .. */
#if (U_PLATFORM == U_PF_LINUX || U_PLATFORM == U_PF_QNX) /* add platforms here .. */
log_verbose("Skipping potentially crashing test for mismatched varargs.\n");
#else
log_verbose("Note: the next is a platform dependent test. If it crashes, add an exclusion for your platform near %s:%d\n", __FILE__, __LINE__);