[Lldb-commits] [PATCH] D16334: Fix TestSignedTypes.py by removing a bogus step-over
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 19 16:29:53 PST 2016
zturner added a comment.
fwiw, `thread step-over` is *still* broken on Windows (because, well, fixing it is kind of hard). So I'm not surprised that breaks (although I'm a little surprised it worked in the first place). But at the same time this test broken, about 15 other tests broke as well, so we need to figure out what the underlying cause of the breaks is (and we can always remove this step-over later)
http://reviews.llvm.org/D16334
More information about the lldb-commits
mailing list