diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-10-09 17:35:43 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-10-09 17:35:43 +0000 |
commit | 0115c10328281567391855766fef8fbe57a1d4cc (patch) | |
tree | f5c3232c37e50caaf5a2043e22fcebccee668bdd /lldb/test/Shell/SymbolFile/Breakpad/line-table-mixed-path-styles.test | |
parent | 44e988ab14cb387eddfeacd1493792a6aa6aee81 (diff) | |
download | bcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.tar.gz bcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.zip |
Revert [test] Split LLDB tests into API, Shell & Unit
as it appears to have broken check-lldb.
This reverts r374184 (git commit 22314179f0660c172514b397060fd8f34b586e82)
llvm-svn: 374187
Diffstat (limited to 'lldb/test/Shell/SymbolFile/Breakpad/line-table-mixed-path-styles.test')
-rw-r--r-- | lldb/test/Shell/SymbolFile/Breakpad/line-table-mixed-path-styles.test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lldb/test/Shell/SymbolFile/Breakpad/line-table-mixed-path-styles.test b/lldb/test/Shell/SymbolFile/Breakpad/line-table-mixed-path-styles.test deleted file mode 100644 index 617b5eb6a9f..00000000000 --- a/lldb/test/Shell/SymbolFile/Breakpad/line-table-mixed-path-styles.test +++ /dev/null @@ -1,11 +0,0 @@ -# RUN: yaml2obj %S/Inputs/basic-elf.yaml > %T/line-table-mixed-path-styles.out -# RUN: %lldb %T/line-table-mixed-path-styles.out \ -# RUN: -o "target symbols add -s line-table-mixed-path-styles.out %S/Inputs/line-table-mixed-path-styles.syms" \ -# RUN: -s %s -o exit | FileCheck %s - -image dump line-table a.c -# CHECK-LABEL: Line table for /tmp/a.c -# CHECK-NEXT: 0x00000000004000b0: /tmp/a.c:1 -# CHECK-NEXT: 0x00000000004000b1: c:\tmp\b.c:1 -# CHECK-NEXT: 0x00000000004000b2: -# CHECK-EMPTY: |