Revert "[LLDB] Add/Remove xfail for some API tests on Windows"
This reverts commit6ea1a0d4fc. It again marks XFAIL LLDB tests failing afterc384fcd3ea
This commit is contained in:
committed by
Muhammad Omair Javaid
parent
f2a866170c
commit
ab05d9134d
@@ -20,6 +20,7 @@ class DisasmAPITestCase(TestBase):
|
||||
"main.c", "// Find the line number for breakpoint 2 here."
|
||||
)
|
||||
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber='llvm.org/pr21765')
|
||||
def test(self):
|
||||
"""Exercise getting SBAddress objects, disassembly, and SBAddress APIs."""
|
||||
self.build()
|
||||
|
||||
@@ -20,6 +20,7 @@ class SymbolAPITestCase(TestBase):
|
||||
"main.c", "// Find the line number for breakpoint 2 here."
|
||||
)
|
||||
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber='llvm.org/pr21765')
|
||||
def test(self):
|
||||
"""Exercise some SBSymbol and SBAddress APIs."""
|
||||
self.build()
|
||||
|
||||
@@ -17,6 +17,7 @@ class SymbolContextAPITestCase(TestBase):
|
||||
"main.c", '// Find the line number of function "c" here.'
|
||||
)
|
||||
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
|
||||
def test(self):
|
||||
"""Exercise SBSymbolContext API extensively."""
|
||||
self.build()
|
||||
|
||||
@@ -42,6 +42,7 @@ class TargetAPITestCase(TestBase):
|
||||
self.setTearDownCleanup(dictionary=d)
|
||||
self.find_compile_units(self.getBuildArtifact("b.out"))
|
||||
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
|
||||
def test_find_functions(self):
|
||||
"""Exercise SBTarget.FindFunctions() API."""
|
||||
d = {"EXE": "b.out"}
|
||||
@@ -54,6 +55,7 @@ class TargetAPITestCase(TestBase):
|
||||
self.build()
|
||||
self.get_description()
|
||||
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber='llvm.org/pr21765')
|
||||
def test_resolve_symbol_context_with_address(self):
|
||||
"""Exercise SBTarget.ResolveSymbolContextForAddress() API."""
|
||||
self.build()
|
||||
|
||||
@@ -17,6 +17,7 @@ class ValueAPITestCase(TestBase):
|
||||
# Find the line number to of function 'c'.
|
||||
self.line = line_number("main.c", "// Break at this line")
|
||||
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24772")
|
||||
def test(self):
|
||||
"""Exercise some SBValue APIs."""
|
||||
d = {"EXE": self.exe_name}
|
||||
|
||||
Reference in New Issue
Block a user