Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Tests: Add UITestCase unit test super class (print start/end, singletion (details)
  2. Fix ALExtLoopbackDeviceSOFTTest (details)
Commit a9979b698f6f97666df67ae0bd1fd0aec2dfea02 by Sven Gothel
Tests: Add UITestCase unit test super class (print start/end, singletion test); Add @FixMethodOrder(MethodSorters.NAME_ASCENDING)
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALutWAVLoaderTest.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/junit/DummyTest.java (diff)
The file was addedsrc/test/com/jogamp/openal/test/util/UITestCase.java (diff)
Commit 0b87042014721a7177998c1e9809e088f01d59a4 by Sven Gothel
Fix ALExtLoopbackDeviceSOFTTest

- Use max 4k to test
- Remove redundant default device/context
- Add AL source and assign buffer
- issue buffer play
- Only fail if certain accuracy is not met
  - Stereo 0.8 (passes w/ ~ 0.9)
  - Mono 0.4 !!! FIXME !!! (Only passes w/ ~ 0.49)

Tests are passing, however - have to check the MONO case.
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALExtLoopbackDeviceSOFTTest.java (diff)