Skip to content

Commit

Permalink
XFAIL test with dsymutil
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Jan 4, 2024
1 parent 4f59a38 commit c041fa1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
class InlineSourceFilesTestCase(TestBase):
@skipIf(compiler="gcc")
@skipIf(compiler="clang", compiler_version=["<", "18.0"])
# dsymutil doesn't yet copy the sources
@expectedFailureDarwin(debug_info=["dsym"])
def test(self):
"""Test DWARF inline source files."""
self.build()
Expand Down

0 comments on commit c041fa1

Please sign in to comment.