[Lldb-commits] [lldb] r237888 - XFAIL TestEvents on Linux bacuse it is flaky
Vince Harron
vince at nethacker.com
Thu May 21 06:43:23 PDT 2015
It is very important to put a comment next to the XFAIL that describes the
frequency. For example, this "fails for me in 1/100 dosep runs."
That way, someone investigating doesn't try it a few times and re-enable.
If you are going to modify the comment for this test, please link a bug
because I have some logs from a fail run I'd like to attach.
On May 21, 2015 3:23 AM, "Tamas Berghammer" <tberghammer at google.com> wrote:
> Author: tberghammer
> Date: Thu May 21 05:16:55 2015
> New Revision: 237888
>
> URL: http://llvm.org/viewvc/llvm-project?rev=237888&view=rev
> Log:
> XFAIL TestEvents on Linux bacuse it is flaky
>
> Modified:
> lldb/trunk/test/python_api/event/TestEvents.py
>
> Modified: lldb/trunk/test/python_api/event/TestEvents.py
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/event/TestEvents.py?rev=237888&r1=237887&r2=237888&view=diff
>
> ==============================================================================
> --- lldb/trunk/test/python_api/event/TestEvents.py (original)
> +++ lldb/trunk/test/python_api/event/TestEvents.py Thu May 21 05:16:55 2015
> @@ -54,6 +54,7 @@ class EventAPITestCase(TestBase):
> @skipIfFreeBSD # llvm.org/pr21325
> @python_api_test
> @dwarf_test
> + @expectedFailureLinux
> def test_add_listener_to_broadcaster_with_dwarf(self):
> """Exercise some SBBroadcaster APIs."""
> self.buildDwarf()
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150521/c9fcb4e4/attachment.html>
More information about the lldb-commits
mailing list