[Lldb-commits] [PATCH] Fix Radar10642615DataFormatterTestCase after r231449

Ilia K ki.stfu at gmail.com
Fri Mar 6 08:56:08 PST 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8102

Files:
  lldb/trunk/test/functionalities/data-formatter/rdar-10642615/Test-rdar-10642615.py

Index: lldb/trunk/test/functionalities/data-formatter/rdar-10642615/Test-rdar-10642615.py
===================================================================
--- lldb/trunk/test/functionalities/data-formatter/rdar-10642615/Test-rdar-10642615.py
+++ lldb/trunk/test/functionalities/data-formatter/rdar-10642615/Test-rdar-10642615.py
@@ -59,7 +59,7 @@
                        '(int16_t [8]) valueI16 = (1, 0, 4, 0, 0, 1, 0, 4)',
                        '(int32_t [4]) valueI32 = (1, 0, 4, 0)',
                        '(vDouble) valueDL = (1, 4)',
-                       "(vUInt8) valueU8 = ('\\x01', '\\0', '\\x04', '\\0', '\\0', '\\x01', '\\0', '\\x04', '\\0', '\\0', '\\0', '\\0', '\\0', '\\0', '\\0', '\\0')",
+                       '(vUInt8) valueU8 = (0x01, 0x00, 0x04, 0x00, 0x00, 0x01, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)',
                        '(vUInt16) valueU16 = (1, 0, 4, 0, 0, 1, 0, 4)',
                        '(vUInt32) valueU32 = (1, 2, 3, 4)',
                        "(vSInt8) valueS8 = ('\\x01', '\\0', '\\x04', '\\0', '\\0', '\\x01', '\\0', '\\x04', '\\0', '\\0', '\\0', '\\0', '\\0', '\\0', '\\0', '\\0')",

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8102.21367.patch
Type: text/x-patch
Size: 1157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150306/a01f7af4/attachment.bin>


More information about the lldb-commits mailing list