[all-commits] [llvm/llvm-project] 2e005c: [lldb/test] Skip the AssertFrameRecognizer test fo...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Feb 7 09:50:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e005c64f3019aada8df29a24dcfe56f044e2e59
https://github.com/llvm/llvm-project/commit/2e005c64f3019aada8df29a24dcfe56f044e2e59
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M lldb/test/Shell/Recognizer/assert.test
Log Message:
-----------
[lldb/test] Skip the AssertFrameRecognizer test for Linux
This patch skips the AssertFrameRecognizer test for Linux since it appears to
fail on certain distributions (AFAIK Fedora & ArchLinux).
The failure happen because the thread don't set the current frame to
the most relevant one. So the stopped location doesn't match with what
the test is expecting.
The test will be enabled again after I'll be able to reproduce the failure
on one of those platform and fix the issue.
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list