Community
Participate
Working Groups
Created attachment 178180 [details] x430 failure The LoggerBufTest1 ROV test is failing because the args are only 16-bits, but the golden output is for a 32-bit arg target. Golden: <text>Testing+hexadecimal%2C+lower+and+upper+case%3A+aaaaaaaa%2C+BBBBBBBB%2C+cccccccc%2C+DDDDDDDD</text> Fail: <text>Testing+hexadecimal%2C+lower+and+upper+case%3A+aaaa%2C+BBBB%2C+cccc%2C+DDDD</text> The test fails on x430 and x430XS, but passes on x430X. The arguments themselves (in the arg0, arg1, etc. fields) also don't match. See the attached .fail file.