The unoapi tests forms.OGridControlModel::com::sun::star::form::component::GridControl forms.OGridControlModel::com::sun::star::beans::XMultiPropertySet forms.OGridControlModel::com::sun::star::beans::XPropertySet forms.OGridControlModel::com::sun::star::beans::XFastPropertySet all fail in forms. To reproduce, remove the test from the blacklist at: forms/qa/unoapi/knownissues.xcl and run: cd smoketestoo_native && build --all cd forms && make -sr subsequentcheck
Fixed with: http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=1de9a489367e3bd0f9db6256b320b1224b2f4fa8 Reenabling test with: http://cgit.freedesktop.org/libreoffice/components/commit/?id=19ed36590e990b5281da9c54bd962031bd56ae82 * various forms.OGridControlModel tests segfaulted * root cause is the migration to stl containers in DbGridControl * the old tools container returned the removed pointer or NULL causing no failure * a signed int was used as index while the functions returned a unsigned int * the GRID_COLUMN_NOT_FOUND magic value was out of the signed range leaving bug open as this should be cherry-picked to 3-4 and 3-4-0.
Sorry, the fix link above was to the wrong repo. Here is the correct link for the fix in core: http://cgit.freedesktop.org/libreoffice/core/commit/?id=a8d1349bf5d84fc7170a80813d4edcf562184d48
fixed on -3-4 too already.
closing