941754f978
Change-Id: I30f5ea0bcb767b41ef62267c4935bdaf374d11e5 Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com>
200 lines
3.8 KiB
JavaScript
200 lines
3.8 KiB
JavaScript
var coreBlackLists = {
|
|
'master': [
|
|
['mobile/writer/table_properties_spec.js',
|
|
[]
|
|
],
|
|
['mobile/writer/shape_properties_spec.js',
|
|
[
|
|
'Change size with keep ratio enabled.',
|
|
'Change line color',
|
|
'Change line style',
|
|
'Change line width',
|
|
'Change line transparency',
|
|
'Arrow style items are hidden.'
|
|
]
|
|
],
|
|
['mobile/writer/apply_paragraph_properties_spec.js',
|
|
[
|
|
'Apply default bulleting.',
|
|
'Apply default numbering.',
|
|
'Apply background color.'
|
|
]
|
|
],
|
|
['mobile/writer/insert_object_spec.js',
|
|
[
|
|
'Insert default table.',
|
|
'Insert custom table.'
|
|
]
|
|
],
|
|
['mobile/writer/apply_font_spec.js',
|
|
[
|
|
'Insert default table.',
|
|
'Insert custom table.'
|
|
]
|
|
],
|
|
['mobile/calc/number_format_spec.js',
|
|
[
|
|
'Select percent format from list.',
|
|
'Push percent button.',
|
|
'Select currency format from list.',
|
|
'Push currency button.',
|
|
'Push number button.'
|
|
]
|
|
],
|
|
],
|
|
|
|
'cp-6-4': [
|
|
],
|
|
|
|
'cp-6-2': [
|
|
['mobile/impress/apply_font_spec.js',
|
|
[]
|
|
],
|
|
['mobile/impress/apply_paragraph_props_spec.js',
|
|
[]
|
|
],
|
|
]
|
|
};
|
|
|
|
var nextcloudBlackList = [
|
|
['mobile/writer/focus_spec.js', []],
|
|
['mobile/calc/focus_spec.js', []],
|
|
['mobile/impress/impress_focus_spec.js', []],
|
|
['desktop/writer/focus_spec.js', []],
|
|
['desktop/calc/focus_spec.js', []],
|
|
['mobile/calc/hamburger_menu_spec.js',
|
|
[
|
|
'Print',
|
|
'Save'
|
|
]
|
|
],
|
|
['mobile/writer/hamburger_menu_spec.js',
|
|
[
|
|
'Print',
|
|
'Save'
|
|
]
|
|
],
|
|
['mobile/impress/hamburger_menu_spec.js',
|
|
[
|
|
'Print',
|
|
'Save'
|
|
]
|
|
],
|
|
['mobile/writer/annotation_spec.js',
|
|
[
|
|
'Saving comment.'
|
|
]
|
|
],
|
|
['mobile/impress/annotation_spec.js',
|
|
[
|
|
'Saving comment.'
|
|
]
|
|
],
|
|
['desktop/writer/top_toolbar_spec.js',
|
|
[
|
|
'Insert image.',
|
|
'Save.',
|
|
'Print'
|
|
]
|
|
],
|
|
['multiuser/calc/sheet_operations_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/calc/sheet_operations_user2_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/impress/slide_operations_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/impress/slide_operations_user2_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/paragraph_prop_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/paragraph_prop_user2_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/sidebar_visibility_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/sidebar_visibility_user2_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/simultaneous_typing_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/simultaneous_typing_user2_spec.js',
|
|
[]
|
|
],
|
|
];
|
|
|
|
var phpProxyBlackList = [
|
|
['mobile/calc/insertion_wizard_spec.js',
|
|
[
|
|
'Inset local image.'
|
|
]
|
|
],
|
|
['mobile/writer/insert_object_spec.js',
|
|
[
|
|
'Insert local image.'
|
|
]
|
|
],
|
|
['mobile/impress/insertion_wizard_spec.js',
|
|
[
|
|
'Insert local image.'
|
|
]
|
|
],
|
|
['mobile/writer/table_properties_spec.js',
|
|
[]
|
|
],
|
|
['desktop/calc/focus_spec.js',
|
|
[]
|
|
],
|
|
['desktop/writer/top_toolbar_spec.js',
|
|
[
|
|
'Insert image.'
|
|
]
|
|
],
|
|
['multiuser/calc/sheet_operations_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/calc/sheet_operations_user2_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/impress/slide_operations_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/impress/slide_operations_user2_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/paragraph_prop_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/paragraph_prop_user2_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/sidebar_visibility_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/sidebar_visibility_user2_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/simultaneous_typing_user1_spec.js',
|
|
[]
|
|
],
|
|
['multiuser/writer/simultaneous_typing_user2_spec.js',
|
|
[]
|
|
],
|
|
];
|
|
|
|
var nextcloudOnlyList = [
|
|
['mobile/writer/nextcloud_spec.js', []],
|
|
['mobile/calc/nextcloud_spec.js', []],
|
|
['mobile/impress/nextcloud_spec.js', []],
|
|
];
|
|
|
|
module.exports.coreBlackLists = coreBlackLists;
|
|
module.exports.nextcloudBlackList = nextcloudBlackList;
|
|
module.exports.nextcloudOnlyList = nextcloudOnlyList;
|
|
module.exports.phpProxyBlackList = phpProxyBlackList;
|