ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.07k stars 396 forks source link

Test suite fails on ARM GCC #175

Closed ksinica closed 9 years ago

ksinica commented 9 years ago

Hi, we are having some problems with RxCpp on ARM platform. RxCpp test suite is not passing, however on x86 and x86_64 platforms it runs just fine.

Target platform and toolchain details: ARM Cortex-A8 VFPv3-D16 glibc 2.21 gcc-5.2.0 same errors were also generated on toolchain based on gcc-4.9.2 and uClibc (same hardware).

Test suite output: http://hastebin.com/cugojuvexe.coffee

kirkshoop commented 9 years ago

thanks for the issue and fix!