cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.89k stars 983 forks source link

yet another attempt to fix an unreliable test #774

Closed mflatt closed 7 months ago

mflatt commented 7 months ago

Commit 612b7adaa7 did not adjust a compute-size-increments test in the intended way, because it used the current thread's parameter vector instead of the measured thread's parameter vector. This new attempt adds an extra thread parameter, so it checks the intended repair without having to be lucky with a "thread.ms" test.