Make space for FreeBSD core file tests
authorPavel Labath <labath@google.com>
Mon, 7 Nov 2016 09:58:58 +0000 (09:58 +0000)
committerPavel Labath <labath@google.com>
Mon, 7 Nov 2016 09:58:58 +0000 (09:58 +0000)
commit1071ac193589338bc055e338926d661ab5bf93f6
tree2469d7b23614d698a54bda2152988f1be501d11b
parent0a8f1fe6f7a89f5e71979fd9a910cf0607cf4f55
Make space for FreeBSD core file tests

This renames the functionalities/postmortem/linux-core to elf-core and puts the
"linux" part into the individual names of the core files. Since the tests for
linux and freebsd core files are going to be very similar, having them close
together means they can reuse most of the plumbing.

llvm-svn: 286101
12 files changed:
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py with 91% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/altmain.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/altmain.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/altmain.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/altmain.core with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/altmain.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/altmain.out with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-i386.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/i386.core with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-i386.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/i386.out with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-s390x.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/s390x.core with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-s390x.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/s390x.out with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-x86_64.core [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/x86_64.core with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/linux-x86_64.out [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/x86_64.out with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/main.c [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/main.c with 100% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/make-core.sh [moved from lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/make-core.sh with 100% similarity]