diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c b/compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c index 9eae7a99fe1d..00b0e01656a9 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c @@ -3,12 +3,12 @@ #include #include -// FIXME: Hangs. -// UNSUPPORTED: tsan - // https://github.com/google/sanitizers/issues/981 // UNSUPPORTED: android-26 +// FIXME: Hangs. +// UNSUPPORTED: tsan + // FIXME: Make it work. Don't xfail to avoid excessive memory usage. // UNSUPPORTED: msan