- 18 Aug, 2021 1 commit
-
-
Grant Likely authored
Adds some simple instructions to the top of the README file so that a users doesn't need to go searching for the instructions. Signed-off-by:
Grant Likely <grant.likely@arm.com>
-
- 11 Aug, 2021 2 commits
-
-
Vincent Stehlé authored
Start to document the EBBR.yaml configuration file specificities. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
We put the links definitions in the same section as the first use, to facilitate reading the README.md directly. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 13 Jul, 2021 1 commit
-
-
Vincent Stehlé authored
This runs yamllint for the moment, but can be extended to do more in the future. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 14 Jun, 2021 3 commits
-
-
Vincent Stehlé authored
This is useful to print a quick summary, after filtering. We document some usage in the README.md. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
This is similar in its principle to the UNIX `uniq -c' and is handy for triaging results, in conjunction with the `--fields' option. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Keeping only some fields is handy to generate summaries for triaging. This does not apply to the markdown and config template formats, which depend on certain fields being present. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 09 Jun, 2021 2 commits
-
-
Vincent Stehlé authored
Document how the `--filter' option can be somewhat (ab)used to apply transformations to tests data. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
cat.sh and dropped entries have been verified to be fine on runs with more than 10k tests. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 31 May, 2021 2 commits
-
-
Vincent Stehlé authored
Allow to filter tests data using a python expression. This complements the existing key/value filtering mechanism. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Try to semi-automate the writing of yaml configuration files by generating a template yaml configuration from tests data, which can be further edited manually. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 15 Mar, 2021 2 commits
-
-
Vincent Stehlé authored
Add a --config option to Parser.py, to use a configuration file. This configuration file can contain a list of transformations to apply to the test results. This will allow to mark tests as false positives or to waive failures. We describe the YAML configuration file format in details in the README.md. We also add a sample configuration, to demonstrate usage of configuration files with the already provided sample log and sequence files. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
A skip test set is a test set, which was considered but had zero of its tests run. This is not the same as a dropped test set, which we do not find in the log at all. Generate artificial test entries with the result set to SKIPPED to keep track of the former. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 11 Mar, 2021 2 commits
-
-
Vincent Stehlé authored
Currently we read db1 and db2 from the log and sequence files respectively. Then we compute a cross_check database with all the tests, which have run, as well as a would_not_run database with all the tests sets, which have not run. Combine those databases into a unified cross_check database and get rid of would_not_run. We create artificial test entries for the dropped tests sets. While at it, we keep the spurious run tests, if any, and mark them as such. The benefits are that we do not need special handling for dropped tests sets down the pipe anymore, and that our future configuration file filtering rules will also apply to spurious and dropped tests. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Add a --sort command line option to Parser.py, to allow sorting the tests data in a configurable manner before producing the outputs. Also, document usage in the README.md and fix parser.py case. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 03 Mar, 2021 1 commit
-
-
Vincent Stehlé authored
Use argparse for command line arguments. This gives us the online help and will give use more flexibility to add command line options. We preserve the current behaviour with up to two positional arguments for the ekl and seq input files, and up to two arguments for the key:value search. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 01 Mar, 2021 3 commits
-
-
Vincent Stehlé authored
Specify language of the python bloc. This enables syntax coloring with pandoc. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Remove spurious whitespaces at end of line in Parser.py and README.md. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
We add a Makefile and a configuration file to automate the generation of README.pdf with pandoc. Also, update the .gitignore accordingly. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 19 Feb, 2021 2 commits
-
-
Vincent Stehlé authored
The title is already after an ATX-style #, which makes the following setext-style underline superfluous. Remove the underline to fix the rendering with pandoc. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 01 Oct, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
-
- 16 Sep, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
Need to address the ekl parser ASAP, unfortunately the logs are not as parsable as original thought. Generated MD is very rudimentary, needs more attetion, list bandid also restrics CSV output.
-
- 01 Sep, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
Now outputting CSV, re-factored Command line arguments, bug fixes, spelling fixes, and more.
-
- 18 Aug, 2020 2 commits
-
-
Jeffrey Booher-Kaeding authored
not first time I made this issue, MacDown recognizes `###text` and `### text` as both H3...
-
Jeff Booher-Kaeding authored
-
- 12 Aug, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
-