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
| arturas@arturaz-fujitsu:~/work/spacegame/server$ jruby -v | |
| jruby 1.6.3 (ruby-1.8.7-p330) (2011-08-11 fa0cea0) (Java HotSpot(TM) Client VM 1.7.0) [linux-i386-java] | |
| arturas@arturaz-fujitsu:~/work/spacegame/server$ time jruby -S rake spec:controllers | |
| ................................................................................................................................................................................................................................................................................................FFFF...............FF.F............................................................................................................................................................. | |
| 1) | |
| Java::JavaLang::ArrayIndexOutOfBoundsException in 'UnitsController units|attack invoked should not create cooldown' | |
| -1 | |
| org.jruby.javasupport.JavaClass.handleScalaSingletons(JavaClass.java:142) |
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
| arturas@arturaz-fujitsu:~/work/spacegame/server$ jruby -S rake spec:controllers | |
| .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
| Finished in 75.246 seconds | |
| 468 examples, 0 failures | |
| arturas@arturaz-fujitsu:~/work/spacegame/server$ time jruby --1.9 -S rake spec:controllers | |
| %YAML 1.1 | |
| --- ! "0" |
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
| arturas@arturaz-fujitsu:~$ jruby --version | |
| jruby 1.6.3 (ruby-1.8.7-p330) (2011-07-07 965162f) (Java HotSpot(TM) Server VM 1.6.0_24) [linux-i386-java] | |
| arturas@arturaz-fujitsu:~$ java -version | |
| java version "1.7.0" | |
| Java(TM) SE Runtime Environment (build 1.7.0-b147) | |
| Java HotSpot(TM) Server VM (build 21.0-b17, mixed mode) | |
| arturas@arturaz-fujitsu:~$ env | sort | |
| ANDROID_HOME=/home/arturas/Software/android-sdk-linux_86 | |
| ANT_OPTS=-XX:MaxPermSize=128M -Xms128M -Xmx512M | |
| COLORTERM=roxterm |
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
| 1.8.7 | |
| real 5m2.534s | |
| user 3m32.817s | |
| sys 0m8.085s | |
| 0 failures | |
| 1.9.2 | |
| real 4m43.779s | |
| user 3m2.787s | |
| sys 0m10.265s |
NewerOlder