Closed dgibson closed 1 year ago
From testlog.log
the failing test pieces are specifically:
dtc -I dts -O dtb -o cell-overflow-results.test.dtb cell-overflow-results.dts: FAIL Returned error code 1
dtc -I dts -O dtb -o cell-overflow.test.dtb cell-overflow.dts: FAIL Returned error code 1
dtbs_equal_ordered cell-overflow.test.dtb cell-overflow-results.test.dtb: Bad configuration: Couldn't open blob from "cell-overflow.test.dtb": No such file or directory
. . .
********** TEST SUMMARY
* Total testcases: 2100
* PASS: 2097
* FAIL: 2
* Bad configuration: 1
* Strange test result: 0
**********
It looks like the second failure and "bad config" are consequences of the first failure, but I have no idea why that first one is failing. The full testsuite passes fine when run from make.
Wait.. figured it out, patch coming.
Fix merged`
For some baffling reason I get a failing test when I build with meson: