Re: [Lldb-commits] [lldb] r328488 - Add and fix some tests for PPC64

2018-03-26 Thread Alexandre Yukio Yamashita via lldb-commits
If the issue was not solved yet, I can take a look at it if you send me the disassemble outputs with/without the breakpoints. Thanks. Em 26/03/2018 12:32, Davide Italiano escreveu: > Thanks, I'll take a look at the bots myself. > > On Mon, Mar 26, 2018 at 8:24 AM, Pavel Labath wrote: >> I was al

Re: [Lldb-commits] [lldb] r328488 - Add and fix some tests for PPC64

2018-03-26 Thread Davide Italiano via lldb-commits
Thanks, I'll take a look at the bots myself. On Mon, Mar 26, 2018 at 8:24 AM, Pavel Labath wrote: > I was also looking at this because it broke on our android bots. I have just > committed r328504 to fix those, and I believe it will fix the issues you are > seeing on osx (but I'll probably need t

Re: [Lldb-commits] [lldb] r328488 - Add and fix some tests for PPC64

2018-03-26 Thread Pavel Labath via lldb-commits
I was also looking at this because it broke on our android bots. I have just committed r328504 to fix those, and I believe it will fix the issues you are seeing on osx (but I'll probably need to go home before I can verify that). On Mon, 26 Mar 2018 at 16:14, Davide Italiano wrote: > This commi

Re: [Lldb-commits] [lldb] r328488 - Add and fix some tests for PPC64

2018-03-26 Thread Davide Italiano via lldb-commits
This commit broke the Jenkins macOS x86-64 bots http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/5943/testReport/junit/TestDisassembleBreakpoint/DisassemblyTestCase/test_dwarf/ Can you take a look? (if you can't, let me know). Thanks, -- Davide On Mon, Mar 26, 2018 at 5:42 AM, Pavel Lab

[Lldb-commits] [lldb] r328488 - Add and fix some tests for PPC64

2018-03-26 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Mar 26 05:42:07 2018 New Revision: 328488 URL: http://llvm.org/viewvc/llvm-project?rev=328488&view=rev Log: Add and fix some tests for PPC64 Summary: TestExprsChar.py Char is unsigned char by default in PowerPC. TestDisassembleBreakpoint.py Modify disassemble testcase to