[lldb] Remove xfail aarch64/linux from TestBuiltinTrap.py

The underlying clang bug seems to have been fixed in and test is
consistently passing on aarch64-linux buildbot.
This commit is contained in:
Muhammad Omair Javaid 2020-06-17 15:39:52 +05:00
parent 5bf0858c0b
commit e29b31513f

View File

@ -23,7 +23,7 @@ class BuiltinTrapTestCase(TestBase):
# gcc generates incorrect linetable
@expectedFailureAll(archs="arm", compiler="gcc", triple=".*-android")
@expectedFailureAll(archs=['aarch64'])
@expectedFailureAll(archs=['aarch64'], oslist=no_match(['linux']))
@skipIfWindows
def test_with_run_command(self):
"""Test that LLDB handles a function with __builtin_trap correctly."""