[lldb] [test] Un-XFAIL TestBuiltinTrap on FreeBSD/aarch64

This commit is contained in:
Michał Górny 2021-02-23 13:43:40 +01:00
parent 2f75363a9e
commit 6c06b0aa5a
1 changed files with 1 additions and 1 deletions

View File

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