mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
[LLDB] Remove xfail decorator TestInferiorAssert.py AArch64/Linux
TestInferiorAssert.py test_inferior_asserting_disassemble passes after upgrading LLDB AArch64/Linux buildbot to Ubuntu Focal.
This commit is contained in:
parent
d11ec6f67e
commit
483db1c706
@ -45,9 +45,7 @@ class AssertingInferiorTestCase(TestBase):
|
||||
bugnumber="llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows")
|
||||
@expectedFailureAll(
|
||||
oslist=["linux"],
|
||||
archs=[
|
||||
"aarch64",
|
||||
"arm"],
|
||||
archs=["arm"],
|
||||
triple=no_match(".*-android"),
|
||||
bugnumber="llvm.org/pr25338")
|
||||
@expectedFailureAll(bugnumber="llvm.org/pr26592", triple='^mips')
|
||||
|
Loading…
Reference in New Issue
Block a user