<JrmeCharaoui[m]>
TestEnumerable#test_sum: NameError: uninitialized constant TestEnumerable::SimpleDelegator I think might be caused by a missing require 'delegate' in test/mri/psych/nodes/test_enumerable.rb
<JrmeCharaoui[m]>
it doesn't always happen though, probably a test ordering race
<headius>
ahh yeah I remember that one
<headius>
it depends on a require happening earlier... just a bad test
<headius>
you don't see it in the full run usually because someone else does that require
<JrmeCharaoui[m]>
yeah
<JrmeCharaoui[m]>
there's a lot of timeouts on 32-bit arches, those machines are slow
<headius>
lots of the MRI tests spawn subprocesses, which can get pretty slow on low-end hardware
<JrmeCharaoui[m]>
and mri-stdlib is often hanging, I think I know which testcase
<JrmeCharaoui[m]>
might be test_get__break in TestNetHTTP_v1_2.rb
<JrmeCharaoui[m]>
it would always hang in the build environment, but not in CI-amd64
<JrmeCharaoui[m]>
locally at least
<headius>
I know we excluded some flaky tests recently on master, is this still 9.3.9?