Reenable title analyzer on windows
- Oct 28, 2019
-
-
Hugo Beauzée-Luyssen authored
The dwarf exception handling doesn't work under wine in docker, because it requires process introspection, which, when run on wine implies using ptrace. This causes EnumProcessModules to fail in libunwind, so we're not able to unwind the stack properly, causing all exceptions to go unhandled. Until we can either run the docker image with SYS_PTRACE capability, or wine uses a different way of running EnumProcessModules when the target process is the running one, I'm not sure we can run the win32 tests in the CI. win64 isn't affected, as it uses SEH exception model
0c386805 -
Hugo Beauzée-Luyssen authored
We only expect a UNIQUE constraint when inserting a duplicated bookmark, other constraint violation hsould be propagated up the chain as they would denote a bug
b5ba9efe -
Hugo Beauzée-Luyssen authored
This reverts commit c24c72a5.
ffdd9fb6 -
Hugo Beauzée-Luyssen authored237b9802
-