-
Notifications
You must be signed in to change notification settings - Fork 185
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
truffleruby is broken with rake test suite #1739
Comments
There's two failures here
For truffleruby/spec/tags/core/process/spawn_tags.txt Lines 77 to 78 in 5458f47
For the
#load with wrap set, which is also indeed not yet supported, and tagged truffleruby/spec/tags/core/kernel/load_tags.txt Lines 5 to 14 in 5458f47
So it's two unimplemented features. The error message could be better on the second one. We'll need to implement these features, thanks. |
@chrisseaton Thanks. I temporary removed |
I've got a fix on the way for The first failure is a bit more tricky - it requires us to |
|
|
Thanks for that @eregon - I though supporting chdir was going to be very difficult. |
TruffleRuby now runs in Rake's CI: ruby/rake#331 |
HI, I would like to support truffleruby in rake.
I try to add truffleruby provided by RVM in GitHub Actions. But I got the test failure like this:
https://github.com/ruby/rake/runs/196971401#step:6:5
I'm not sure why that has happened. It's great to resolve at the next version of truffleruby.
Thanks,
The text was updated successfully, but these errors were encountered: