[debuginfo-tests] 40dd5cb - [debuginfo-tests] Require "lldb" for some dexter tests

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 17:35:24 PDT 2020


Author: Fangrui Song
Date: 2020-06-25T17:35:01-07:00
New Revision: 40dd5cb11074050434db999a388a2b7aab517e4d

URL: https://github.com/llvm/llvm-project/commit/40dd5cb11074050434db999a388a2b7aab517e4d
DIFF: https://github.com/llvm/llvm-project/commit/40dd5cb11074050434db999a388a2b7aab517e4d.diff

LOG: [debuginfo-tests] Require "lldb" for some dexter tests

Added: 
    debuginfo-tests/dexter/feature_tests/commands/perfect/lit.local.cfg

Modified: 
    debuginfo-tests/dexter/feature_tests/subtools/view.cpp

Removed: 
    


################################################################################
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 000000000000..7d1dd8b7b902
--- /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 03e0b9420fb1..93a51062b442 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.
 //


        


More information about the llvm-commits mailing list