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

Remove unnecesary and harmful pend for TruffleRuby in TestRaiseNoBacktraceException #423

Merged
merged 2 commits into from
Oct 27, 2022

Conversation

eregon
Copy link
Member

@eregon eregon commented Oct 27, 2022

  • Specifically the second one causes $HOME to be unset, which breaks File.expand_path('~').

The issue was introduced in 4452adb, cc @aycabta

…raceException

* Specifically the second one causes `$HOME` to be unset, which breaks `File.expand_path('~')`.
graalvmbot pushed a commit to oracle/truffleruby that referenced this pull request Oct 27, 2022
…raceException

* Specifically the second one causes `$HOME` to be unset, which breaks `File.expand_path('~')`.
* See ruby/irb#423
@eregon
Copy link
Member Author

eregon commented Oct 27, 2022

The test fails because

%w(LC_MESSAGES LC_ALL LC_CTYPE LANG).each {|n| env[n] = "ja_JP.UTF-8" }

and such a locale is most likely not installed in GitHub Actions, and so I guess nl_langinfo(CODESET) returns ASCII or C or similar.

So maybe the test does not run as expected (on CRuby on GitHub Actions)?

@eregon eregon merged commit d605116 into master Oct 27, 2022
@eregon eregon deleted the remove_bad_truffleruby_pend branch October 27, 2022 19:16
@eregon eregon changed the title Remove unecesary and harmful pend for TruffleRuby in TestRaiseNoBacktraceException Remove unnecesary and harmful pend for TruffleRuby in TestRaiseNoBacktraceException Oct 27, 2022
graalvmbot pushed a commit to oracle/truffleruby that referenced this pull request Oct 28, 2022
…raceException

* Specifically the second one causes `$HOME` to be unset, which breaks `File.expand_path('~')`.
* See ruby/irb#423
graalvmbot pushed a commit to oracle/truffleruby that referenced this pull request Nov 1, 2022
…raceException

* Specifically the second one causes `$HOME` to be unset, which breaks `File.expand_path('~')`.
* See ruby/irb#423
graalvmbot pushed a commit to oracle/truffleruby that referenced this pull request Nov 2, 2022
…raceException

* Specifically the second one causes `$HOME` to be unset, which breaks `File.expand_path('~')`.
* See ruby/irb#423
graalvmbot pushed a commit to oracle/truffleruby that referenced this pull request Nov 4, 2022
…raceException

* Specifically the second one causes `$HOME` to be unset, which breaks `File.expand_path('~')`.
* See ruby/irb#423
graalvmbot pushed a commit to oracle/truffleruby that referenced this pull request Nov 7, 2022
…raceException

* Specifically the second one causes `$HOME` to be unset, which breaks `File.expand_path('~')`.
* See ruby/irb#423
graalvmbot pushed a commit to oracle/truffleruby that referenced this pull request Feb 24, 2023
* And add missing require.
nirvdrum pushed a commit to Shopify/truffleruby that referenced this pull request Mar 2, 2023
* And add missing require.
john-heinnickel pushed a commit to thermofisher-jch/truffleruby that referenced this pull request Aug 16, 2023
…raceException

* Specifically the second one causes `$HOME` to be unset, which breaks `File.expand_path('~')`.
* See ruby/irb#423
john-heinnickel pushed a commit to thermofisher-jch/truffleruby that referenced this pull request Aug 16, 2023
* And add missing require.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant