[Lldb-commits] [PATCH] Fix test expectation for aarch64 in several test case

Tamas Berghammer tberghammer at google.com
Mon Mar 30 07:15:52 PDT 2015


Hi omjavaid, ovyalov,

Fix test expectation for aarch64 in several test case

These test cases check if they are able to read registers after the
inferior is crashed. Previously they did it with reading the eax
register what is only available on i386 and x86_64. This CL add code to
do the check based on the target architecture (currently i386, x86_64
and aarch64 is supported)

http://reviews.llvm.org/D8702

Files:
  test/functionalities/inferior-assert/TestInferiorAssert.py
  test/functionalities/inferior-crashing/TestInferiorCrashing.py
  test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8702.22882.patch
Type: text/x-patch
Size: 4501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150330/a8767251/attachment.bin>


More information about the lldb-commits mailing list