Skip to content

Commit

Permalink
Tagging failing Signal.trap specs on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vvs committed Jun 13, 2010
1 parent 790fa42 commit 53013d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/tags/1.8/ruby/core/signal/trap_tags.txt
Expand Up @@ -4,3 +4,9 @@ fails(JRUBY-4869):Signal.trap accepts 'SIG_DFL' in place of a proc
fails(JRUBY-4869):Signal.trap accepts 'DEFAULT' in place of a proc
fails(JRUBY-4869):Signal.trap accepts 'SIG_IGN' in place of a proc
fails(JRUBY-4869):Signal.trap accepts 'IGNORE' in place of a proc
windows(http://rubyspec.org/issues/show/228):Signal.trap returns the previous handler
windows(http://rubyspec.org/issues/show/228):Signal.trap accepts a block in place of a proc/command argument
windows(http://rubyspec.org/issues/show/228):Signal.trap accepts long names as Strings
windows(http://rubyspec.org/issues/show/228):Signal.trap acceps short names as Strings
windows(http://rubyspec.org/issues/show/228):Signal.trap accepts long names as Symbols
windows(http://rubyspec.org/issues/show/228):Signal.trap accepts short names as Symbols
6 changes: 6 additions & 0 deletions spec/tags/1.9/ruby/core/signal/trap_tags.txt
Expand Up @@ -3,3 +3,9 @@ fails(JRUBY-4869):Signal.trap accepts 'SIG_DFL' in place of a proc
fails(JRUBY-4869):Signal.trap accepts 'DEFAULT' in place of a proc
fails(JRUBY-4869):Signal.trap accepts 'SIG_IGN' in place of a proc
fails(JRUBY-4869):Signal.trap accepts 'IGNORE' in place of a proc
windows(http://rubyspec.org/issues/show/228):Signal.trap returns the previous handler
windows(http://rubyspec.org/issues/show/228):Signal.trap accepts a block in place of a proc/command argument
windows(http://rubyspec.org/issues/show/228):Signal.trap accepts long names as Strings
windows(http://rubyspec.org/issues/show/228):Signal.trap acceps short names as Strings
windows(http://rubyspec.org/issues/show/228):Signal.trap accepts long names as Symbols
windows(http://rubyspec.org/issues/show/228):Signal.trap accepts short names as Symbols

0 comments on commit 53013d6

Please sign in to comment.