Skip to content
  1. Mar 15, 2021
    • Vincent Stehle's avatar
      Add configuration file · 9ae846ea
      Vincent Stehle 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 Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      9ae846ea
    • Vincent Stehle's avatar
      Better handling of skipped tests sets · d144d546
      Vincent Stehle 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 Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      d144d546
    • Vincent Stehle's avatar
      parser.py: rework ekl parsing · f88b3ceb
      Vincent Stehle authored
      
      
      Currently we are dropping the end of the device path in the ekl when it
      contains `|' characters, as in sample.elk for example. Rework the ekl
      parsing to fix this.
      
        Before: `Acpi(PNP0A08,0)/Pci(0'
         After: `Acpi(PNP0A08,0)/Pci(0|0)/Pci(0|0)'
      
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      f88b3ceb
  2. Mar 11, 2021
  3. Mar 10, 2021
    • Jeffrey Booher-Kaeding's avatar
      Merge pull request #6 from vstehle/for-jeffrey · 3276c39d
      Jeffrey Booher-Kaeding authored
      Usability upgrades
      
      Rework command line using argparse
      Add logging and debug
      Add csv output
      Use iconv to cat logs
      3276c39d
    • Vincent Stehle's avatar
      cat.sh: use iconv · 5a6f6b7e
      Vincent Stehle authored
      
      
      Currently we `cat' all the discrete .ekl log files into a big, single file
      directly as binaries. This adds UTF-16 two bytes BOM everywhere in the
      middle of the resulting cat_summary.ekl.
      
      Fix that with iconv: we convert all the log files to UTF-8 on the fly and
      back to UTF-16 while concatenating.
      
      While at it, handle an optional command line argument to specify the
      folder to search for logs.
      
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      5a6f6b7e
  4. Mar 03, 2021
  5. Mar 01, 2021
  6. Feb 23, 2021
  7. Feb 19, 2021
  8. Oct 01, 2020
  9. Sep 29, 2020
  10. Sep 23, 2020
  11. Sep 17, 2020
  12. Sep 16, 2020
Loading