[Lldb-commits] [PATCH] D76408: [lldb/testsuite] XFail TestBuiltinTrap.py not only on linux
Frederic Riss via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 19 08:38:16 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe154cbb124a6: [lldb/testsuite] XFail TestBuiltinTrap.py not only on linux (authored by friss).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76408/new/
https://reviews.llvm.org/D76408
Files:
lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
Index: lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
===================================================================
--- lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
+++ lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
@@ -23,7 +23,7 @@
# gcc generates incorrect linetable
@expectedFailureAll(archs="arm", compiler="gcc", triple=".*-android")
- @expectedFailureAll(oslist=['linux'], archs=['arm', 'aarch64'])
+ @expectedFailureAll(archs=['arm', 'aarch64'])
@skipIfWindows
def test_with_run_command(self):
"""Test that LLDB handles a function with __builtin_trap correctly."""
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76408.251396.patch
Type: text/x-patch
Size: 633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200319/9eab9613/attachment.bin>
More information about the lldb-commits
mailing list