-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(TestThreadGroup#test_thread_timer_and_interrupt): skip exit status assertion because we cannot get signal status on Windows. * win32/win32.c (CreateChild): create process group to receive the signal by GenerateConsoleCtrlEvent(). * win32/win32.c (kill): use CTRL_BREAK_EVENT instead of CTRL_C_EVENT if a process group is specified. CTRL_C_EVENT signal cannot be generated for process groups for the specification. [ruby-dev:45149] [Bug ruby#5812] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
3 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
Sat Jan 28 08:18:11 2012 Hiroshi Shirosaki <[email protected]> | ||
|
||
* test/ruby/test_thread.rb | ||
(TestThreadGroup#test_thread_timer_and_interrupt): skip exit status | ||
assertion because we cannot get signal status on Windows. | ||
|
||
* win32/win32.c (CreateChild): create process group to receive the | ||
signal by GenerateConsoleCtrlEvent(). | ||
|
||
* win32/win32.c (kill): use CTRL_BREAK_EVENT instead of CTRL_C_EVENT | ||
if a process group is specified. CTRL_C_EVENT signal cannot be | ||
generated for process groups for the specification. | ||
[ruby-dev:45149] [Bug #5812] | ||
|
||
Sat Jan 28 07:46:03 2012 Hiroshi Shirosaki <[email protected]> | ||
|
||
* thread_win32.c (rb_w32_wait_events_blocking): use | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters