[debuginfo-tests] 7deb970 - Drop a REQUIRES: lldb on a dexter regression test

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 09:41:53 PDT 2021


Author: Jeremy Morse
Date: 2021-04-23T17:41:38+01:00
New Revision: 7deb970efb0f1a7ccb04740710f683e00e005eae

URL: https://github.com/llvm/llvm-project/commit/7deb970efb0f1a7ccb04740710f683e00e005eae
DIFF: https://github.com/llvm/llvm-project/commit/7deb970efb0f1a7ccb04740710f683e00e005eae.diff

LOG: Drop a REQUIRES: lldb on a dexter regression test

As this is a test that actually gets to operating the debugger, it
needs to be limited to scenarios where the debugger is available.

(We'll file this in the set of things Dexter doesn't handle gracefully..)

Added: 
    

Modified: 
    debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp

Removed: 
    


################################################################################
diff  --git a/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp b/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp
index c6284ef320272..3067617958802 100644
--- a/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp
+++ b/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp
@@ -1,3 +1,6 @@
+// REQUIRES: lldb
+// UNSUPPORTED: system-windows
+//
 // Purpose:
 //    Check that the optional keyword argument 'on_line' makes a \DexLabel label
 //    that line instead of the line the command is found on.


        


More information about the llvm-commits mailing list