Created
October 8, 2010 18:09
-
-
Save jarmo/617246 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
windows 7, 64bit | |
jruby 1.5.1 (ruby 1.8.7 patchlevel 249) (2010-06-06 f3a3480) (Java HotSpot(TM) Client VM 1.6.0_18) [x86-java] | |
(in C:/Users/jarmo/Desktop/minu/projects/Ruby/childprocess) | |
All dependencies seem to be installed. | |
FFFFFF | |
1) | |
NativeException in 'ChildProcess returns self when started' | |
java.io.IOException: Cannot run program "ruby": CreateProcess error=2, The system cannot find the file specified | |
java/lang/ProcessBuilder.java:459:in `start' | |
java/lang/ProcessBuilder.java:459:in `start' | |
./spec/childprocess_spec.rb:9: | |
2) | |
NativeException in 'ChildProcess knows if the process crashed' | |
java.io.IOException: Cannot run program "ruby": CreateProcess error=2, The system cannot find the file specified | |
java/lang/ProcessBuilder.java:459:in `start' | |
java/lang/ProcessBuilder.java:459:in `start' | |
./spec/childprocess_spec.rb:14: | |
3) | |
NativeException in 'ChildProcess knows if the process didn't crash' | |
java.io.IOException: Cannot run program "ruby": CreateProcess error=2, The system cannot find the file specified | |
java/lang/ProcessBuilder.java:459:in `start' | |
java/lang/ProcessBuilder.java:459:in `start' | |
./spec/childprocess_spec.rb:22: | |
4) | |
NativeException in 'ChildProcess escalates if TERM is ignored' | |
java.io.IOException: Cannot run program "ruby": CreateProcess error=2, The system cannot find the file specified | |
java/lang/ProcessBuilder.java:459:in `start' | |
java/lang/ProcessBuilder.java:459:in `start' | |
./spec/childprocess_spec.rb:30: | |
5) | |
NativeException in 'ChildProcess lets child process inherit the environment of the current process' | |
java.io.IOException: Cannot run program "ruby": CreateProcess error=2, The system cannot find the file specified | |
java/lang/ProcessBuilder.java:459:in `start' | |
java/lang/ProcessBuilder.java:459:in `start' | |
./spec/childprocess_spec.rb:38: | |
C:/Users/jarmo/Desktop/minu/projects/Ruby/childprocess/spec/spec_helper.rb:50:in `with_env' | |
./spec/childprocess_spec.rb:37: | |
./spec/childprocess_spec.rb:36:in `open' | |
./spec/childprocess_spec.rb:36: | |
6) | |
NativeException in 'ChildProcess passes arguments to the child' | |
java.io.IOException: Cannot run program "ruby": CreateProcess error=2, The system cannot find the file specified | |
java/lang/ProcessBuilder.java:459:in `start' | |
java/lang/ProcessBuilder.java:459:in `start' | |
./spec/childprocess_spec.rb:52: | |
./spec/childprocess_spec.rb:51:in `open' | |
./spec/childprocess_spec.rb:51: | |
Finished in 0.457 seconds | |
6 examples, 6 failures | |
ruby 1.8.6 (2010-02-04 patchlevel 398) [i386-mingw32] | |
(in C:/Users/jarmo/Desktop/minu/projects/Ruby/childprocess) | |
All dependencies seem to be installed. | |
...... | |
Finished in 4.069233 seconds | |
6 examples, 0 failures | |
ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32] | |
(in C:/Users/jarmo/Desktop/minu/projects/Ruby/childprocess) | |
All dependencies seem to be installed. | |
...... | |
Finished in 3.555204 seconds | |
6 examples, 0 failures | |
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32] | |
...... | |
Finished in 1.130064 seconds | |
6 examples, 0 failures | |
(in C:/Users/jarmo/Desktop/minu/projects/Ruby/childprocess) | |
All dependencies seem to be installed. | |
ruby 1.9.2dev (2010-05-31) [i386-mingw32] | |
...... | |
Finished in 1.548089 seconds | |
6 examples, 0 failures | |
(in C:/Users/jarmo/Desktop/minu/projects/Ruby/childprocess) | |
All dependencies seem to be installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment