diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-09 19:22:02 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-09 19:22:02 +0000 |
commit | 87aa9c9e4d41ed881453e2fab85b3d25f648bb55 (patch) | |
tree | 63efe79832bf3de4f63e4e81c62e73923947b882 /lldb/lit/ObjectFile/Breakpad/sections-trailing-func.test | |
parent | fd18e94697c987d5f24e25aa4e27adaffff3cce4 (diff) | |
download | bcm5719-llvm-87aa9c9e4d41ed881453e2fab85b3d25f648bb55.tar.gz bcm5719-llvm-87aa9c9e4d41ed881453e2fab85b3d25f648bb55.zip |
Re-land "[test] Split LLDB tests into API, Shell & Unit"
The original patch got reverted because it broke `check-lldb` on a clean
build. This fixes that.
llvm-svn: 374201
Diffstat (limited to 'lldb/lit/ObjectFile/Breakpad/sections-trailing-func.test')
-rw-r--r-- | lldb/lit/ObjectFile/Breakpad/sections-trailing-func.test | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lldb/lit/ObjectFile/Breakpad/sections-trailing-func.test b/lldb/lit/ObjectFile/Breakpad/sections-trailing-func.test deleted file mode 100644 index 9ea5c9da781..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/sections-trailing-func.test +++ /dev/null @@ -1,15 +0,0 @@ -# Test handling of a (valid) breakpad file, which ends with a line without a -# recognised keyword. - -RUN: lldb-test object-file %p/Inputs/sections-trailing-func.syms -contents | FileCheck %s - -CHECK: Showing 4 sections - -CHECK: ID: 0x4 -CHECK-NEXT: Name: FUNC -CHECK: File size: 66 -CHECK-NEXT: Data: ( -CHECK-NEXT: 0000: 46554E43 20313031 30203130 2030205F 73746172 740A3130 31302034 20342030 |FUNC 1010 10 0 _start.1010 4 4 0| -CHECK-NEXT: 0020: 0A313031 34203520 3520300A 31303139 20352036 20300A31 30316520 32203720 |.1014 5 5 0.1019 5 6 0.101e 2 7 | -CHECK-NEXT: 0040: 300A |0.| -CHECK-NEXT: ) |