[Lldb-commits] [PATCH] D70303: Fix TestFormatters.py stepping too far

2019-11-16 Thread Diana Picus via Phabricator via lldb-commits
rovka updated this revision to Diff 229505. rovka added a comment. Addressed @labath's comment (test run in progress). Thanks for having a look! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70303/new/ https://reviews.llvm.org/D70303 Files: lldb/packages/Python/lldbsuite/test/comman

[Lldb-commits] [PATCH] D70303: Fix TestFormatters.py stepping too far

2019-11-16 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Looks reasonable, but I'd suggest using something more unique for the breakpoint placement. Feel free to add some comment to the .cpp file and then search for that in python (that's what most of our other tests tend to do). CHANGES SINCE LAST ACTION https://reviews.ll

[Lldb-commits] [PATCH] D70303: Fix TestFormatters.py stepping too far

2019-11-16 Thread Diana Picus via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5f0c3bad2f03: Fix TestFormatters.py stepping too far (authored by rovka). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70303/n

[Lldb-commits] [PATCH] D70303: Fix TestFormatters.py stepping too far

2019-11-15 Thread Diana Picus via Phabricator via lldb-commits
rovka created this revision. rovka added reviewers: omjavaid, lawrence_danna. Herald added a subscriber: kristof.beyls. TestFormatters.py has a sequence of three 'next' commands to get past all the initializations in the test function. On AArch64 (and potentially other platforms), this was one 'ne