-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[Interp] Mark the test unsupported with Asan #102859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Interp] Mark the test unsupported with Asan #102859
Conversation
Created using spr 1.3.4
@llvm/pr-subscribers-clang Author: Vitaly Buka (vitalybuka) ChangesIt's very flaky recently. Issue #102858 Full diff: https://github.com/llvm/llvm-project/pull/102859.diff 1 Files Affected:
diff --git a/clang/test/Interpreter/const.cpp b/clang/test/Interpreter/const.cpp
index 57fd880400e6a1..6cafc777c626e7 100644
--- a/clang/test/Interpreter/const.cpp
+++ b/clang/test/Interpreter/const.cpp
@@ -2,6 +2,9 @@
// see https://github.com/llvm/llvm-project/issues/68092
// XFAIL: host={{.*}}-windows-msvc
+// The test is flaky with asan.
+// UNSUPPORTED: asan
+
// RUN: cat %s | clang-repl | FileCheck %s
// RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s
|
Quick question for my understanding: With |
Can you please clarify? If I understand you questing correctly, then nothing is special about If this Added some details, but I don't really have much to add, and build links will expire in a couple of weeks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The commit messages in this PR are |
LLVM repo does not allow "merge" or "rebase", everything is squash, with ONLY commit message created from the description of the PR. |
@hahnjo I believe I explained "Update const.cpp" issue. |
It's very flaky recently.
10 bulds are OK, then 3 failed:
https://lab.llvm.org/buildbot/#/builders/52/builds/1524
https://lab.llvm.org/buildbot/#/builders/52/builds/1525
https://lab.llvm.org/buildbot/#/builders/52/builds/1526
then 3 OK
https://lab.llvm.org/buildbot/#/builders/52/builds/1531
https://lab.llvm.org/buildbot/#/builders/52/builds/1532
then 2 green again
We need to stop to spam blame list by disabling the test,
and investigate later if Asan is valuable for the test.
Issue #102858