mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-23026 skip test for QNX
This commit is contained in:
parent
95afc45afa
commit
cb4344073b
1 changed files with 1 additions and 1 deletions
|
@ -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__);
|
||||
|
|
Loading…
Add table
Reference in a new issue