Rails ActiveSupport master test failures
----------------------------------------

                 Key: JRUBY-4195
                 URL: http://jira.codehaus.org/browse/JRUBY-4195
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.4
            Reporter: Charles Oliver Nutter


Here's the current set of 4 failures running JRuby against Rails master 
activesupport's test suite:

{noformat}
  1) Failure:
test_clean_cleans_invalid_characters_from_UTF-8_encoded_strings(MultibyteUtilsTest)
    [./test/multibyte_utils_test.rb:73:in 
`test_clean_cleans_invalid_characters_from_UTF-8_encoded_strings'
     /Users/headius/projects/rails/activesupport/test/abstract_unit.rb:42:in 
`with_kcode'
     ./test/multibyte_utils_test.rb:71:in 
`test_clean_cleans_invalid_characters_from_UTF-8_encoded_strings'
     
/Users/headius/projects/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:60:in
 `run']:
<"&#12371;&#12395;&#12385;&#12431;"> expected but was
<"">.

  2) Failure:
test_verify_verifies_Shift-JIS_strings_are_properly_encoded(MultibyteUtilsTest)
    [./test/multibyte_utils_test.rb:38:in 
`test_verify_verifies_Shift-JIS_strings_are_properly_encoded'
     /Users/headius/projects/rails/activesupport/test/abstract_unit.rb:42:in 
`with_kcode'
     ./test/multibyte_utils_test.rb:37:in 
`test_verify_verifies_Shift-JIS_strings_are_properly_encoded'
     
/Users/headius/projects/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:60:in
 `run']:
<false> is not true.

  3) Failure:
test_self.setup_is_run_only_once(ParentIsolationTest)
    [./test/isolation_test.rb:157:in `test_self.setup_is_run_only_once'
     
/Users/headius/projects/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:60:in
 `run']:
<"hello\n"> expected but was
<"hello\nhello\nhello\nhello\nhello\nhello\nhello\nhello\nhello\nhello\nhello\n">.

  4) Failure:
test_at_with_old_date(TimeZoneTest)
    [./test/time_zone_test.rb:147:in `test_at_with_old_date'
     
/Users/headius/projects/jruby/lib/ruby/gems/1.8/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in
 `run']:
<-3786825600.0> expected but was
<-3786825599.0>.
{noformat}

To run:

{noformat}
git clone git://github.com/rails/rails.git
jruby -S gem install mocha
cd rails/activesupport
rake test
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to