Skip to content

Commit

Permalink
[LLDB] Fix broken testsuite due to Xfail decorators
Browse files Browse the repository at this point in the history
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
  • Loading branch information
omjavaid committed May 11, 2020
1 parent 44e5aaf commit 20629ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
@@ -1,3 +1,3 @@
break set -f break-by-line.cpp -l 14
break set -f break-by-line.cpp -l 15
break list
quit
4 changes: 2 additions & 2 deletions lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
Expand Up @@ -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
1 change: 0 additions & 1 deletion lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
Expand Up @@ -8,7 +8,6 @@
// RUN: %p/Inputs/source-list.lldbinit | FileCheck %s



// Some context lines before
// the function.

Expand Down

0 comments on commit 20629ca

Please sign in to comment.