8000 merge revision(s) bbd249e351af7e4929b518a5de73a832b5617273: [Backport #20192] by nurse · Pull Request #10249 · ruby/ruby · GitHub
[go: up one dir, main page]

Skip to content

merge revision(s) bbd249e351af7e4929b518a5de73a832b5617273: [Backport #20192] #10249

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

Merged
merged 3 commits into from
May 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Prev Previous commit
Skip a new test for RJIT
  • Loading branch information
k0kubun authored May 28, 2024
commit 16ec27c73fe1b3fb1d62bfb2ea2f55b28d09511a
2 changes: 1 addition & 1 deletion bootstraptest/test_yjit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def call_foo
def splat_kw(kwargs) = yield(**kwargs)

splat_kw({}) { _1 }.inspect
}
} unless rjit_enabled? # Not yet working on RJIT

# regression test for arity check with splat
assert_equal '[:ae, :ae]', %q{
Expand Down
0