Re: [Lldb-commits] [PATCH] Improve MiStackTestCase tests

2015-03-03 Thread Ilia K
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

Re: [Lldb-commits] [PATCH] Improve MiStackTestCase tests

2015-03-02 Thread Hafiz Abid Qadeer
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 On Mon, Mar 2, 2015 at 3:22 PM, Ilia K wrote: > Skip test_lldbmi_stack_

Re: [Lldb-commits] [PATCH] Improve MiStackTestCase tests

2015-03-02 Thread Hafiz Abid Qadeer
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 http://reviews.llvm.org/D8004 EMAIL PREFERENCES http://reviews.llvm.o

Re: [Lldb-commits] [PATCH] Improve MiStackTestCase tests

2015-03-02 Thread Ilia K
Skip test_lldbmi_stack_info_frame unless Darwin http://reviews.llvm.org/D8004 Files: test/tools/lldb-mi/stack/TestMiStack.py Index: test/tools/lldb-mi/stack/TestMiStack.py === --- test/tools/lldb-mi/stack/TestMiStack.py +++ test/

[Lldb-commits] [PATCH] Improve MiStackTestCase tests

2015-03-02 Thread Ilia K
Hi abidh, clayborg, Improve MiStackTestCase tests. All tests pass on OS X. http://reviews.llvm.org/D8004 Files: test/tools/lldb-mi/stack/TestMiStack.py Index: test/tools/lldb-mi/stack/TestMiStack.py === --- test/tools/lldb-mi/st