[LLDB] Fix broken testsuite due to Xfail decorators
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 11 May 2020 05:18:50 +0000 (10:18 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 11 May 2020 05:25:04 +0000 (10:25 +0500)
Following test cases need minor adjustment in order to accomodate xfail
decorator:
  lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
  lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp

lldb/test/Shell/SymbolFile/NativePDB/Inputs/break-by-line.lldbinit
lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp

index 1ed4f6e..f68b421 100644 (file)
@@ -23,5 +23,5 @@ int main(int argc, char **argv) {
 
 // CHECK:      (lldb) target create "{{.*}}break-by-line.cpp.tmp.exe"
 // CHECK:      Current executable set to '{{.*}}break-by-line.cpp.tmp.exe'
-// CHECK:      (lldb) break set -f break-by-line.cpp -l 14
-// CHECK:      Breakpoint 1: where = break-by-line.cpp.tmp.exe`NS::NamespaceFn + {{[0-9]+}} at break-by-line.cpp:14
+// CHECK:      (lldb) break set -f break-by-line.cpp -l 15
+// CHECK:      Breakpoint 1: where = break-by-line.cpp.tmp.exe`NS::NamespaceFn + {{[0-9]+}} at break-by-line.cpp:15
index b51350e..dc8f187 100644 (file)
@@ -8,7 +8,6 @@
 // RUN:     %p/Inputs/source-list.lldbinit | FileCheck %s
 
 
-
 // Some context lines before
 // the function.