[jdk26u] RFR: 8373632: Some sound tests failing in CI due to lack of sound key

jyma22 duke at openjdk.org
Tue Jan 6 20:04:37 UTC 2026


Add @key sound annotation to 4 jtreg tests that were failing in CI due to missing sound permissions. Without this keyword, these tests can run on systems lacking sound access, causing hangs on macOS 26 (due to a macOS bug that will be fixed in a future update).

3 tests: New failures introduced when de-problem-listing without adding the required sound keyword
1 test: Previously observed failure that now passes consistently (40+ runs) with the sound keyword added

-------------

Commit messages:
 - Backport fb531cdaf3b30034e0efa86b9b20558478ce94d0

Changes: https://git.openjdk.org/jdk26u/pull/8/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk26u&pr=8&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8373632
  Stats: 4 lines in 4 files changed: 3 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk26u/pull/8.diff
  Fetch: git fetch https://git.openjdk.org/jdk26u.git pull/8/head:pull/8

PR: https://git.openjdk.org/jdk26u/pull/8


More information about the jdk-updates-dev mailing list