[debuginfo-tests][dexter] add requires lldb to two tests
authorTom Weaver <Tom.Weaver@Sony.com>
Wed, 28 Oct 2020 17:33:29 +0000 (17:33 +0000)
committerTom Weaver <Tom.Weaver@Sony.com>
Wed, 28 Oct 2020 17:33:29 +0000 (17:33 +0000)
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.

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

index d12adfd..649cd33 100644 (file)
@@ -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 \
index e614b0d..9428b83 100644 (file)
@@ -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 \