Skip to content
Success

#688 (Jun 28, 2025, 6:30:46 PM)

Started 25 days ago
Took 3 min 16 sec on android-arm64-aarch64-jau-041
Build Artifacts
artifact.properties624 Bview
joal-2.6-b688-20250628-android-aarch64-test-results-android-arm64-aarch64-jau-041.7z519 Bview
joal-2.6-b688-20250628-android-aarch64.7z6.36 MiBview

Started by upstream project joal build number 688
originally caused by:

Revision: 0f5ce344c16bb6c9f933048879bfdf291d473b9a
Repository: git://jogamp.org/srv/scm/joal.git
  • origin/master
Test Result (no failures)
    Changes
    1. SimpleSineSynth: Ensure stop() destroys ALAudioSink even if streamWorker is not running (details / cgit)
    2. ALAudioSink: Allow disabling using AL_SOFT_events via setUseSOFTEvents(boolean) (details / cgit)
    3. SimpleSineSynth: Reuse WorkerThread, drop handcrafted code .. (details / cgit)
    4. Bug 1473 - ALAudioSink: AV Synchronization Broken, Regression in-between JogAmp Version [2.4.0 - 2.5.0] (details / cgit)
    5. Bug 1472: AVSync: Add more comprehensive DEBUG info to detect sync issues (details / cgit)
    6. ALAudioSink: getPTS() returns time-adjusted last dequeued PTS, new updateQueue() dequeues w/o wait 1st, then returns adjusted PTS; Simplify/split waitFroReleaded*(); Use TSPrinter for DEBUG (details / cgit)
    7. Bug 1472: Enhance AV Sync: Pass through PTS object in ALAudioSink, tracking last PTS value against System Clock Reference (SCR) (details / cgit)
    8. ALAudioSink: Use clipAudioVolume(..) function for clarity (details / cgit)
    9. feat(devices): Allow to retrieve devices specifiers with ALC_ENUMERATE_ALL_EXT (details / cgit)
    10. feat(version): Invoking JoalVersion no longer destroys the current context (details / cgit)
    11. feat(devices): Move ALC_EXT constant from ALCconstants into ALHelpers with other ALC_EXT names (details / cgit)
    12. feat(headers): Update al*.h and efx*.h to latest version of openal-soft embedded (details / cgit)
    13. drop(eax): Remove support of legacy EAX extension (details / cgit)
    14. Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native library path, support throughout DynamicLibraryBundle[Info] (details / cgit)
    15. Bug 1475: Minor revision of orig patch-set (details / cgit)
    16. sound3d.Context: Add tryMakeCurrent(..) variant (details / cgit)
    17. Bug 1476: Reviewed updated OpenAL header (extensions) via make/scripts/cmpOld2New.sh (details / cgit)
    18. Bug 1481: ALAudioSink: Adopt to GlueGen's PascalString Change (details / cgit)
    19. Bump OpenAL-Soft to git 571b546f35eead77ce109f8d4dd6c3de3199d573 2023-11-25, post v1.23.1; Adding 2 extensions (ALExt) (details / cgit)
    20. Bug 1480 - Adjust for MacOS >= 10.13 (Min Deployment Version) (details / cgit)
    21. feat(alc): Add missing @Override annotation in ALCImpl (details / cgit)
    22. feat(alc): Fix typo of following methods in ALC api : (details / cgit)
    23. feat(alext): Add ALC_SOFT_system_events inside JoalVersion.getALStrings if supported (details / cgit)
    24. feat(alext): Add tests related to ALC_SOFT_system_events. (details / cgit)
    25. JoalVersion: Avoid using Map.of(..), i.e. streaming API to be compatible w/ JRE 1.8.0 (details / cgit)
    26. Sync OpenAL-Soft to commit b82cd2e60edb8fbe5fdd3567105ae76a016a554c (details / cgit)
    27. bump test script (details / cgit)
    28. Build/test: Use OpenJDK-21 per default (details / cgit)
    29. Use OpenJDK-21 and Java-11 source/target (details / cgit)
    30. OpenAL-Soft: 1.23.1 -> 1.24.3, ease crosscompilation and maintenance (details / cgit)
    31. OpenAL-Soft v1.24.3 requires MacOS >= 10.14 (C++ feature aligned new allocation) (details / cgit)
    32. Build: Hard fail if native OpenAL-Soft build fails (details / cgit)
    33. OpenAL-Soft MacOS: Skip utils + examples due to libsndfile dependency (Homebrew) (details / cgit)
    34. OpenAL-Soft Crossbuild: Skip utils + examples due to libsndfile dependency (details / cgit)