[jruby~main:1f32d3a9] Additional tags for 1.9
- From: VVSiz@kenai.com
- To: commits@jruby.kenai.com
- Subject: [jruby~main:1f32d3a9] Additional tags for 1.9
- Date: Sun, 31 Jan 2010 17:44:48 +0000
Project: jruby
Repository: main
Revision: 1f32d3a9f77e892c7b28636c80317e9f19320733
Author: VVSiz
Date: 2010-01-31 17:44:11 UTC
Link:
Log Message:
------------
Additional tags for 1.9
Revisions:
----------
1f32d3a9f77e892c7b28636c80317e9f19320733
Modified Paths:
---------------
spec/tags/1.9/ruby/core/io/close_tags.txt
spec/tags/1.9/ruby/core/io/popen_tags.txt
spec/tags/1.9/ruby/core/kernel/spawn_tags.txt
Diffs:
------
diff --git a/spec/tags/1.9/ruby/core/io/close_tags.txt
b/spec/tags/1.9/ruby/core/io/close_tags.txt
index 21bd1df..556ecac 100644
--- a/spec/tags/1.9/ruby/core/io/close_tags.txt
+++ b/spec/tags/1.9/ruby/core/io/close_tags.txt
@@ -1,3 +1,4 @@
critical(hangs):IO#close on an IO.popen stream clears #pid
critical(hangs):IO#close on an IO.popen stream waits for the child to exit
unstable(JRUBY-4110,linux,intermittent failure):IO#close on an IO.popen
stream sets $?
+fails:IO#close on an IO.popen stream sets $?
diff --git a/spec/tags/1.9/ruby/core/io/popen_tags.txt
b/spec/tags/1.9/ruby/core/io/popen_tags.txt
index f254cc6..90a75ec 100644
--- a/spec/tags/1.9/ruby/core/io/popen_tags.txt
+++ b/spec/tags/1.9/ruby/core/io/popen_tags.txt
@@ -1 +1,2 @@
critical(hangs):IO::popen allows the io to be closed inside the block
+unstable:IO::popen writes to a write-only pipe
diff --git a/spec/tags/1.9/ruby/core/kernel/spawn_tags.txt
b/spec/tags/1.9/ruby/core/kernel/spawn_tags.txt
index 25a3086..621d8b5 100644
--- a/spec/tags/1.9/ruby/core/kernel/spawn_tags.txt
+++ b/spec/tags/1.9/ruby/core/kernel/spawn_tags.txt
@@ -4,5 +4,5 @@ fails:Kernel.spawn uses the given working directory if :chdir
=> dir is supplied
fails:Kernel.spawn redirects STDERR to the given file descriptior if if :err
=> Fixnum
fails:Kernel.spawn redirects STDERR to the given file if :err => String
windows:Kernel.spawn executes the given command
-windows:Kernel.spawn joins the current process group by default
-windows:Kernel.spawn uses the current working directory as its working
directory
+fails:Kernel.spawn joins the current process group by default
+fails:Kernel.spawn uses the current working directory as its working
directory
|
[jruby~main:1f32d3a9] Additional tags for 1.9 |
VVSiz | 01/31/2010 |





