[Dexter] Fix address_printing test by requiring lldb
authorStephen Tozer <stephen.tozer@sony.com>
Wed, 1 Dec 2021 14:03:53 +0000 (14:03 +0000)
committerStephen Tozer <stephen.tozer@sony.com>
Wed, 1 Dec 2021 14:05:46 +0000 (14:05 +0000)
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.

cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp

index 0ee8a3760b1e4f028e931adc81e3e27bf00c8ba5..ecd7cd2d495841e34bcfeda9b7e2064adadfe476 100644 (file)
@@ -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