Author: Jaroslav Sevcik Date: 2023-06-20T07:57:47+02:00 New Revision: a18b17b1befd833165ec34da581cb83ebab43ace
URL: https://github.com/llvm/llvm-project/commit/a18b17b1befd833165ec34da581cb83ebab43ace DIFF: https://github.com/llvm/llvm-project/commit/a18b17b1befd833165ec34da581cb83ebab43ace.diff LOG: [lldb] Make the test for D153043 linux-only Added: Modified: lldb/test/Shell/Unwind/eh-frame-dwarf-unwind-abort.test Removed: ################################################################################ diff --git a/lldb/test/Shell/Unwind/eh-frame-dwarf-unwind-abort.test b/lldb/test/Shell/Unwind/eh-frame-dwarf-unwind-abort.test index ccf973d9313c2..477a656a711f9 100644 --- a/lldb/test/Shell/Unwind/eh-frame-dwarf-unwind-abort.test +++ b/lldb/test/Shell/Unwind/eh-frame-dwarf-unwind-abort.test @@ -1,7 +1,6 @@ # Test restoring of register values. -# UNSUPPORTED: system-windows -# REQUIRES: target-x86_64, native +# REQUIRES: target-x86_64, system-linux, native # RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/eh-frame-dwarf-unwind-abort.s -o %t # RUN: %lldb %t -s %s -o exit | FileCheck %s _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits