pocmatos
2019-12-6 08:33:15

Oh - I am bit disappointed I think. The hash tests didn’t fail on a second run: https://github.com/LinkiTools/racket/runs/336295671


pocmatos
2019-12-6 11:57:42

I just noticed one of the tess failed in a documentation PR: https://github.com/racket/racket/pull/2952/checks?check_run_id=333170253#step:9:28


pocmatos
2019-12-6 11:57:55

This is macos / cify / unsafe section


pocmatos
2019-12-6 11:58:16

The other one is macos / nocify / hash section


pocmatos
2019-12-6 11:58:45

argh - I know, lets drop support for macos. :exploding_head:


pocmatos
2019-12-6 11:59:59

Maybe it was a butterfly glitch : https://xkcd.com/378/


pocmatos
2019-12-6 13:12:11

These hash issues are on weak hashes, which means that the gc behaviour here is really important.


pocmatos
2019-12-6 13:12:22

So this might not be a cosmic fluke… :disappointed:


pocmatos
2019-12-6 13:13:33

The problems I posted on unsafe seem to be happening on the same set of calls but on unsafe-weak-hashes instead.


pocmatos
2019-12-6 13:13:54

Going to open bugs for these so we can think what to do about it.


samth
2019-12-7 05:27:43

In most cases these are bugs in the tests rather than in the system, but it’s still good to fix them when possible