diff options
Diffstat (limited to 'lldb/test/lang/c/anonymous/TestAnonymous.py')
| -rw-r--r-- | lldb/test/lang/c/anonymous/TestAnonymous.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/anonymous/TestAnonymous.py b/lldb/test/lang/c/anonymous/TestAnonymous.py index 43b5dda7334..379e410ee2d 100644 --- a/lldb/test/lang/c/anonymous/TestAnonymous.py +++ b/lldb/test/lang/c/anonymous/TestAnonymous.py @@ -15,7 +15,7 @@ class AnonymousTestCase(TestBase): self.buildDsym() self.expr() - @skipIfGcc # bugzilla 15036: When built with GCC, causes linux crash in RecordLayoutBuilder.cpp:2272: "Field does not have an external offset" + @skipOnLinux #PR-15256: assertion failure in RecordLayoutBuilder::updateExternalFieldOffset @dwarf_test def test_expr_with_dwarf(self): self.buildDwarf() |

