This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c5b5f9d32 Fix some warnings found by ToT clang new cde454194 Remove android watchpoint xfails new 4e223e626 Remove getCategories mechanism of specifying test categories
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../test/example/TestSequenceFunctions.py | 3 --- .../expr-doesnt-deadlock/TestExprDoesntBlock.py | 4 +--- .../test/functionalities/load_unload/.categories | 1 + .../functionalities/load_unload/TestLoadUnload.py | 3 --- .../n_watch_n_break/TestConcurrentNWatchNBreak.py | 1 - .../TestConcurrentTwoWatchpointsOneBreakpoint.py | 1 - .../functionalities/thread/step_until/.categories | 1 + .../thread/step_until/TestStepUntil.py | 3 --- .../hello_watchlocation/TestWatchLocation.py | 8 ------- .../hello_watchpoint/TestMyFirstWatchpoint.py | 6 +---- .../TestWatchpointMultipleSlots.py | 2 -- .../TestWatchpointMultipleThreads.py | 4 ---- .../step_over_watchpoint/TestStepOverWatchpoint.py | 6 +---- .../watchpoint_commands/TestWatchpointCommands.py | 10 -------- .../command/TestWatchpointCommandLLDB.py | 4 ---- .../command/TestWatchpointCommandPython.py | 4 ---- .../condition/TestWatchpointConditionCmd.py | 2 -- .../watchpoint_disable/TestWatchpointDisable.py | 3 --- .../watchpoint_events/TestWatchpointEvents.py | 2 -- .../TestValueOfVectorVariable.py | 2 -- .../TestWatchLocationWithWatchSet.py | 2 -- .../watchpoint_size/TestWatchpointSizes.py | 6 ----- .../lldbsuite/test/lang/c/step-target/.categories | 1 + .../test/lang/c/step-target/TestStepTarget.py | 3 --- .../test/lang/c/stepping/TestStepAndBreakpoints.py | 5 +--- .../lang/objc/objc-stepping/TestObjCStepping.py | 5 +--- packages/Python/lldbsuite/test/lldbtest.py | 24 ------------------- .../python_api/watchpoint/TestSetWatchpoint.py | 2 -- .../watchpoint/TestWatchpointIgnoreCount.py | 2 -- .../python_api/watchpoint/TestWatchpointIter.py | 2 -- .../condition/TestWatchpointConditionAPI.py | 2 -- .../watchlocation/TestSetWatchlocation.py | 2 -- .../watchlocation/TestTargetWatchAddress.py | 4 ---- packages/Python/lldbsuite/test/test_result.py | 28 +++++++++++++++++++++- .../lldbsuite/test/tools/lldb-mi/.categories | 1 + .../test/tools/lldb-mi/lldbmi_testcase.py | 3 --- 36 files changed, 36 insertions(+), 126 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/load_unload/.categories create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/step_unti [...] create mode 100644 packages/Python/lldbsuite/test/lang/c/step-target/.categories create mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/.categories