diff --git a/debuginfo-tests/dexter/feature_tests/commands/perfect/lit.local.cfg b/debuginfo-tests/dexter/feature_tests/commands/perfect/lit.local.cfg new file mode 100644 index 0000000000000..7d1dd8b7b9026 --- /dev/null +++ b/debuginfo-tests/dexter/feature_tests/commands/perfect/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'lldb' in config.available_features: + config.unsupported = True diff --git a/debuginfo-tests/dexter/feature_tests/subtools/view.cpp b/debuginfo-tests/dexter/feature_tests/subtools/view.cpp index 03e0b9420fb1d..93a51062b4421 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/view.cpp +++ b/debuginfo-tests/dexter/feature_tests/subtools/view.cpp @@ -1,3 +1,4 @@ +// REQUIRES: lldb // Purpose: // Check the `view` subtool works with typical inputs. //