[test][libcxx] Mark ubsan test as UNSUPPORTED
authorVitaly Buka <vitalybuka@google.com>
Tue, 6 Sep 2022 20:42:57 +0000 (13:42 -0700)
committerVitaly Buka <vitalybuka@google.com>
Tue, 6 Sep 2022 20:44:28 +0000 (13:44 -0700)
It inconsistently fails on bots.

libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp

index d655236..71b9331 100644 (file)
 // nor does the dynamic library shipped with z/OS.
 // UNSUPPORTED: target={{.+}}-zos{{.*}}
 
-// XFAIL: sanitizer-new-delete && !hwasan, ubsan
+// XFAIL: sanitizer-new-delete && !hwasan
+
+// It fails with clang-14 or clang-16, but passes with clang-15.
+// UNSUPPORTED: ubsan
 
 // GCC doesn't support the aligned-allocation flags.
 // XFAIL: gcc