mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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>
10 KiB
10 KiB