Actions
Bug #15810
closedWindows spec failure - Process.ppid returns the process id of the parent of this process - ??
Description
Since being committed at 79671ec on 28-Apr, this spec has consistently failed:
Process.ppid returns the process id of the parent of this process FAILED
Expected "11424\n"
to equal "13044\n"
C:/projects/ruby/spec/ruby/core/process/ppid_spec.rb:5:in `block (2 levels) in <top (required)>'
C:/projects/ruby/spec/ruby/core/process/ppid_spec.rb:3:in `<top (required)>'
But, testing it locally, both 'serial' & parallel, it passes. The test also passes at ruby/spec, and it passed with ruby-loco (which doesn't use make)...
As to testing locally, if anyone wants to verify (on Windows), from the spec/ruby
folder:
../mspec/bin/mspec -rdevkit -j -T "--disable=gems" core
Actions
Like0
Like0Like0Like0Like0