[debuginfo-tests] 40df6ba - [dexter] Update failing regression test

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 08:41:52 PDT 2021


Author: OCHyams
Date: 2021-04-26T16:41:35+01:00
New Revision: 40df6bac9c5c93f96181c51bbea99af5b1c5fc53

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

LOG: [dexter] Update failing regression test

Commit 7deb970ef added REQUIRES and UNSUPPORTED lines to a test which is
sensitive to line number changes. Update the line number reference in the test.

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 306761795880..3e0f2a83b456 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
@@ -13,5 +13,5 @@ int main() {
   return result;
 }
 
-// DexLabel('test', on_line=10)
+// DexLabel('test', on_line=13)
 // DexExpectWatchValue('result', '0', on_line='test')


        


More information about the llvm-commits mailing list