Skip to content
Snippets Groups Projects
  1. Dec 06, 2019
  2. Nov 28, 2019
  3. Nov 15, 2019
  4. Sep 18, 2019
    • Emanuele Aina's avatar
      gettext: Accept `pass`/`fail` as results · 2328be64
      Emanuele Aina authored and Luis Araujo's avatar Luis Araujo committed
      The test is currently emitting results in this way:
      
          Testing supported locales:
          ar_QA.utf8: fail
          ar_SA.utf8: fail
          cs_CZ.utf8: fail
          da_DK.utf8: fail
          de_DE.utf8: fail
          el_GR.utf8: fail
          en_GB.utf8: fail
          en_US.utf8: fail
          es_AR.utf8: fail
          es_ES.utf8: fail
          es_MX.utf8: fail
          fi_FI.utf8: fail
          fr_CA.utf8: fail
          fr_FR.utf8: fail
          hu_HU.utf8: fail
          id_ID.utf8: fail
          it_IT.utf8: fail
          ms_MY.utf8: fail
          nb_NO.utf8: fail
          nl_NL.utf8: fail
          pl_PL.utf8: fail
          pt_BR.utf8: fail
          pt_PT.utf8: fail
          ro_RO.utf8: fail
          ru_RU.utf8: fail
          sk_SK.utf8: fail
          sv_SE.utf8: fail
          th_TH.utf8: fail
          tr_TR.utf8: fail
          zh_CN.utf8: fail
          zh_HK.utf8: fail
          31 test(s) failed
      
      See https://lava.collabora.co.uk/scheduler/job/1827695#L5089
      
      
      
      However, the current regex only matched uppercase characters,
      expecting `PASSED`/`FAILED`.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      2328be64
  5. Jul 12, 2019
  6. May 02, 2019
  7. Feb 27, 2019
  8. Jan 25, 2019
  9. Jan 22, 2019
  10. Jan 16, 2019
  11. Jan 11, 2019
  12. Dec 13, 2018
  13. Dec 05, 2018
  14. Nov 19, 2018
  15. Nov 12, 2018
    • Luis Araujo's avatar
      Add new post-condition section and macro · fc45841e
      Luis Araujo authored
      
      - Add a new post-condition section.
      - Add a new macro to install packages for automated tests.
      - Slightly change the way the function to parse lists work. Now
        only the run.steps section will be treated different from
        other sections.
      - Apply syntax changes to the already ported test cases.
      - Add new ported test cases.
      - Update the README explaining a rule for the formatter.
      
      Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
      fc45841e
  16. Nov 09, 2018
  17. Nov 08, 2018
  18. Oct 29, 2018
Loading