[Lldb-commits] [PATCH] Improve MiStackTestCase tests
Ilia K
ki.stfu at gmail.com
Tue Mar 3 07:23:00 PST 2015
In http://reviews.llvm.org/D8004#133209, @abidh wrote:
> Hi,
> I am travelling and will not be able to review your patch this week. If
> there are problems in tests on Linux, please disable them on Linux before
> committing. I will fix/enable them when I am back in office.
>
> Thanks,
> Abid
Ok. Thanks for information. I disabled this test because it was tested only on OS X.
================
Comment at: test/tools/lldb-mi/stack/TestMiStack.py:218
@@ -206,2 +217,3 @@
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
+ @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
def test_lldbmi_stack_info_frame(self):
----------------
works for darwin
http://reviews.llvm.org/D8004
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list