1. 29 Oct, 2020 3 commits
  2. 28 Oct, 2020 9 commits
  3. 27 Oct, 2020 5 commits
  4. 26 Oct, 2020 2 commits
  5. 22 Oct, 2020 4 commits
  6. 20 Oct, 2020 2 commits
  7. 19 Oct, 2020 7 commits
  8. 15 Oct, 2020 3 commits
  9. 14 Oct, 2020 4 commits
  10. 13 Oct, 2020 1 commit
    • Jérome Perrin's avatar
      test_result: fix "Retry Count" being acquired on test result line · 7a3141b2
      Jérome Perrin authored
      At the end of test result, we calculate the sum of test result line
      retries and set it as a property on test result. Listbox will then
      show for each test result line the number of retries. Problem is
      that we did not set retry count property on test result lines which
      were not retried, so they acquired this from the parent test result.
      
      To prevent this, always set a retry count property on test result
      and set it to 0 when they are not retried.
      7a3141b2