[all-commits] [llvm/llvm-project] 8b6541: [lldb][NFC] Remove old skipIfOutOfTreeDebugserver'...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu Feb 6 14:50:32 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b65411b006cbe302dea7d00ff79abddd1403061
https://github.com/llvm/llvm-project/commit/8b65411b006cbe302dea7d00ff79abddd1403061
Author: Jason Molenda <jmolenda at apple.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M lldb/test/API/commands/register/register/register_command/TestRegisters.py
M lldb/test/API/commands/watchpoints/unaligned-watchpoint/TestUnalignedWatchpoint.py
M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
M lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
M lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py
M lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyCrash.py
M lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManySignals.py
M lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentManyWatchpoints.py
M lldb/test/API/functionalities/watchpoint/large-watchpoint/TestLargeWatchpoint.py
M lldb/test/API/functionalities/watchpoint/unaligned-spanning-two-dwords/TestUnalignedSpanningDwords.py
M lldb/test/API/macosx/corefile-exception-reason/TestCorefileExceptionReason.py
M lldb/test/API/macosx/debugserver-exit-code/TestDebugServerExitCode.py
M lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py
M lldb/test/API/macosx/ignore_exceptions/TestIgnoredExceptions.py
M lldb/test/API/macosx/profile_vrs_detach/TestDetachVrsProfile.py
M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
M lldb/test/API/macosx/skinny-corefile/TestSkinnyCorefile.py
M lldb/test/API/macosx/stack-corefile/TestStackCorefile.py
M lldb/test/API/macosx/unregistered-macho/TestUnregisteredMacho.py
M lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py
Log Message:
-----------
[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)
When a test depends on a new debugserver feature/fix, the API test must
be marked @skipIfOutOfTreeDebugserver because the macOS CI bots test
using the latest Xcode release debugserver. But over time all of these
fixes & new features are picked up in the Xcode debugserver and these
skips can be removed.
We may see unexpected test failures from removing all of these 1+ year
old skips, but that's likely a separate reason the test is failing that
is being papered over by this skip.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list