ICU-8882 Skip platform dependent message format test on Linux

X-SVN-Rev: 30818
This commit is contained in:
Michael Ow 2011-10-13 17:01:32 +00:00
parent ff780b0d80
commit df30b2280b

View file

@ -219,7 +219,7 @@ static void MessageFormatTest( void )
austrdup(result), austrdup(testResultStrings[i]) );
}
#if U_PLATFORM_IS_DARWIN_BASED /* add platforms here .. */
#if U_PLATFORM_IS_DARWIN_BASED || (U_PLATFORM == U_PF_LINUX) /* 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__);