[Lldb-commits] [PATCH] D91504: [lldb] Use translated full ftag	values
    Michał Górny via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Nov 20 00:57:47 PST 2020
    
    
  
mgorny added a comment.
In D91504#2407397 <https://reviews.llvm.org/D91504#2407397>, @labath wrote:
> Well... I think that will make the test fail on mac, as debugserver hasn't been updated.
>
> This test comes from D12592 <https://reviews.llvm.org/D12592>, and is actually serves a very similar purpose to the test you just wrote. Normally, I would say we don't need both of them, but since we still have debugserver with the old behavior, and your new test is consistent with how we've (you've) been writing other register tests, maybe we could just slap `@skipUnlessDarwin` on TestRegisters.py, and put some comments (on both tests) that explain the situation and cross-reference each other (?)
I could do that. I suppose it'd also be reasonably easy to make the Python test support both platforms with an `if`.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91504/new/
https://reviews.llvm.org/D91504
    
    
More information about the lldb-commits
mailing list