Hi all,

Tests pass fine for me until I add emma, then I get two array failures: http://pastie.caboo.se/83334

I didn't see how to get a stack trace from the ant testing tasks, so I wrote my own task to run just a single test:

  <target name="run-jruby">
    <java classname="org.jruby.Main" fork="true">
      <classpath refid="build.classpath"/>
      <classpath path="${jruby.instrumented.classes.dir}"/>
      <classpath path="${jruby.classes.dir}"/>
      <arg value="test/rubicon/test_array.rb"/>
    </java>
  </target>

This test runs with no problems. The failure occur only in a full test suite with emma turned on. Is it possible we are running out of some scarce resource, with poor error reporting?

Stuart


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to