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

Exclude duplicated test #367

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Exclude duplicated test #367

merged 1 commit into from
Jan 19, 2024

Conversation

sue445
Copy link
Member

@sue445 sue445 commented Jan 19, 2024

--jit is same to --yjit since MRI 3.2

$ RBENV_VERSION=3.0.5 ruby --help | grep " --jit "
  --jit           enable JIT with default options (experimental)

$ RBENV_VERSION=3.1.4 ruby --help | grep " --jit "
  --jit           enable JIT for the platform, same as --mjit (experimental)

$ RBENV_VERSION=3.2.2 ruby --help | grep " --jit "
  --jit           enable JIT for the platform, same as --yjit

$ RBENV_VERSION=3.3.0 ruby --help | grep " --jit "
  --jit           enable JIT for the platform, same as --yjit

Therefore, since Ruby 3.2, I don't test both --jit and --yjit.

`--jit` is same to `--yjit` since MRI 3.2

```
$ RBENV_VERSION=3.0.5 ruby --help | grep " --jit "
  --jit           enable JIT with default options (experimental)

$ RBENV_VERSION=3.1.4 ruby --help | grep " --jit "
  --jit           enable JIT for the platform, same as --mjit (experimental)

$ RBENV_VERSION=3.2.2 ruby --help | grep " --jit "
  --jit           enable JIT for the platform, same as --yjit

$ RBENV_VERSION=3.3.0 ruby --help | grep " --jit "
  --jit           enable JIT for the platform, same as --yjit
```

Therefore, since Ruby 3.2, I don't test both `--jit` and `--yjit`.
@sue445 sue445 force-pushed the fix_duplicate_matrix branch from cd08048 to 70fee76 Compare January 19, 2024 05:22
@sue445 sue445 merged commit 151185c into master Jan 19, 2024
49 checks passed
@sue445 sue445 deleted the fix_duplicate_matrix branch January 19, 2024 05:49
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

Successfully merging this pull request may close these issues.

1 participant