-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8343786: [11u] GHA: Bump macOS and Xcode versions to macos-13 and XCode 14.3.1 #2967
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back vieiro! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
20c7998
to
fec6eed
Compare
3210123
to
34a5b04
Compare
@vieiro Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
As expected, all
Attaching excerpt of the build log for future reference: |
The second commit replaces the original Again, build and tests are expected to pass but for an |
Can we update this PR so it targets |
fcfdd70
to
1274d5e
Compare
@vieiro Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
Rebased on |
Thanks. Assuming this builds as before, we can integrate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks ok to go in, but I don't know if you want to hold off for now to allow testing of #2966 with MacOS 12.
|
I think this change with Next efforts should go to fix the Clhsdb test failure (adding log for the record). |
/approval request Bump 11u GHA to macos-13/ XCode 14.3.1 since macos-12/XCode 13.4.1 is going to be deprecated |
Agreed. Looks like a backport of https://bugs.openjdk.org/browse/JDK-8243455 would fix it (test only change). |
Yep, but that's far away from the current state in 11 (8244670, 8273928, 8264775, 8243455, 8261929, 8261098, 8247514 and/or 8260296) may need to be applied first. Also it seems this is in ProblemList.txt because of (8294316 and 8267433). I'll try to investigate during the next weeks. |
After some investigation it seems that the
I applied JDK-8294316 "SA core file support is broken on macosx-x64 starting with macOS 12.x" in this fork and the core files are now properly parsed and the test passes without problems. I'll try to backport JDK-8294316 to upper OpenJDK versions and get it into 11. |
An implementation of JDK-8343786 that bumps the GHA runners versions to
macos-13
andXCode 14.3.1
.This uses the
--enable-xcode14
configuration flag introduced in #2966 (JDK-8344458) to build and run tier-1 tests onmacos-13
andXCode 14.3.1
.Tier-1 tests seem to be failing randomly on macos-13/XCode14 with either a timeout or an ArrayIndexOutOfBoundsException t in serviceability/sa/ClhsdbFindPC.java. This is currently under investigation and may be related to JDK-8260389 or JDK-8277079.
The rest of
tier1
tests are expected to pass on this platform.Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2967/head:pull/2967
$ git checkout pull/2967
Update a local copy of the PR:
$ git checkout pull/2967
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2967/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2967
View PR using the GUI difftool:
$ git pr show -t 2967
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2967.diff
Using Webrev
Link to Webrev Comment