[all-commits] [llvm/llvm-project] 85e7e3: [lldb] Fix TestComplexInt on ARM
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Jun 19 08:48:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 85e7e3b1c93ebdaaaf1f63d0d5b3b778e81fdd9c
https://github.com/llvm/llvm-project/commit/85e7e3b1c93ebdaaaf1f63d0d5b3b778e81fdd9c
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
M lldb/test/API/lang/c/complex_int/TestComplexInt.py
Log Message:
-----------
[lldb] Fix TestComplexInt on ARM
On the buildbot long and int have the same size but long and long long don't,
so the bug where we find the first type by size will produce a different error.
Make the test dynamic based on int/long/long long size to fix the bot.
More information about the All-commits
mailing list