From f2f4554f88040954ec0059764ef412a97ce5f19a Mon Sep 17 00:00:00 2001 From: Tom Weaver Date: Wed, 28 Oct 2020 17:33:29 +0000 Subject: [PATCH] [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. --- debuginfo-tests/dexter-tests/deferred_globals.cpp | 1 + debuginfo-tests/dexter-tests/namespace.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/debuginfo-tests/dexter-tests/deferred_globals.cpp b/debuginfo-tests/dexter-tests/deferred_globals.cpp index d12adfd..649cd33 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 e614b0d..9428b83 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 \ -- 2.7.4