Created
November 12, 2019 04:03
-
-
Save hsbt/7b6c7dc03c8bc604976691f883ad9ace to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
‚ùØ mk test-spec | |
../revision.h unchanged | |
generating x86_64-darwin19-fake.rb | |
creating verconf.h | |
compiling ../builtin.c | |
verconf.h updated | |
x86_64-darwin19-fake.rb updated | |
compiling ../loadpath.c | |
linking static-library libruby.2.7-static.a | |
linking ruby | |
ruby 2.7.0dev (2019-11-12T03:49:05Z master dbaf589fb8) [x86_64-darwin19] | |
[\ | ==================100%================== | 00:00:00] 0F 0E | |
1) | |
Process.groups gets an Array of the gids of groups in the supplemental group access list FAILED | |
Expected [12, | |
20, | |
33, | |
62, | |
80, | |
98, | |
100, | |
204, | |
250, | |
395, | |
398, | |
399, | |
400, | |
701, | |
702, | |
1184211295, | |
1368395452, | |
2018967472] == [12, 20, 33, 62, 80, 98, 100, 204, 250, 395, 398, 399, 400, 701] | |
to be truthy but was false | |
/Users/hsbt/Documents/github.com/ruby/ruby/spec/ruby/core/process/groups_spec.rb:11:in `block (3 levels) in <top (required)>' | |
/Users/hsbt/Documents/github.com/ruby/ruby/spec/ruby/core/process/groups_spec.rb:3:in `<top (required)>' | |
Finished in 72.635308 seconds | |
3778 files, 30904 examples, 134044 expectations, 1 failure, 0 errors, 0 tagged | |
make: *** [yes-test-spec] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment