Skip to content

Commit dc6e033

Browse files
committed
[lldb][test] XFAIL FrameFormat tests on Windows again
These are failing for various reasons on CI, most likely due to us requiring the Microsoft mangler. So XFAIL these. (cherry picked from commit 28293ea)
1 parent 64688bb commit dc6e033

7 files changed

+14
-0
lines changed

lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# XFAIL: target-windows
2+
13
# Test that the plugin.cplusplus.display.function-name-format setting
24
# doesn't print into the frame-format setting unless all its format variables
35
# were successful.

lldb/test/Shell/Settings/TestFrameFormatFunctionBasename.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# XFAIL: target-windows
2+
13
# Test the ${function.basename} frame-format variable.
24

35
# RUN: split-file %s %t

lldb/test/Shell/Settings/TestFrameFormatFunctionFormattedArguments.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# XFAIL: target-windows
2+
13
# Test the ${function.formatted-arguments} frame-format variable.
24

35
# RUN: split-file %s %t

lldb/test/Shell/Settings/TestFrameFormatFunctionQualifiers.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# XFAIL: target-windows
2+
13
# Test the ${function.qualifiers} frame-format variable.
24

35
# RUN: split-file %s %t

lldb/test/Shell/Settings/TestFrameFormatFunctionReturn.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# XFAIL: target-windows
2+
13
# Test the ${function.return-left} and ${function.return-right}
24
# frame-format variables.
35

lldb/test/Shell/Settings/TestFrameFormatFunctionScope.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# XFAIL: target-windows
2+
13
# Test the ${function.scope} frame-format variable.
24

35
# RUN: split-file %s %t

lldb/test/Shell/Settings/TestFrameFormatFunctionTemplateArguments.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# XFAIL: target-windows
2+
13
# Test the ${function.template-arguments} frame-format variable.
24

35
# RUN: split-file %s %t

0 commit comments

Comments
 (0)