summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-02-20 17:10:34 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-02-20 17:10:34 +0000
commit880b38d0bd854af8897f4fffd2bd5c3a19e3d271 (patch)
tree7e8db56f43dc88b98f25fb2401ff87555cfe47aa /lldb/packages/Python/lldbsuite/test
parent038100ade3b72249c4f26d33e7dc1b88835f2cb4 (diff)
downloadbcm5719-llvm-880b38d0bd854af8897f4fffd2bd5c3a19e3d271.tar.gz
bcm5719-llvm-880b38d0bd854af8897f4fffd2bd5c3a19e3d271.zip
[lldb] [test] Fix expected netbsd output for TestImageListMultiArchitecture
llvm-svn: 354483
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py b/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py
index 93eac1ecd10..3cc87666d08 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py
@@ -27,7 +27,7 @@ class TestImageListMultiArchitecture(TestBase):
images = {
"hello-freebsd-10.0-x86_64-clang-3.3": re.compile(r"x86_64-(\*)?-freebsd10.0(-unknown)? x86_64"),
"hello-freebsd-10.0-x86_64-gcc-4.7.3": re.compile(r"x86_64-(\*)?-freebsd10.0(-unknown)? x86_64"),
- "hello-netbsd-6.1-x86_64-gcc-4.5.3": re.compile(r"x86_64-(\*)?-netbsd(-unknown)? x86_64"),
+ "hello-netbsd-6.1-x86_64-gcc-4.5.3": re.compile(r"x86_64-(\*)?-netbsd6.1.4(-unknown)? x86_64"),
"hello-ubuntu-14.04-x86_64-gcc-4.8.2": re.compile(r"x86_64-(\*)?-linux(-unknown)? x86_64"),
"hello-ubuntu-14.04-x86_64-clang-3.5pre": re.compile(r"x86_64-(\*)?-linux(-unknown)? x86_64"),
"hello-unknown-kalimba_arch4-kcc-36": re.compile(r"kalimba4-csr-(unknown|\*)(-unknown)? kalimba"),
OpenPOWER on IntegriCloud