Files
gentoo/dev-lang/ruby/ruby-3.4.9.ebuild
Sam James 07e82748d6 dev-lang/ruby: drop niceness test
On one machine (and one machine only), it fails for me with:
```
1)
Process.setpriority sets the scheduling priority for a specified process FAILED
Expected [19, 0, 19] == [19, 0, 20]
to be truthy but was false
/var/tmp/portage/dev-lang/ruby-3.3.11/work/ruby-3.3.11/spec/ruby/core/process/setpriority_spec.rb:11:in `block (3 levels) in <top (required)>'
/var/tmp/portage/dev-lang/ruby-3.3.11/work/ruby-3.3.11/spec/ruby/core/process/setpriority_spec.rb:3:in `<top (required)>'

2)
Process.setpriority sets the scheduling priority for a specified process group FAILED
Expected [19, 0, 19] == [19, 0, 20]
to be truthy but was false
/var/tmp/portage/dev-lang/ruby-3.3.11/work/ruby-3.3.11/spec/ruby/core/process/setpriority_spec.rb:25:in `block (4 levels) in <top (required)>'
/var/tmp/portage/dev-lang/ruby-3.3.11/work/ruby-3.3.11/spec/ruby/core/process/setpriority_spec.rb:3:in `<top (required)>'
[| | ==================100%================== | 00:00:00]      2F      0E

Finished in 64.439366 seconds
```

where I have PORTAGE_SCHEDULING_POLICY="idle" and PORTAGE_NICENESS="19".

Signed-off-by: Sam James <sam@gentoo.org>
2026-04-11 10:59:46 +01:00

10 KiB