[Lldb-commits] [PATCH] D72447: [lldb] Mark several tests as not dependent on debug info
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 9 06:09:02 PST 2020
teemperor created this revision.
teemperor added reviewers: labath, jingham, aprantl, mib.
Herald added a reviewer: jfb.
Herald added subscribers: lldb-commits, JDevlieghere.
Herald added a project: LLDB.
This just adds `NO_DEBUG_INFO_TESTCASE` to tests that don't really exercise anything debug information specific
and therefore don't need to be rerun for all debug information variants.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D72447
Files:
lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/TestAproposWithProcess.py
lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/TestNestedAlias.py
lldb/packages/Python/lldbsuite/test/commands/command/script_alias/TestCommandScriptAlias.py
lldb/packages/Python/lldbsuite/test/commands/expression/calculator_mode/TestCalculatorMode.py
lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/TestAttachResume.py
lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py
lldb/packages/Python/lldbsuite/test/commands/statistics/basic/TestStats.py
lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/TestWatchLocation.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/TestMyFirstWatchpoint.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/variable_out_of_scope/TestWatchedVarHitWhenInScope.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/TestWatchpointCommands.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandLLDB.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/TestWatchpointEvents.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/TestValueOfVectorVariable.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py
lldb/packages/Python/lldbsuite/test/lang/c/offsetof/TestOffsetof.py
lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/TestOffsetofCpp.py
lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/TestSBFrameFindValue.py
lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py
lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py
lldb/packages/Python/lldbsuite/test/python_api/rdar-12481949/Test-rdar-12481949.py
lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/TestSBValuePersist.py
lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py
lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/TestValueAPILinkedList.py
lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py
lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIgnoreCount.py
lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIter.py
lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py
lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72447.237047.patch
Type: text/x-patch
Size: 31870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200109/0c671209/attachment-0001.bin>
More information about the lldb-commits
mailing list