forked from OSchip/llvm-project
[LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug
This test now passes on AArch64/Linux after following change by Jonas:
d689570d7d
This commit is contained in:
parent
de973e0b07
commit
3d27a99b2e
|
@ -15,7 +15,6 @@ class TestGuiBasicDebugCommandTest(PExpectTest):
|
|||
# under ASAN on a loaded machine..
|
||||
@skipIfAsan
|
||||
@skipIfCursesSupportMissing
|
||||
@expectedFailureAll(archs=["aarch64"], oslist=["linux"])
|
||||
def test_gui(self):
|
||||
self.build()
|
||||
|
||||
|
|
Loading…
Reference in New Issue