Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Truffle] Fix remaining ActiveSupport tests #3543

Closed
13 tasks done
pitr-ch opened this issue Dec 15, 2015 · 4 comments
Closed
13 tasks done

[Truffle] Fix remaining ActiveSupport tests #3543

pitr-ch opened this issue Dec 15, 2015 · 4 comments
Milestone

Comments

@pitr-ch
Copy link
Member

pitr-ch commented Dec 15, 2015

  • 03 02 kernel test (will silence any $stdout output rendering rest of the test unusable) @pitr-ch
  • 12 Ropes related errors @nirvdrum
  • 01 LoadPathsTest#test_uniq_load_paths (seems like an environment issue, I see doubled path from
    RUBYLIB coming from rbenv)
  • 21 Time class related issues @pitr-ch
  • 01 FileStoreTest#test_two_classes_autoloading (autoload constant or marshall related)
  • 02 ModuleTest (probably backtrace format) @pitr-ch
  • 10 OpenSSL (OpenSSL stubs are not complete for AS tests) @pitr-ch
  • 02 ActiveSupport::NumberHelper::NumberHelperTest#test_to_rounded* (something to do with Rational?) @chrisseaton
  • 01 NumericExtFormattingTest#test_to_s__rounded__with_significant_digits @chrisseaton
  • 01 DurationTest#test_eql Fixnum#eql? (uses == which is called in reverse order and returns false positive) @pitr-ch
  • 03 gzib @chrisseaton
  • 04 Multibyte @nirvdrum
  • 01 OrderedHashTest#test_select (Hash#map iterates only keys, bad block arguments)
@pitr-ch pitr-ch added this to the truffle-dev milestone Dec 15, 2015
@chrisseaton
Copy link
Contributor

I think the zlib stuff is fixed now as I can't see it in your latest gist.

@pitr-ch
Copy link
Member Author

pitr-ch commented Jan 4, 2016

yep, zlib looks fine, OrderedHashTest#test_select was also fixed

@chrisseaton
Copy link
Contributor

Not listed in this issue: I'm also seeing

  1) Failure:
LoadPathsTest#test_uniq_load_paths [/Users/chrisseaton/Documents/ruby/rails/activesupport/test/load_paths_test.rb:14]:
{"/Users/chrisseaton/Documents/ruby/rails/activesupport/.jruby+truffle_bundle/jruby+truffle/2.2.0/bundler/gems/qu-d098e2657c92/lib"=>3}

@pitr-ch
Copy link
Member Author

pitr-ch commented Mar 2, 2016

The list and gist are updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants