https://bugs.kde.org/show_bug.cgi?id=472875
Miroslav Franc <mfr...@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfr...@gmx.com --- Comment #2 from Miroslav Franc <mfr...@gmx.com> --- Created attachment 160744 --> https://bugs.kde.org/attachment.cgi?id=160744&action=edit zero condition code before instruction test I noticed this failure too when I was testing an unrelated patch. My stupid solution, since the test is expecting zeroes unless the tested instruction changes it, would be to simply prepend an instruction that zeroes condition code, such as comparing the register being used with itself, which should always yield zero cc. I just tried it and it seems to work. But, if you already have a fix or better idea, feel free to ignore it. $ perl tests/vg_regtest none/tests/s390x/dfp-1 dfp-1: valgrind ./dfp-1 == 1 test, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == -- You are receiving this mail because: You are watching all bug changes.