From e68cc3f919c85a385fb3d8f073fbd5cd04ab835f Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 29 May 2015 01:31:59 +0200 Subject: split sw unoapi test for performance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - test previously took 3m35s here - slowest part is now 70s Change-Id: I4a3e03cf6ef014ad60ecf6897b7395a680c33460 Reviewed-on: https://gerrit.libreoffice.org/15957 Reviewed-by: Björn Michaelsen Tested-by: Björn Michaelsen --- sw/qa/unoapi/sw.sce | 112 -------------------------------------------------- sw/qa/unoapi/sw_1.sce | 47 +++++++++++++++++++++ sw/qa/unoapi/sw_2.sce | 45 ++++++++++++++++++++ sw/qa/unoapi/sw_3.sce | 37 +++++++++++++++++ sw/qa/unoapi/sw_4.sce | 35 ++++++++++++++++ 5 files changed, 164 insertions(+), 112 deletions(-) delete mode 100644 sw/qa/unoapi/sw.sce create mode 100644 sw/qa/unoapi/sw_1.sce create mode 100644 sw/qa/unoapi/sw_2.sce create mode 100644 sw/qa/unoapi/sw_3.sce create mode 100644 sw/qa/unoapi/sw_4.sce (limited to 'sw/qa/unoapi') diff --git a/sw/qa/unoapi/sw.sce b/sw/qa/unoapi/sw.sce deleted file mode 100644 index 4ea9fab1da1f..000000000000 --- a/sw/qa/unoapi/sw.sce +++ /dev/null @@ -1,112 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - --o sw.CharacterStyle --o sw.ConditionalParagraphStyle --o sw.PageStyle --o sw.ParagraphStyle -#i111197 -o sw.SwAccessibleDocumentPageView -#i86751 -o sw.SwAccessibleDocumentView --o sw.SwAccessibleEndnoteView -#i113142 -o sw.SwAccessibleFooterView -#i114637 -o sw.SwAccessibleFootnoteView -#i113142 -o sw.SwAccessibleHeaderView -#i89022 -o sw.SwAccessiblePageView --o sw.SwAccessibleParagraphView --o sw.SwAccessibleTableCellView -#i85634 -o sw.SwAccessibleTableView -#i111178 -o sw.SwAccessibleTextEmbeddedObject -#i111178 -o sw.SwAccessibleTextFrameView --o sw.SwAccessibleTextGraphicObject --o sw.SwXAutoTextContainer --o sw.SwXAutoTextEntry --o sw.SwXAutoTextGroup --o sw.SwXBodyText --o sw.SwXBookmark --o sw.SwXBookmarks --o sw.SwXCell --o sw.SwXCellRange --o sw.SwXChapterNumbering --o sw.SwXDocumentIndex --o sw.SwXDocumentIndexMark --o sw.SwXDocumentIndexes --o sw.SwXDrawPage --o sw.SwXEndnoteProperties --o sw.SwXFieldEnumeration --o sw.SwXFieldMaster --o sw.SwXFootnote --o sw.SwXFootnoteProperties --o sw.SwXFootnoteText --o sw.SwXFootnotes --o sw.SwXFrames --o sw.SwXHeadFootText --o sw.SwXLineNumberingProperties -#i85640 -o sw.SwXMailMerge --o sw.SwXModule --o sw.SwXNumberingRules -#i103696 -o sw.SwXParagraph --o sw.SwXParagraphEnumeration --o sw.SwXPrintSettings --o sw.SwXPropertySet --o sw.SwXPropertySetInfo --o sw.SwXReferenceMark --o sw.SwXReferenceMarks -#i111190 -o sw.SwXShape --o sw.SwXStyleFamilies --o sw.SwXStyleFamily --o sw.SwXTableCellText --o sw.SwXTableColumns --o sw.SwXTableRows --o sw.SwXTextColumns --o sw.SwXTextCursor -#i89021 -o sw.SwXTextDefaults --o sw.SwXTextDocument --o sw.SwXTextEmbeddedObject --o sw.SwXTextEmbeddedObjects --o sw.SwXTextField --o sw.SwXTextFieldMasters --o sw.SwXTextFieldTypes --o sw.SwXTextFrame --o sw.SwXTextFrameText --o sw.SwXTextGraphicObject --o sw.SwXTextGraphicObjects -#i103696 -o sw.SwXTextPortion --o sw.SwXTextPortionEnumeration --o sw.SwXTextRange --o sw.SwXTextRanges --o sw.SwXTextSearch --o sw.SwXTextSection --o sw.SwXTextSections --o sw.SwXTextTable --o sw.SwXTextTableCursor --o sw.SwXTextTableRow --o sw.SwXTextTables -#i85580 -o sw.SwXTextView --o sw.SwXTextViewCursor --o sw.SwXViewSettings --o sw.XMLContentExporter -#i23394 -o sw.XMLContentImporter -#i111194-o sw.XMLExporter --o sw.XMLImporter -#i23394 -o sw.XMLMetaExporter --o sw.XMLMetaImporter --o sw.XMLSettingsExporter --o sw.XMLSettingsImporter --o sw.XMLStylesExporter -#i23394 -o sw.XMLStylesImporter --o sw.DocumentSettings diff --git a/sw/qa/unoapi/sw_1.sce b/sw/qa/unoapi/sw_1.sce new file mode 100644 index 000000000000..2e18c8da3522 --- /dev/null +++ b/sw/qa/unoapi/sw_1.sce @@ -0,0 +1,47 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# + +-o sw.CharacterStyle +-o sw.ConditionalParagraphStyle +-o sw.PageStyle +-o sw.ParagraphStyle +#i111197 -o sw.SwAccessibleDocumentPageView +#i86751 -o sw.SwAccessibleDocumentView +-o sw.SwAccessibleEndnoteView +#i113142 -o sw.SwAccessibleFooterView +#i114637 -o sw.SwAccessibleFootnoteView +#i113142 -o sw.SwAccessibleHeaderView +#i89022 -o sw.SwAccessiblePageView +-o sw.SwAccessibleParagraphView +-o sw.SwAccessibleTableCellView +#i85634 -o sw.SwAccessibleTableView +#i111178 -o sw.SwAccessibleTextEmbeddedObject +#i111178 -o sw.SwAccessibleTextFrameView +-o sw.SwAccessibleTextGraphicObject +-o sw.SwXAutoTextContainer +-o sw.SwXAutoTextEntry +-o sw.SwXAutoTextGroup +-o sw.SwXBodyText +-o sw.SwXBookmark +-o sw.SwXBookmarks +-o sw.SwXCell +-o sw.SwXCellRange +-o sw.SwXChapterNumbering +-o sw.SwXDocumentIndex +-o sw.SwXDocumentIndexMark +-o sw.SwXDocumentIndexes diff --git a/sw/qa/unoapi/sw_2.sce b/sw/qa/unoapi/sw_2.sce new file mode 100644 index 000000000000..a0a8c10400e2 --- /dev/null +++ b/sw/qa/unoapi/sw_2.sce @@ -0,0 +1,45 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# + +-o sw.SwXDrawPage +-o sw.SwXEndnoteProperties +-o sw.SwXFieldEnumeration +-o sw.SwXFieldMaster +-o sw.SwXFootnote +-o sw.SwXFootnoteProperties +-o sw.SwXFootnoteText +-o sw.SwXFootnotes +-o sw.SwXFrames +-o sw.SwXHeadFootText +-o sw.SwXLineNumberingProperties +#i85640 -o sw.SwXMailMerge +-o sw.SwXModule +-o sw.SwXNumberingRules +#i103696 -o sw.SwXParagraph +-o sw.SwXParagraphEnumeration +-o sw.SwXPrintSettings +-o sw.SwXPropertySet +-o sw.SwXPropertySetInfo +-o sw.SwXReferenceMark +-o sw.SwXReferenceMarks +#i111190 -o sw.SwXShape +-o sw.SwXStyleFamilies +-o sw.SwXStyleFamily +-o sw.SwXTableCellText +-o sw.SwXTableColumns +-o sw.SwXTableRows diff --git a/sw/qa/unoapi/sw_3.sce b/sw/qa/unoapi/sw_3.sce new file mode 100644 index 000000000000..585a9ba98d6c --- /dev/null +++ b/sw/qa/unoapi/sw_3.sce @@ -0,0 +1,37 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +-o sw.SwXTextColumns +-o sw.SwXTextCursor +#i89021 -o sw.SwXTextDefaults +-o sw.SwXTextDocument +-o sw.SwXTextEmbeddedObject +-o sw.SwXTextEmbeddedObjects +-o sw.SwXTextField +-o sw.SwXTextFieldMasters +-o sw.SwXTextFieldTypes +-o sw.SwXTextFrame +-o sw.SwXTextFrameText +-o sw.SwXTextGraphicObject +-o sw.SwXTextGraphicObjects +#i103696 -o sw.SwXTextPortion +-o sw.SwXTextPortionEnumeration +-o sw.SwXTextRange +-o sw.SwXTextRanges +-o sw.SwXTextSearch +-o sw.SwXTextSection +-o sw.SwXTextSections diff --git a/sw/qa/unoapi/sw_4.sce b/sw/qa/unoapi/sw_4.sce new file mode 100644 index 000000000000..127f3af17a92 --- /dev/null +++ b/sw/qa/unoapi/sw_4.sce @@ -0,0 +1,35 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +-o sw.SwXTextTable +-o sw.SwXTextTableCursor +-o sw.SwXTextTableRow +-o sw.SwXTextTables +#i85580 -o sw.SwXTextView +-o sw.SwXTextViewCursor +-o sw.SwXViewSettings +-o sw.XMLContentExporter +#i23394 -o sw.XMLContentImporter +#i111194-o sw.XMLExporter +-o sw.XMLImporter +#i23394 -o sw.XMLMetaExporter +-o sw.XMLMetaImporter +-o sw.XMLSettingsExporter +-o sw.XMLSettingsImporter +-o sw.XMLStylesExporter +#i23394 -o sw.XMLStylesImporter +-o sw.DocumentSettings -- cgit v1.2.3