mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-8882 Skip platform dependent message format test on Linux
X-SVN-Rev: 30818
This commit is contained in:
parent
ff780b0d80
commit
df30b2280b
1 changed files with 1 additions and 1 deletions
|
@ -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__);
|
||||
|
|
Loading…
Add table
Reference in a new issue