Files
bitcoin/test/functional/test_framework/test_node.py
Hennadii Stepanov de2adc308a qa: Disable Qt's glib event dispatcher for GUI tests on OpenBSD
When bitcoin-gui is built against OpenBSD's system Qt packages (which
have GLib support), shutdown emits "GLib-CRITICAL **:
g_main_context_pop_thread_default: assertion 'stack != NULL' failed"
messages on stderr, which the test framework treats as a failure.

Set `QT_NO_GLIB=1` so Qt falls back to its poll-based event dispatcher,
which avoids the GLib thread-default context entirely.
2026-08-11 17:01:54 +01:00

47 KiB
Executable File