[Lldb-commits] [lldb] a18b17b - [lldb] Make the test for D153043 linux-only

Jaroslav Sevcik via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 19 22:58:43 PDT 2023


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


        


More information about the lldb-commits mailing list