[PATCH] D37990: [scudo] Additional modifications for Android tests support

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 12:32:17 PDT 2017


vitalybuka added inline comments.


================
Comment at: test/scudo/preinit.cpp:9
+// TODO(kostyak): investigate the issue.
+// XFAIL: android
+
----------------
XFAIL means that test is going to fail if it passes
if it's inconsistent it must be UNSUPPORTED


https://reviews.llvm.org/D37990





More information about the llvm-commits mailing list