diff options
| author | Diana Picus <diana.picus@linaro.org> | 2019-11-19 10:58:52 +0100 |
|---|---|---|
| committer | Diana Picus <diana.picus@linaro.org> | 2019-12-03 10:57:42 +0100 |
| commit | 6d18e5366c9a0bffe45b179a830483b3f2ec9fa9 (patch) | |
| tree | 3bd531e17148a1da7be7b1050316801d4a511064 /lldb/packages/Python/lldbsuite/test/linux | |
| parent | df943a7a08102ed3d1f632e88b24a024a7c4ba81 (diff) | |
| download | bcm5719-llvm-6d18e5366c9a0bffe45b179a830483b3f2ec9fa9.tar.gz bcm5719-llvm-6d18e5366c9a0bffe45b179a830483b3f2ec9fa9.zip | |
Mark some tests as xfail on AArch64 Linux
I have either opened new bug reports for these tests, or added links to
existing bugs.
This should help make the lldb-aarch64-ubuntu buildbot green (there will
still be some unexpected passes that someone should look into, but those
can be handled later).
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/linux')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py b/lldb/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py index 951f59e611e..28debcee9da 100644 --- a/lldb/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py +++ b/lldb/packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py @@ -24,7 +24,7 @@ class BuiltinTrapTestCase(TestBase): # gcc generates incorrect linetable @expectedFailureAll(archs="arm", compiler="gcc", triple=".*-android") - @expectedFailureAll(oslist=['linux'], archs=['arm']) + @expectedFailureAll(oslist=['linux'], archs=['arm', 'aarch64']) @skipIfWindows def test_with_run_command(self): """Test that LLDB handles a function with __builtin_trap correctly.""" |

