Skip to content

Commit

Permalink
[LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug
Browse files Browse the repository at this point in the history
This test now passes on AArch64/Linux after following change by Jonas:
d689570
  • Loading branch information
omjavaid committed Oct 1, 2020
1 parent de973e0 commit 3d27a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 3d27a99

Please sign in to comment.