Hi team,
Running the unit tests directly in the DemoRunner triggers many immediate assertions.
Tests such as ComponentTests, AudioProcessorTests, and AudioDeviceManagerTests all fail right away with JUCE_ASSERT_MESSAGE_THREAD and jassertfalse. This appears to stem from the TestRunnerThread environment rather than the tests themselves.
Reproducible on macOS Tahoe 26.0.1 with Xcode 16.4.0, desktop.
There are also a few assertions in the VST3 processor code (eg: getBlankBuffer) that get triggered.
Might be worth giving these a spin in the DemoRunner just to confirm they still behave as intended.
Thanks!
