mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
[lldb/test] Skip test in TestBitfieldIvars.py instead of xfailing it
The test triggers an ASan exception, causing job failures on the sanitizer bot. As suggested by Shafik.
This commit is contained in:
@@ -27,7 +27,9 @@ class TestBitfieldIvars(TestBase):
|
||||
'field2 =', '3',
|
||||
'field3 =', '4'])
|
||||
|
||||
@expectedFailureAll()
|
||||
# This test is meant to be xfailed, but running the test triggers an ASan
|
||||
# issue, so it must be skipped for now.
|
||||
@skipIf
|
||||
def testExprWholeObject(self):
|
||||
self.build()
|
||||
lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.m"))
|
||||
|
||||
Reference in New Issue
Block a user