Re: [PATCH] Fix sanitizer tests to work under QEMU

2014-04-15 Thread Maxim Ostapenko
Thanks! Done in r209402. -Maxim

Re: [PATCH] Fix sanitizer tests to work under QEMU

2014-04-15 Thread Yury Gribov
It is unfortunate there is no way to forcefully disable the colorization, e.g. through some env var. I think they have ASAN_OPTIONS=color=0 (or something like that) but ssh targets (still) don't support passing environment variables. -Y

Re: [PATCH] Fix sanitizer tests to work under QEMU

2014-04-14 Thread Jakub Jelinek
On Tue, Apr 15, 2014 at 10:49:48AM +0400, Maxim Ostapenko wrote: > Some ASan and UBSan pattern match tests fail under QEMU, because > libsanitizer adds escape sequences which confuse Dejagnu (because it > thinks that it is actually running under a tty). This bug was > already fixed for some tests (

[PATCH] Fix sanitizer tests to work under QEMU

2014-04-14 Thread Maxim Ostapenko
Hi all, Some ASan and UBSan pattern match tests fail under QEMU, because libsanitizer adds escape sequences which confuse Dejagnu (because it thinks that it is actually running under a tty). This bug was already fixed for some tests (see http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00235.html