[lldb/test] Skip the AssertFrameRecognizer test for Linux
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Fri, 7 Feb 2020 17:40:28 +0000 (18:40 +0100)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Fri, 7 Feb 2020 17:49:35 +0000 (18:49 +0100)
commit2e005c64f3019aada8df29a24dcfe56f044e2e59
treeacde33104e65ff838bb30ce7ba75aaaafbb80643
parentf08099b9c26be463aca096f73e9863921dddf792
[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@gmail.com>
lldb/test/Shell/Recognizer/assert.test