Skip to content
  1. May 18, 2021
  2. May 11, 2021
  3. Mar 24, 2021
  4. Mar 18, 2021
    • Vincent Stehle's avatar
      EBBR.yaml: add configuration with ignored and waived · 0e87dd09
      Vincent Stehle authored
      
      
      We add a configuration file with rules for testing the EBBR specification.
      
      Some tests correspond to cases not mandated by the EBBR specification and
      we want to ignore them. Some other tests are either already fixed with a
      recent U-Boot or still present with the sandbox or qemu, and we want to
      issue waivers for those.
      
                        Original result          Forced result
        False-positive  FAILURE/WARNING/DROPPED  IGNORED
                Waived  FAILURE/WARNING/SKIPPED  WAIVED
      
      The list has been established in part by comparing SCT runs done with the
      EBBR.seq sequence file, running on arm64 U-Boot sandbox and qemu, from
      commit ddaa94978583 and version v2021.04-rc2.
      
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      0e87dd09
  5. Mar 15, 2021
  6. Mar 11, 2021
  7. 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
  8. Mar 03, 2021
  9. Mar 01, 2021
  10. Feb 23, 2021
  11. Feb 19, 2021
  12. Oct 01, 2020
Loading