diff options
author | Jean Boussier <[email protected]> | 2022-07-13 18:49:27 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2022-07-13 19:39:31 +0200 |
commit | 664c23db79dd0d500a834ef0ec8da443d95ddfd6 (patch) | |
tree | 520f941f548ebae183be735ece04cea5b4dd30d5 /thread_win32.c | |
parent | 13d2ae6d4a83f059f46624f55f1e396cbf37c286 (diff) |
GVL Instrumentation: remove the EXITED count assertion
It's very flaky for some unknown reason. Something we have
an extra EXITED event. I suspect some other test is causing this.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6133
Diffstat (limited to 'thread_win32.c')
-rw-r--r-- | thread_win32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_win32.c b/thread_win32.c index 714d601340..81fea585ac 100644 --- a/thread_win32.c +++ b/thread_win32.c @@ -137,8 +137,6 @@ thread_sched_to_waiting(struct rb_thread_sched *sched) ReleaseMutex(sched->lock); } -#define thread_sched_to_dead thread_sched_to_waiting - static void thread_sched_yield(struct rb_thread_sched *sched, rb_thread_t *th) { |