It happened on Windows XP with tc_select.rb on my end, with the following
message
    [junit] <[["a", 1], ["b", 2], ["c", 3]]> expected but was
    [junit] <[["c", 3], ["a", 1], ["b", 2]]>.

The funny thing is when I ran the test methods manually in jirb, it gave the
correct result.

-DJ

On Nov 23, 2007 4:57 PM, Charles Oliver Nutter <[EMAIL PROTECTED]>
wrote:

> 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", 3]]>.
>
> Mental and I looked into it, and I modified a few things in the
> compiler, but it still fails in both compiler and interpreter for me.
>
> Mental: I confirmed it's broken on a clean checkout. If you can't
> reproduce it we may have to enlist someone on OS X Java 6 to dig in (or
> I'll have to do it myself).
>
> - charlie
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>

Reply via email to