From 243ef9efea9c79f0a2ae762571bbfcfc141fe26d Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 22 Jun 2023 17:00:55 -0700 Subject: [PATCH] [test][hwasan] Reformat comments --- .../test/sanitizer_common/TestCases/Posix/huge_malloc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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