On 05/22/2013 09:08 AM, Stephan Bergmann wrote:
But the mdds-related "attempt to compare iterators from different
sequences" failure I described in the original mail is still there.

FYI, with the attached mdds-broken.patch to disable the tests affected by that mdds-related "attempt to compare iterators from different sequences" failure, and a local revert of <http://cgit.freedesktop.org/libreoffice/core/commit/?id=d256dbede60533369d1aac64cca34721183f6a8a> "fdo#46808, Convert chart2::Title service to new style" to work around a broken JunitTest_chart2_unoapi (sch.ChXChartDocument, sch.ChartTitle; of which Noel G. is informed), a current master (<http://cgit.freedesktop.org/libreoffice/core/commit/?id=ea2f06d7884f2b765394bff8a1e935f67f6c961d> "Ensure SolarMutex is locked at DBG_TESTSOLARMUTEX checkpoints") "make check" works for me again (Fedora 18 x86_64, --enable-dbgutil).

Stephan
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 0b3970f..ae8a53d 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -66,7 +66,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
     CppunitTest_sc_namedrangeobj \
     CppunitTest_sc_namedrangesobj \
     CppunitTest_sc_tablesheetobj \
-    CppunitTest_sc_tablesheetsobj \
     CppunitTest_sc_editfieldobj_cell \
     CppunitTest_sc_editfieldobj_header \
     CppunitTest_sc_modelobj \
diff --git a/sc/qa/unoapi/sc.sce b/sc/qa/unoapi/sc.sce
index 4ececd9..ac3b540 100644
--- a/sc/qa/unoapi/sc.sce
+++ b/sc/qa/unoapi/sc.sce
@@ -88,7 +88,6 @@
 -o sc.ScIndexEnumeration_FunctionDescriptionEnumeration
 -o sc.ScIndexEnumeration_LabelRangesEnumeration
 -o sc.ScIndexEnumeration_NamedRangesEnumeration
--o sc.ScIndexEnumeration_ScenariosEnumeration
 -o sc.ScIndexEnumeration_SheetCellRangesEnumeration
 -o sc.ScIndexEnumeration_SheetLinksEnumeration
 -o sc.ScIndexEnumeration_SpreadsheetViewPanesEnumeration
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to