summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2015-08-28 19:11:47 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-08-28 19:11:47 -0500
commita75148c51eb412194c1691632c5ffa7fc58b1296 (patch)
tree765b025bf985bc26e27efce444854dccf62dbe11
parentec451cc21ce31720615f815ad2ca7e24b2c604a6 (diff)
add a perf_suite configuration to run callgrind coverage
to be used with the loperf_suite script fround in perfdbmgr.git Change-Id: Ib693d5a62fca477332035866c0eb9fc76f571cae
-rw-r--r--loperf_suites/calc/big_file_ods.cfg2
-rw-r--r--loperf_suites/calc/formula_compiler_ods.cfg2
-rw-r--r--loperf_suites/calc/multi_line_cells_ods.cfg2
-rw-r--r--loperf_suites/calc/multi_line_cells_xlsx.cfg2
-rw-r--r--loperf_suites/calc/numbers_ods.cfg2
-rw-r--r--loperf_suites/calc/numbers_xls.cfg2
-rw-r--r--loperf_suites/calc/numbers_xlsx.cfg2
-rw-r--r--loperf_suites/calc_suite.cfg7
-rw-r--r--loperf_suites/empty/empty_odg.cfg2
-rw-r--r--loperf_suites/empty/empty_odp.cfg2
-rw-r--r--loperf_suites/empty/empty_ods.cfg2
-rw-r--r--loperf_suites/empty/empty_odt.cfg2
-rw-r--r--loperf_suites/empty/no-op.cfg2
-rw-r--r--loperf_suites/empty_suite.cfg7
-rw-r--r--loperf_suites/writer/fdo_72884_doc.cfg2
-rw-r--r--loperf_suites/writer/grammar_spaces_doc.cfg2
-rw-r--r--loperf_suites/writer/long_para.cfg2
-rw-r--r--loperf_suites/writer/many_images_odt.cfg2
-rw-r--r--loperf_suites/writer/many_styles_docx.cfg2
-rw-r--r--loperf_suites/writer/style_switch_doc.cfg2
-rw-r--r--loperf_suites/writer/style_switch_docx.cfg2
-rw-r--r--loperf_suites/writer/style_switch_odt.cfg2
-rw-r--r--loperf_suites/writer/very_long_table_doc.cfg2
-rw-r--r--loperf_suites/writer/very_long_table_docx.cfg2
-rw-r--r--loperf_suites/writer/very_long_table_odt.cfg2
-rw-r--r--loperf_suites/writer_suite.cfg7
26 files changed, 67 insertions, 0 deletions
diff --git a/loperf_suites/calc/big_file_ods.cfg b/loperf_suites/calc/big_file_ods.cfg
new file mode 100644
index 0000000..0e61f1d
--- /dev/null
+++ b/loperf_suites/calc/big_file_ods.cfg
@@ -0,0 +1,2 @@
+test_doc="111_scBigFile.ods"
+test_actions="load convert:ods"
diff --git a/loperf_suites/calc/formula_compiler_ods.cfg b/loperf_suites/calc/formula_compiler_ods.cfg
new file mode 100644
index 0000000..716fc26
--- /dev/null
+++ b/loperf_suites/calc/formula_compiler_ods.cfg
@@ -0,0 +1,2 @@
+test_doc="071_fdo#74516.ods"
+test_actions="load convert:ods"
diff --git a/loperf_suites/calc/multi_line_cells_ods.cfg b/loperf_suites/calc/multi_line_cells_ods.cfg
new file mode 100644
index 0000000..6dda703
--- /dev/null
+++ b/loperf_suites/calc/multi_line_cells_ods.cfg
@@ -0,0 +1,2 @@
+test_doc="081_fdo#54638.ods"
+test_actions="load convert:ods"
diff --git a/loperf_suites/calc/multi_line_cells_xlsx.cfg b/loperf_suites/calc/multi_line_cells_xlsx.cfg
new file mode 100644
index 0000000..72323c3
--- /dev/null
+++ b/loperf_suites/calc/multi_line_cells_xlsx.cfg
@@ -0,0 +1,2 @@
+test_doc="082_fdo#54638.xlsx"
+test_actions="load convert:xlsx"
diff --git a/loperf_suites/calc/numbers_ods.cfg b/loperf_suites/calc/numbers_ods.cfg
new file mode 100644
index 0000000..46feb75
--- /dev/null
+++ b/loperf_suites/calc/numbers_ods.cfg
@@ -0,0 +1,2 @@
+test_doc="031_numbers.ods"
+test_actions="load convert:ods"
diff --git a/loperf_suites/calc/numbers_xls.cfg b/loperf_suites/calc/numbers_xls.cfg
new file mode 100644
index 0000000..6d51415
--- /dev/null
+++ b/loperf_suites/calc/numbers_xls.cfg
@@ -0,0 +1,2 @@
+test_doc="032_numbers.xls"
+test_actions="load convert:xls"
diff --git a/loperf_suites/calc/numbers_xlsx.cfg b/loperf_suites/calc/numbers_xlsx.cfg
new file mode 100644
index 0000000..cd8682f
--- /dev/null
+++ b/loperf_suites/calc/numbers_xlsx.cfg
@@ -0,0 +1,2 @@
+test_doc="033_numbers.xlsx"
+test_actions="load convert:xlsx"
diff --git a/loperf_suites/calc_suite.cfg b/loperf_suites/calc_suite.cfg
new file mode 100644
index 0000000..ba1c427
--- /dev/null
+++ b/loperf_suites/calc_suite.cfg
@@ -0,0 +1,7 @@
+
+suite_name="calc"
+suite_docs_dir="../loperf" # relative path here are relative to the dirname of this file
+suite_tests_dir="calc"
+suite_work_dir="/tmp/suite_calc"
+suite_logs_dir="$HOME/suite_logs" # will be created as needed
+suite_tests="multi_line_cells_ods multi_line_cells_xlsx numbers_ods numbers_xls numbers_xlsx big_file_ods formula_compiler_ods"
diff --git a/loperf_suites/empty/empty_odg.cfg b/loperf_suites/empty/empty_odg.cfg
new file mode 100644
index 0000000..730f30c
--- /dev/null
+++ b/loperf_suites/empty/empty_odg.cfg
@@ -0,0 +1,2 @@
+test_doc="003_empty.odg"
+test_actions="load"
diff --git a/loperf_suites/empty/empty_odp.cfg b/loperf_suites/empty/empty_odp.cfg
new file mode 100644
index 0000000..2545afa
--- /dev/null
+++ b/loperf_suites/empty/empty_odp.cfg
@@ -0,0 +1,2 @@
+test_doc="004_empty.odp"
+test_actions="load"
diff --git a/loperf_suites/empty/empty_ods.cfg b/loperf_suites/empty/empty_ods.cfg
new file mode 100644
index 0000000..de24d9a
--- /dev/null
+++ b/loperf_suites/empty/empty_ods.cfg
@@ -0,0 +1,2 @@
+test_doc="001_empty.ods"
+test_actions="load"
diff --git a/loperf_suites/empty/empty_odt.cfg b/loperf_suites/empty/empty_odt.cfg
new file mode 100644
index 0000000..89d8bae
--- /dev/null
+++ b/loperf_suites/empty/empty_odt.cfg
@@ -0,0 +1,2 @@
+test_doc="002_empty.odt"
+test_actions="load"
diff --git a/loperf_suites/empty/no-op.cfg b/loperf_suites/empty/no-op.cfg
new file mode 100644
index 0000000..91ed6dc
--- /dev/null
+++ b/loperf_suites/empty/no-op.cfg
@@ -0,0 +1,2 @@
+test_doc="VOID"
+test_actions="initial_startup startup"
diff --git a/loperf_suites/empty_suite.cfg b/loperf_suites/empty_suite.cfg
new file mode 100644
index 0000000..9117113
--- /dev/null
+++ b/loperf_suites/empty_suite.cfg
@@ -0,0 +1,7 @@
+
+suite_name="empty"
+suite_docs_dir="../loperf" # relative path here are relative to the dirname of this file
+suite_tests_dir="empty"
+suite_work_dir="/tmp/suite_empty"
+suite_logs_dir="$HOME/suite_logs" # will be created as needed
+suite_tests="no-op empty_odt empty_ods empty_odg empty_odp"
diff --git a/loperf_suites/writer/fdo_72884_doc.cfg b/loperf_suites/writer/fdo_72884_doc.cfg
new file mode 100644
index 0000000..d5067ad
--- /dev/null
+++ b/loperf_suites/writer/fdo_72884_doc.cfg
@@ -0,0 +1,2 @@
+test_doc="101_fdo#72884.doc"
+test_actions="load convert:doc"
diff --git a/loperf_suites/writer/grammar_spaces_doc.cfg b/loperf_suites/writer/grammar_spaces_doc.cfg
new file mode 100644
index 0000000..c73922e
--- /dev/null
+++ b/loperf_suites/writer/grammar_spaces_doc.cfg
@@ -0,0 +1,2 @@
+test_doc="061_fdo#68750.doc"
+test_actions="load convert:doc"
diff --git a/loperf_suites/writer/long_para.cfg b/loperf_suites/writer/long_para.cfg
new file mode 100644
index 0000000..b731249
--- /dev/null
+++ b/loperf_suites/writer/long_para.cfg
@@ -0,0 +1,2 @@
+test_doc="091_fdo#39372.odt"
+test_actions="load convert:odt"
diff --git a/loperf_suites/writer/many_images_odt.cfg b/loperf_suites/writer/many_images_odt.cfg
new file mode 100644
index 0000000..b09b880
--- /dev/null
+++ b/loperf_suites/writer/many_images_odt.cfg
@@ -0,0 +1,2 @@
+test_doc="051_fdo#73300.odt"
+test_actions="load convert:odt"
diff --git a/loperf_suites/writer/many_styles_docx.cfg b/loperf_suites/writer/many_styles_docx.cfg
new file mode 100644
index 0000000..07080a3
--- /dev/null
+++ b/loperf_suites/writer/many_styles_docx.cfg
@@ -0,0 +1,2 @@
+test_doc="041_fdo#67303.docx"
+test_actions="load convert:docx"
diff --git a/loperf_suites/writer/style_switch_doc.cfg b/loperf_suites/writer/style_switch_doc.cfg
new file mode 100644
index 0000000..c027c70
--- /dev/null
+++ b/loperf_suites/writer/style_switch_doc.cfg
@@ -0,0 +1,2 @@
+test_doc="012_fdo#38513.doc"
+test_actions="load convert:doc"
diff --git a/loperf_suites/writer/style_switch_docx.cfg b/loperf_suites/writer/style_switch_docx.cfg
new file mode 100644
index 0000000..f3cf6be
--- /dev/null
+++ b/loperf_suites/writer/style_switch_docx.cfg
@@ -0,0 +1,2 @@
+test_doc="013_fdo#38513.docx"
+test_actions="load convert:docx"
diff --git a/loperf_suites/writer/style_switch_odt.cfg b/loperf_suites/writer/style_switch_odt.cfg
new file mode 100644
index 0000000..833f907
--- /dev/null
+++ b/loperf_suites/writer/style_switch_odt.cfg
@@ -0,0 +1,2 @@
+test_doc="011_fdo#38513.odt"
+test_actions="load convert:odt"
diff --git a/loperf_suites/writer/very_long_table_doc.cfg b/loperf_suites/writer/very_long_table_doc.cfg
new file mode 100644
index 0000000..943f846
--- /dev/null
+++ b/loperf_suites/writer/very_long_table_doc.cfg
@@ -0,0 +1,2 @@
+test_doc="021_fdo#59882.odt"
+test_actions="load convert:odt"
diff --git a/loperf_suites/writer/very_long_table_docx.cfg b/loperf_suites/writer/very_long_table_docx.cfg
new file mode 100644
index 0000000..1a37f76
--- /dev/null
+++ b/loperf_suites/writer/very_long_table_docx.cfg
@@ -0,0 +1,2 @@
+test_doc="023_fdo#59882.docx"
+test_actions="load convert:docx"
diff --git a/loperf_suites/writer/very_long_table_odt.cfg b/loperf_suites/writer/very_long_table_odt.cfg
new file mode 100644
index 0000000..9255b99
--- /dev/null
+++ b/loperf_suites/writer/very_long_table_odt.cfg
@@ -0,0 +1,2 @@
+test_doc="022_fdo#59882.doc"
+test_actions="load convert:doc"
diff --git a/loperf_suites/writer_suite.cfg b/loperf_suites/writer_suite.cfg
new file mode 100644
index 0000000..abd3fc6
--- /dev/null
+++ b/loperf_suites/writer_suite.cfg
@@ -0,0 +1,7 @@
+
+suite_name="writer"
+suite_docs_dir="../loperf" # relative path here are relative to the dirname of this file
+suite_tests_dir="writer"
+suite_work_dir="/tmp/suite_writer"
+suite_logs_dir="$HOME/suite_logs" # will be created as needed
+suite_tests="long_para very_long_table_odt very_long_table_doc very_long_table_docx style_switch_odt style_switch_doc style_switch_docx many_styles_docx grammar_spaces_doc many_images_odt fdo_72884_doc"