[PATCH] D61500: [Asan] Disabling strstr_strict test on FreeBSD

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 19:01:24 PDT 2019


vitalybuka added inline comments.


================
Comment at: test/asan/TestCases/strstr_strict.c:6
+//
+// On FreeBSD the overflow counting is superior (127), strstr based on musl implementation.
+// XFAIL: freebsd
----------------
which one fails here?
strict_string_checks=true or false?


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61500/new/

https://reviews.llvm.org/D61500





More information about the llvm-commits mailing list