mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
[lldb] XFAIL TestForwardDeclaration.test_debug_names on windows
Before 539b47c9 this test was not actually using the debug_names section because the -gdwarf added by Makefile.rules on windows overrode the -gdwarf-5 flag from CFLAGS_EXTRAS. Now that -gdwarf-5 is respected, the test is failing.
This commit is contained in:
parent
0f2af15c1b
commit
42229b6de7
@ -59,6 +59,7 @@ class ForwardDeclarationTestCase(TestBase):
|
||||
@skipIfDarwin
|
||||
@skipIf(compiler=no_match("clang"))
|
||||
@skipIf(compiler_version=["<", "7.0"])
|
||||
@expectedFailureAll(oslist=["windows"])
|
||||
def test_debug_names(self):
|
||||
"""Test that we are able to find complete types when using DWARF v5
|
||||
accelerator tables"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user