Merge pull request #15766 from MikeMcQuaid/analytics_fix_at #23237
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
tests.yml
on: push
syntax
1m 22s
tap syntax
11m 29s
formula audit
9m 1s
cask audit
6m 35s
vendored gems
1m 13s
docker
7m 21s
Matrix: test-default-formula
Matrix: tests
Matrix: update-test
Annotations
2 errors and 8 warnings
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 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:194
|
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/system_command_spec.rb#L154
SystemCommand with both STDOUT and STDERR output from upstream with print_stdout 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:180
|
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/utils/svn_spec.rb#L29
Utils::Svn::version returns version of svn when svn is available
Skipped: Subversion is not installed.
|
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/unpack_strategy/shared_examples.rb#L6
UnpackStrategy::Subversion is correctly detected
Skipped: Subversion is not installed.
|
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/unpack_strategy/shared_examples.rb#L12
UnpackStrategy::Subversion #extract
Skipped: Subversion is not installed.
|
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/unpack_strategy/shared_examples.rb#L12
UnpackStrategy::Subversion when the directory name contains an '@' symbol #extract
Skipped: Subversion is not installed.
|
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/utils/svn_spec.rb#L29
Utils::Svn::version returns version of svn when svn is available
Skipped: Subversion is not installed.
|
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/unpack_strategy/shared_examples.rb#L12
UnpackStrategy::Subversion #extract
Skipped: Subversion is not installed.
|
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/unpack_strategy/shared_examples.rb#L6
UnpackStrategy::Subversion is correctly detected
Skipped: Subversion is not installed.
|
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/unpack_strategy/shared_examples.rb#L12
UnpackStrategy::Subversion when the directory name contains an '@' symbol #extract
Skipped: Subversion is not installed.
|