[all-commits] [llvm/llvm-project] cc0bdb: [lldb][test] Skip Objective-C FrameFormat tests on...
Michael Buch via All-commits
all-commits at lists.llvm.org
Sat Apr 26 00:45:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc0bdb38ee6976c24e5e3dcb2b3fd190a4ae7112
https://github.com/llvm/llvm-project/commit/cc0bdb38ee6976c24e5e3dcb2b3fd190a4ae7112
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-04-26 (Sat, 26 Apr 2025)
Changed paths:
M lldb/test/Shell/Settings/TestCxxFrameFormatMixedLanguages.test
M lldb/test/Shell/Settings/TestCxxFrameFormatObjC.test
M lldb/test/Shell/Settings/TestFrameFormatFunctionFormattedArgumentsObjC.test
Log Message:
-----------
[lldb][test] Skip Objective-C FrameFormat tests on Windows
This were failing on Windows CI with errors like:
```
22: (lldb) bt
23: * thread #1, stop reason = breakpoint 1.1
24: frame #0: 0x00007ff7c5e41000 TestFrameFormatFunctionFormattedArgumentsObjC.test.tmp.objc.out`func at main.m:2
25: frame #1: 0x00007ff7c5e4101c TestFrameFormatFunctionFormattedArgumentsObjC.test.tmp.objc.out`bar + 12 at main.m:3
26: frame #2: 0x00007ff7c5e4103c TestFrameFormatFunctionFormattedArgumentsObjC.test.tmp.objc.out`main + 16 at main.m:5
27: custom-frame '()'
!~~~~~~~~~~~ error: no match expected
28: custom-frame '(__formal=<unavailable>)'
```
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