Skip to content

Commit 690c93c

Browse files
committed
Tag a failed spec for Process.groups
All the jobs for darwin-aarch64 fail with the same error: ``` Process.groups gets an Array of the gids of groups in the supplemental group access list FAILED Expected [12, 33, 61, 79, 80, 81, 98, 100, 204, 250, 395, 398, 399, 701, 4294967295] == [12, 33, 61, 79, 80, 81, 98, 100, 204, 250, 395, 398, 399, 400, 701, 702] to be truthy but was false /Users/graal/slave/e/main/spec/ruby/core/process/groups_spec.rb:15:in `block (3 levels) in <top (required)>' /Users/graal/slave/e/main/spec/ruby/core/process/groups_spec.rb:3:in `<top (required)>' ``` Both expected and actual pids are exactly the same
1 parent bdef4cf commit 690c93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
slow:Process.groups gets an Array of the gids of groups in the supplemental group access list
2+
fails(fails consistently on darwin):Process.groups gets an Array of the gids of groups in the supplemental group access list

0 commit comments

Comments
 (0)