Files
bitcoin/test/functional/test_framework
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
..
2026-07-17 20:09:58 -07:00
2026-07-16 10:29:58 +01:00
2026-06-04 21:58:56 +10:00