Skip to content
  1. Aug 20, 2013
  2. Apr 22, 2013
  3. Feb 26, 2013
  4. Dec 02, 2012
  5. Sep 05, 2012
  6. Aug 01, 2012
  7. Jul 30, 2012
  8. Jul 29, 2012
  9. Jul 27, 2012
  10. Jul 12, 2012
  11. Jul 11, 2012
    • Daniel van Vugt's avatar
      Fixed CompTimerTestCallback.TimerOrder failure on slow systems (like valgrind) · 07cc7f8f
      Daniel van Vugt authored
      (LP: #1021139)
      
      If the environment (like valgrind in ExperimentalMemCheck) is so slow that it
      took more than 50ms to schedule the tests, then they would all be overdue
      on startup (instead of just one of them) and the order would not be
      predictable. So I spread the timers out over longer intervals and reduced
      the number of repetitions to stop the new test from taking too long.
      07cc7f8f
  12. Jul 02, 2012
    • Sam Spilsbury's avatar
      Added compiz_discover_tests. · 2ee99bf7
      Sam Spilsbury authored
      gtest_add_tests is good for the basic Google Test usage, but its source
      based scanning falls short in a couple of areas - namely it requires that
      there be no space between TEST* and ( and it also does not work for templated
      tests.
      
      compiz_discover_tests builds a small C++ program to parse the output
      of --gtest_list_tests and adds those at make-time to the CTestTestfile.cmake
      in the current binary directory. This allows us to correctly introspect the test
      binary and get /all/ the tests regardless of the source file.
      2ee99bf7
  13. Apr 12, 2012
  14. Mar 30, 2012
  15. Feb 24, 2012
  16. Feb 03, 2012
  17. Jan 23, 2012
  18. Jan 20, 2012
  19. Jan 18, 2012
  20. Jan 17, 2012
  21. Jan 12, 2012
  22. Jan 04, 2012
  23. Dec 23, 2011