Skip to content

Commit

Permalink
[lldb] [test] Un-XFAIL TestBuiltinTrap on FreeBSD/aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Feb 23, 2021
1 parent 2f75363 commit 6c06b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setUp(self):

# 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."""
Expand Down

0 comments on commit 6c06b0a

Please sign in to comment.