Index: lib/sanitizer_common/tests/sanitizer_symbolizer_test.cc =================================================================== --- lib/sanitizer_common/tests/sanitizer_symbolizer_test.cc +++ lib/sanitizer_common/tests/sanitizer_symbolizer_test.cc @@ -62,7 +62,9 @@ EXPECT_STREQ("_TtSd", DemangleSwiftAndCXX("_TtSd")); // Check that the rest demangles properly. EXPECT_STREQ("f1(char*, int)", DemangleSwiftAndCXX("_Z2f1Pci")); +#if !SANITIZER_FREEBSD // QoI issue with libcxxrt on FreeBSD EXPECT_STREQ("foo", DemangleSwiftAndCXX("foo")); +#endif EXPECT_STREQ("", DemangleSwiftAndCXX("")); } #endif