mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
[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:
parent
5bf0858c0b
commit
e29b31513f
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user