forked from OSchip/llvm-project
[lldb] [test] Un-XFAIL TestBuiltinTrap on FreeBSD/aarch64
This commit is contained in:
parent
2f75363a9e
commit
6c06b0aa5a
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue