You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And inside of testRun the actual event loop is run. But, by the time the thread reaches testRun all of the previous tests will have been ran already. So I'm not sure how these tests even passed.
On Mac OS the event handling tests fail. Maybe on Windows / Linux the event loop is already running in the background. Need to investigate.
The text was updated successfully, but these errors were encountered:
There is something strange about the way the tests are designed. There's a set of tests which do things like the following:
And inside of
testRun
the actual event loop is run. But, by the time the thread reachestestRun
all of the previous tests will have been ran already. So I'm not sure how these tests even passed.On Mac OS the event handling tests fail. Maybe on Windows / Linux the event loop is already running in the background. Need to investigate.
The text was updated successfully, but these errors were encountered: