There's a failure on trunk on some platforms related to hash ordering.
[junit] test_sort_with_block(TC_Hash_Sort_Instance)
[./test/externals/ruby_test/test/core/Hash/instance/tc_sort.rb:26]:
[junit] <[["c", 3], ["b", 2], ["a", 1]]> expected but was
[junit] <[["b", 2], ["a", 1], ["c"
Wirianto Djunaidi wrote:
It will be great if someone can put how to do rubinius spec test against
JRuby on the wiki.
I had created some patches based on issues submitted by Vladimir which
were based on the rubinius spec test,
but I am unable to do the test myself..so I have been doing the test
Tweak Java method aliasing in JavaClass to apply ? suffix to any method with
boolean return type, loosen restriction on non-void setters
Key: J
Vladimir Sizikov wrote:
Hi guys,
I've been running the Rubinius spec test the last few days (and
noticed that Wirianto was looking at the bug reports I filed,
providing some patches :) ).
By the way, another area that would be *great* for someone to get
involved would be to write up an ant ta
Variable access with depth > 0 should be more static
Key: JRUBY-1611
URL: http://jira.codehaus.org/browse/JRUBY-1611
Project: JRuby
Issue Type: Improvement
Components: Compiler
DynamicScope could benefit from some custom impls that use Java fields rather
than an array
---
Key: JRUBY-1610
URL: http://jira.codehaus.org/browse/JRUBY-1610
Pr
Hi guys,
I've been running the Rubinius spec test the last few days (and
noticed that Wirianto was looking at the bug reports I filed,
providing some patches :) ).
Here's what I do (under Linux, it seems that Rubinius specs can't be
yet run on Windows):
1. Get the rubinius souces:
git clone git
Charles,
Yep, when I get enough experience with Rubinius spec tests and
evaluate most showstoppers that just break or hang the test run with
JRbuy, eventually the goal is to enable them in JRuby build, otherwise
it will always the race to evaluate new problems/failures. Once the
specs are up-to-da
File#truncate creates a new file if the file doesn't exist
--
Key: JRUBY-1612
URL: http://jira.codehaus.org/browse/JRUBY-1612
Project: JRuby
Issue Type: Bug
Components: Core C
File.open should throw Errno::EACCES when opening non-permitted file
Key: JRUBY-1614
URL: http://jira.codehaus.org/browse/JRUBY-1614
Project: JRuby
Issue Type: Bug
Hi guys,
On Nov 23, 2007 10:16 AM, Vladimir Sizikov <[EMAIL PROTECTED]> wrote:
> Also, something wrong with Thread.join, and
> Thread tests needs to be excluded (I'll investigate this).
Figured out this one. It is a bug in Rubinius spec test, unrelated to
Thread.join, but causing Thread.join to
Raising java exceptions from ruby causes TypeError
---
Key: JRUBY-1615
URL: http://jira.codehaus.org/browse/JRUBY-1615
Project: JRuby
Issue Type: Bug
Components: Java Integration
12 matches
Mail list logo