[debuginfo-tests] f2f4554 - [debuginfo-tests][dexter] add requires lldb to two tests

Tom Weaver via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 10:34:47 PDT 2020


Author: Tom Weaver
Date: 2020-10-28T17:33:29Z
New Revision: f2f4554f88040954ec0059764ef412a97ce5f19a

URL: https://github.com/llvm/llvm-project/commit/f2f4554f88040954ec0059764ef412a97ce5f19a
DIFF: https://github.com/llvm/llvm-project/commit/f2f4554f88040954ec0059764ef412a97ce5f19a.diff

LOG: [debuginfo-tests][dexter] add requires lldb to two tests

both deferred_globals.cpp namespace.cpp require lldb in order to run and will
fail if it's not available.

add the required lines to the top of the tests.

Added: 
    

Modified: 
    debuginfo-tests/dexter-tests/deferred_globals.cpp
    debuginfo-tests/dexter-tests/namespace.cpp

Removed: 
    


################################################################################
diff  --git a/debuginfo-tests/dexter-tests/deferred_globals.cpp b/debuginfo-tests/dexter-tests/deferred_globals.cpp
index d12adfd14b09..649cd33e88d5 100644
--- a/debuginfo-tests/dexter-tests/deferred_globals.cpp
+++ b/debuginfo-tests/dexter-tests/deferred_globals.cpp
@@ -2,6 +2,7 @@
 // Ensure that debug information for a local variable does not hide
 // a global definition that has the same name.
 
+// REQUIRES: lldb
 // UNSUPPORTED: system-windows
 
 // RUN: %dexter --fail-lt 1.0 -w \

diff  --git a/debuginfo-tests/dexter-tests/namespace.cpp b/debuginfo-tests/dexter-tests/namespace.cpp
index e614b0d283b1..9428b83059f0 100644
--- a/debuginfo-tests/dexter-tests/namespace.cpp
+++ b/debuginfo-tests/dexter-tests/namespace.cpp
@@ -2,6 +2,7 @@
 // Ensure that the debug information for a global variable includes
 // namespace information.
 
+// REQUIRES: lldb
 // UNSUPPORTED: system-windows
 
 // RUN: %dexter --fail-lt 1.0 -w \


        


More information about the llvm-commits mailing list