Skip to content
Snippets Groups Projects
  1. Feb 05, 2019
  2. Feb 02, 2019
  3. Feb 01, 2019
  4. Jan 29, 2019
  5. Jan 28, 2019
  6. Jan 27, 2019
    • Christian Andersen's avatar
      tst_QTimer: relax time requirement on remaining time · e85f43fd
      Christian Andersen authored
      
      Before this the remaining time in the two tests 'remainingTime' and
      'basic_chrono' had to be within the interval [100,200]. This relaxes
      that to [50,200]. This test seems to be failing a lot when staging
      changes in gerrit. I can reproduce some of the problem when putting a
      lot of load on my system and running the tests, then remaining time is
      very random.
      
      Also removes the blacklist of remaingTime on Windows and macOS, as
      basic_chrono and remaningTime tests are basically the same. The
      tests also fails on Linux some times in gerrit.
      
      I was also thinking one could:
      
      - blacklist both tests
      - remove interval requirements; just check remaining time is [0,200]
      - remove the tests
      
      Task-number: QTBUG-61013
      Change-Id: I5c8f0754d059598e023fe8e5d511f4a50bb4bac2
      Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
      e85f43fd
    • Timur Pocheptsov's avatar
      QSslSocket - make ocsp response into ... ocsp responseS · 31596972
      Timur Pocheptsov authored
      
      If later we try to introduce multiple ocsp support, the API returning
      a single response will be somewhat broken and illogical/not clear
      how to use at all. Let's return a vector of responses (for now it's
      one, can change in future). This makes isNull() redundant on a
      response, also, we now need 'subject' - a cert that response was for.
      
      Change-Id: Ibbd9dec163b53906b2fd61fa31c43db7d08adc4d
      Reviewed-by: default avatarMårten Nordheim <marten.nordheim@qt.io>
      31596972
  7. Jan 26, 2019
  8. Jan 25, 2019