2014/1/18 Tim Blechmann
We can mitigate that by having several people running the reports. I've written some docs, so it shouldn't be too hard, although right now it does require a *nix-like system. I've been running them on a Windows host using a VirtualBox virtual Ubuntu system, and have found it to be easy.
i wonder: has anyone ever tried to integrate the boost regression tests with a cross-compiler and/or qemu? some years ago, i've tested some altivec/neon code on x86_64 hardware by running my redirecting ctest to call the binaries via qemu.
I run regression tests on Windows, cross compiling tests to Android (ARM) and running the tests on Android emulator (quemu). You may see some info at https://github.com/apolukhin/regression_android -- Best regards, Antony Polukhin