chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / os-specific / darwin / apple-source-releases / ICU / suppress-icu-check-crash.patch
blobf3dfb15c4915d252791a2eb1222a1d8c972bce54
1 diff --git a/icuSources/test/cintltst/cmsgtst.c b/icuSources/test/cintltst/cmsgtst.c
2 index cb328707..1073e6c1 100644
3 --- a/icuSources/test/cintltst/cmsgtst.c
4 +++ b/icuSources/test/cintltst/cmsgtst.c
5 @@ -231,7 +231,7 @@ static void MessageFormatTest( void )
6 austrdup(result), austrdup(testResultStrings[i]) );
9 -#if (U_PLATFORM == U_PF_LINUX) /* add platforms here .. */
10 +#if (U_PLATFORM == U_PF_LINUX || U_PLATFORM == U_PF_DARWIN) /* add platforms here .. */
11 log_verbose("Skipping potentially crashing test for mismatched varargs.\n");
12 #else
13 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__);