forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add `--test_tag_filters=-no_macos` for macOS to filter out tests that are not suppose to run on Mac, just like the `no_windows` tag. - Fixed PatchApiBlackBoxTest and GitRepositoryBlackBoxTest on newer macOS versions. - Enable previously disabled tests on arm64 macOS platform in presubmit - Disable slow tests on Intel macOS platform in presubmit since they are often the bottleneck. Tests fixed: - Fixes bazelbuild#16525 - Fixes bazelbuild#17447 - Fixes bazelbuild#17411 - Related: bazelbuild#18776 (fixed on macos_arm64) Closes bazelbuild#21381. PiperOrigin-RevId: 608993052 Change-Id: I03bdf954c358bb736a866ce3a02f6dac4473e47e
- Loading branch information
1 parent
70452ff
commit 9f3f465
Showing
8 changed files
with
74 additions
and
128 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,8 @@ void init() throws Exception { | |
runGit("init"); | ||
runGit("config", "user.email", "[email protected]"); | ||
runGit("config", "user.name", "E X Ample"); | ||
runGit("commit", "--allow-empty", "-m", "Initial commit"); | ||
runGit("branch", "-M", "main"); | ||
} | ||
|
||
/** | ||
|
This file contains 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
This file contains 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
This file contains 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