Skip to content
  1. Mar 11, 2021
    • Vincent Stehle's avatar
      Combine our databases into a single one · 62552997
      Vincent Stehle 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 Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      62552997
    • Vincent Stehle's avatar
      Add a sort option · 6e9c8643
      Vincent Stehle 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 Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      6e9c8643
  2. Mar 03, 2021
    • Vincent Stehle's avatar
      Parser.py: use argparse · dfffc5af
      Vincent Stehle 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 Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      dfffc5af
  3. Mar 01, 2021
  4. Feb 19, 2021
  5. Oct 01, 2020
  6. Sep 16, 2020
  7. Sep 01, 2020
    • Jeff Booher-Kaeding's avatar
      V1.0? · 3afe3a32
      Jeff Booher-Kaeding authored
      Now outputting CSV, re-factored Command line arguments, bug fixes, spelling fixes, and more.
      3afe3a32
  8. Aug 18, 2020
  9. Aug 12, 2020
Loading