Closed bytesized closed 8 years ago
@willkg Think you could take a look at this?
To clarify, you made a change to DiskCache_DiskCache.py
and then that caused a bunch of changes in the test output so you fixed that, too. Is that right?
If so, I'm not sure I can manually verify the test output is correct because I don't really understand it.
Everything else looks ok to me.
To answer your question: sort of. In some cases, the test data expected the symbol from the FUNC line rather than the PUBLIC line which I now know was incorrect. Other test data was just wrong. Completely wrong. It would list the correct symbol as one that was nowhere in the corresponding symbol file and give an offset that matched no offset listed in the symbol file. I have no explanation for this.
In the first situation, I updated the symbols to match those specified by PUBLIC lines. In the second situation, I just picked a correct offset and symbol from the symbol file and used it to replace the incorrect offset and symbol.
This PR should fix the intermittent test failures (not including test timeouts). Tests were occasionally failing with errors indicating that the wrong symbols were being returned. It appears that these problems stem from two issues:
To address this: