[Lldb-commits] [PATCH] D129783: [lldb] Skip tests using int128 on ARM

Andy Yankovsky via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 15 03:01:34 PDT 2022


werat added a comment.

I didn't see the test failure on AArch64, so you're both probably right. I've searched the code for other uses of int128 and found a similar place, which disabled the test for both 32-bit and 64-bit -- 
https://github.com/llvm/llvm-project/blob/30c2406e270cc5dab8da813ce5c54e4bb8c40e49/lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py#L25

I'll fix the patch and skip the test only for 32-bit ARM. Thank you the explanation!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129783/new/

https://reviews.llvm.org/D129783



More information about the lldb-commits mailing list