[Lldb-commits] [lldb] r311582 - test: fix missed test

Saleem Abdulrasool via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 23 11:05:19 PDT 2017


Author: compnerd
Date: Wed Aug 23 11:05:19 2017
New Revision: 311582

URL: http://llvm.org/viewvc/llvm-project?rev=311582&view=rev
Log:
test: fix missed test

I had built without python bindings and did not find this in the grep
output.  Adjust the test output for the printing format update.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py?rev=311582&r1=311581&r2=311582&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py Wed Aug 23 11:05:19 2017
@@ -137,7 +137,7 @@ class LinuxCoreTestCase(TestBase):
         values = {}
         values["fctrl"] = "0x037f"
         values["fstat"] = "0x0000"
-        values["ftag"] = "0xff"
+        values["ftag"] = "0x00ff"
         values["fop"] = "0x0000"
         values["fiseg"] = "0x00000000"
         values["fioff"] = "0x0040011e"




More information about the lldb-commits mailing list