[Lldb-commits] [lldb] r218749 - Fix the kalimba arch 4 test, broken when I introduced handling
Matthew Gardiner
mg11 at csr.com
Wed Oct 1 02:12:44 PDT 2014
Author: mg11
Date: Wed Oct 1 04:12:43 2014
New Revision: 218749
URL: http://llvm.org/viewvc/llvm-project?rev=218749&view=rev
Log:
Fix the kalimba arch 4 test, broken when I introduced handling
of kalimba architecture variants.
Modified:
lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py
Modified: lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py?rev=218749&r1=218748&r2=218749&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py (original)
+++ lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py Wed Oct 1 04:12:43 2014
@@ -27,7 +27,7 @@ class TestImageListMultiArchitecture(Tes
"hello-netbsd-6.1-x86_64-gcc-4.5.3": re.compile(r"x86_64-(unknown)?-netbsd x86_64"),
"hello-ubuntu-14.04-x86_64-gcc-4.8.2": re.compile(r"x86_64-(unknown)?-linux x86_64"),
"hello-ubuntu-14.04-x86_64-clang-3.5pre": re.compile(r"x86_64-(unknown)?-linux x86_64"),
- "hello-unknown-kalimba_arch4-kcc-36": re.compile(r"kalimba-csr-unknown kalimba"),
+ "hello-unknown-kalimba_arch4-kcc-36": re.compile(r"kalimba4-csr-unknown kalimba"),
}
for image_name in images:
More information about the lldb-commits
mailing list