Skip to content

Merge pull request #16003 from Bo98/sorbet-sonoma #23834

Merge pull request #16003 from Bo98/sorbet-sonoma

Merge pull request #16003 from Bo98/sorbet-sonoma #23834

Triggered via push September 14, 2023 14:19
Status Failure
Total duration 12m 56s
Artifacts

tests.yml

on: push
Matrix: test-default-formula
Matrix: tests
Matrix: update-test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
tests (macOS 13): usr/local/Homebrew/Library/Homebrew/test/system_command_spec.rb#L154
SystemCommand with both STDOUT and STDERR output from upstream with default options its result stderr is expected to eq "2\n4\n6\n" Failure/Error: its(:stderr) { is_expected.to eq([2, 4, 6, nil].join("\n")) } expected: "2\n4\n6\n" got: "" (compared using ==) Diff: @@ -1,4 +1 @@ -2 -4 -6 Shared Example Group: "it returns '1 2 3 4 5 6'" called from ./test/system_command_spec.rb:166
tests (macOS 13): usr/local/Homebrew/Library/Homebrew/test/system_command_spec.rb#L174
SystemCommand with both STDOUT and STDERR output from upstream with print_stdout echoes both STDOUT and STDERR Failure/Error: expect { described_class.run(command, **options) } .to output("1\n3\n5\n").to_stdout .and output("2\n4\n6\n").to_stderr expected block to output "2\n4\n6\n" to stderr, but output nothing
tests (macOS 13)
Process completed with exit code 1.
tests (Ubuntu 22.04)
The job was canceled because "tests__macOS_13__--covera" failed.
tests (Ubuntu 22.04): home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/system_command_spec.rb#L154
SystemCommand with both STDOUT and STDERR output from upstream with print_stdout but without print_stderr its result stderr is expected to eq "2\n4\n6\n" Failure/Error: its(:stderr) { is_expected.to eq([2, 4, 6, nil].join("\n")) } expected: "2\n4\n6\n" got: "" (compared using ==) Diff: @@ -1,4 +1 @@ -2 -4 -6 Shared Example Group: "it returns '1 2 3 4 5 6'" called from ./test/system_command_spec.rb:209
tests (Ubuntu 22.04)
The operation was canceled.