OSDN Git Service

[lldb] Fix TestComplexInt on ARM
authorRaphael Isemann <teemperor@gmail.com>
Fri, 19 Jun 2020 15:46:21 +0000 (17:46 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 19 Jun 2020 15:47:16 +0000 (17:47 +0200)
commit85e7e3b1c93ebdaaaf1f63d0d5b3b778e81fdd9c
tree09003cde60bdeb2c249289e26cd78deb5783e456
parentac3e5c4d93fbe7fb2db3c745c721aff41cc1b851
[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.
lldb/test/API/lang/c/complex_int/TestComplexInt.py