[compiler-rt] 243ef9e - [test][hwasan] Reformat comments

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 17:07:23 PDT 2023


Author: Vitaly Buka
Date: 2023-06-22T17:07:02-07:00
New Revision: 243ef9efea9c79f0a2ae762571bbfcfc141fe26d

URL: https://github.com/llvm/llvm-project/commit/243ef9efea9c79f0a2ae762571bbfcfc141fe26d
DIFF: https://github.com/llvm/llvm-project/commit/243ef9efea9c79f0a2ae762571bbfcfc141fe26d.diff

LOG: [test][hwasan] Reformat comments

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c

Removed: 
    


################################################################################
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 9eae7a99fe1d8..00b0e01656a90 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 <stdlib.h>
 #include <stdio.h>
 
-// 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
 


        


More information about the llvm-commits mailing list