Update sponsors. #24103
tests.yml
on: pull_request
syntax
1m 32s
tap syntax
11m 19s
formula audit
8m 13s
cask audit
4m 9s
vendored gems
1m 19s
docker
7m 9s
Matrix: test-default-formula
Matrix: tests
Matrix: update-test
Annotations
4 errors
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/system_command_spec.rb#L159
SystemCommand with both STDOUT and STDERR output from upstream with default options echoes only STDERR
Failure/Error:
expect do
described_class.run(command, **options)
end.to output(expected).to_stderr
expected block to output "2\n4\n6\n" to stderr, but output nothing
Diff:
@@ -1,4 +1 @@
-2
-4
-6
|
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 (Ubuntu 22.04; Ruby 3.1):
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/system_command_spec.rb#L154
SystemCommand with both STDOUT and STDERR output from upstream with `print_stderr: false` 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: "2\n"
(compared using ==)
Diff:
@@ -1,4 +1,2 @@
2
-4
-6
Shared Example Group: "it returns '1 2 3 4 5 6'" called from ./test/system_command_spec.rb:225
|
tests (online):
home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/system_command_spec.rb#L188
SystemCommand with both STDOUT and STDERR output from upstream with `print_stdout: :debug` echoes only STDERR output
Failure/Error:
expect { described_class.run(command, **options) }
.to output("2\n4\n6\n").to_stderr
.and not_to_output.to_stdout
expected block to output "2\n4\n6\n" to stderr, but output nothing
|