Project

General

Profile

« Previous | Next » 

Revision 2a951f62

Added by etienne (Étienne Barrié) 3 months ago

Change test to avoid stack overflow with MN threads

When using MN threads (such as running the test in a ractor), this test
failed because it was raising a SystemStackError: stack level too deep.

This is because the machine stack is smaller under MN threads than on
the native main thread.