You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interesting part here is that the part of this that one would expect to fail did not actually fail.
The purpose of this test is to ensure that generation of the Info DB binaries is indeed deterministic, and that there are not undefined bytes getting persisted. It is not an overall surprise that there might be a bug that does not manifest on x64, but I would expect the problem to manifest as bytes differing, not the size.
On armv7hl and i686, the two comparison tests in
info_builder_test.cpp
fail:Looks like it's the
QVERIFY(byteArray.size() == binByteArray.size());
assert incompareBinaries()
that's failing.You can see full logs for armv7hl (https://koji.fedoraproject.org/koji/taskinfo?taskID=79844074) and i686 (https://koji.fedoraproject.org/koji/taskinfo?taskID=79844075) if you look at "build.log".
The text was updated successfully, but these errors were encountered: