[llvm-branch-commits] [clang-tools-extra] [llvm] [clang] [compiler-rt] [sanitizer_symbolizer] Add end to end test for symbolizer markup. (PR #77702)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 11 10:30:14 PST 2024


=?utf-8?q?Andrés?= Villegas <andresvi at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/77702 at github.com>


================
@@ -0,0 +1,33 @@
+// COM: End to end test for the sanitizer symbolizer markup. Since it uses debug info
----------------
ilovepi wrote:

`COM:` I assume is for comment? I don't recall seeing this in `lit` tests anywhere, and I don't see it in the documentation (https://llvm.org/docs/TestingGuide.html). This can be confused w/ a test prefix, so I think its more idiomatic to use: `///` or `;;;` to differentiate comments vs. checks.

https://github.com/llvm/llvm-project/pull/77702


More information about the llvm-branch-commits mailing list