From f0eef1d21203ed679f66b887025cb4a0cbbcbdb6 Mon Sep 17 00:00:00 2001 From: Stephen Tozer Date: Wed, 1 Dec 2021 14:03:53 +0000 Subject: [Dexter] Fix address_printing test by requiring lldb Fixes a failure on the llvm-clang-x86_64-sie-ubuntu-fast buildbot caused by the test requiring lldb (with the standard dexter lit config), but not including a "Requires: lldb" clause. --- .../dexter/feature_tests/subtools/test/address_printing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cross-project-tests') diff --git a/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp b/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp index 0ee8a37..ecd7cd2 100644 --- a/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp +++ b/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp @@ -8,7 +8,7 @@ // display the address properly; if it is implemented, this test should be // updated. // -// REQUIRES: system-linux +// REQUIRES: lldb, system-linux // // RUN: not %dexter_regression_test -v -- %s | FileCheck %s -- cgit v1.1