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" <tbergham...@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@cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits >
_______________________________________________ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits