Skip to content
Snippets Groups Projects
Commit 925fbdbb authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Skip T16916 on Windows

The event manager is not supported on Windows.
parent 0fb246c3
No related branches found
No related tags found
No related merge requests found
test('T16586', normal, compile_and_run, ['-O2'])
test('T16916', normal, compile_and_run, ['-O2 -threaded'])
# Event-manager not supported on Windows
test('T16916', when(opsys('mingw32'), skip), compile_and_run, ['-O2 -threaded'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment