interpreting the results of failing sanitizers in CI #18405
-
|
@jepler, I hope you can help with the below: I'm working on #18362 , and I see failures in both of the sanatize_ jobs. for both the failing jobs the So I assume an error of some kind has been found , but I am at a loss of understand what is wrong , let alone on how to fix it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
The failing step is (also it's failing during the "regular" coverage build, as well as during the sanitize builds) I reproduced it locally with the diff command changed to "diff -u" (the unified diff we're more accustomed to) and it showed this in the middle of the output In With your PR branch there appear to be two skipping tests: I found the following change useful when debugging this: Basically:
The ci.sh script is very nice to use locally on Linux (please see https://docs.micropython.org/en/latest/develop/gettingstarted.html#using-ci-sh-locally) -- In this case I used the lines since that's the CI step that was getting stuck. I hope this info gets you back on track to figure out what's up! |
Beta Was this translation helpful? Give feedback.
Maybe just move the tests out of basics/?