1. dd25ba2 Valgrind: enable Linux Sandbox tests under Valgrind by [email protected] · 13 years ago
  2. d8531b9 Valgrind: Save layout test chunk number before running the layout tests. by [email protected] · 13 years ago
  3. b419834 Add device_unittests to valgrind/heapchecker scripts. by [email protected] · 13 years ago
  4. fd1c791 add --help-tests to list valgrind tests by [email protected] · 13 years ago
  5. ba1c6ca0 Add chromeos_unittests to valgrind/heapcheker start script by [email protected] · 13 years ago
  6. 6ef529bc Suppress leaks/uninitialized found in compositor_unittests by [email protected] · 13 years ago
  7. abb77e6 Remove gfx_unittests target in favor of ui_unittests by [email protected] · 13 years ago
  8. c8218b2 Valgrind/Heapchecker: Add content_browsertets to chrome_tests.py by [email protected] · 13 years ago
  9. c11172a Rename aura_shell_unittests to ash_unittests, part 1 by [email protected] · 13 years ago
  10. 934a2ef Rename gfx_unittests with ui_unittests. by [email protected] · 13 years ago
  11. 3a9a979 Do not retry the layout tests that produce unexpected results when running under Valgrind. by [email protected] · 13 years ago
  12. 1b9a5b0 Valgrind: Tool changes to support running browser tests with memcheck in sharding_supervisor. by [email protected] · 13 years ago
  13. da43c922 Valgrind: Increase timeouts for browser tests. by [email protected] · 13 years ago
  14. c57f36f Valgrind / Heapcheck: Remove ui_tests from test harness. by [email protected] · 13 years ago
  15. ab4bd03 Valgrind: Detect the situation when layout tests finishes too quickly. by [email protected] · 13 years ago
  16. aadb99f Update Valgrind script after Webkit r114441 renamed --experimental-fully-parallel to --fully-parallel. by [email protected] · 13 years ago
  17. db4b5be Increase tiny test timeout under Valgrind. by [email protected] · 13 years ago
  18. 34c5504 Allow running aura_unittests with valgrind, and fix a leak it exposes. by [email protected] · 13 years ago
  19. 6e37ddf Add ffmpeg_unittests and ffmpeg_regression_tests to chrome_tests. by [email protected] · 13 years ago
  20. cbff694 Disable unit_tests for memcheck/Mac by checking in chrome_tests.py by [email protected] · 14 years ago
  21. 4953d36 add aura_shell_unittests to chrome_tests.py. by [email protected] · 14 years ago
  22. d6d2bafa Run 3x more tests on WebKit Linux Valgrind bot by [email protected] · 14 years ago
  23. ebe98fbd9 Run 2.5x more tests on the WebKit Linux bot as now it's 2.5x faster by [email protected] · 14 years ago
  24. 3cdd72e Slightly simplify the command line when one invokes chrome_tests with --gtest_filter=One.Test by [email protected] · 14 years ago
  25. 95f1939b Set up Dr.Memory symcache to speed up loading Chrome with BROWSER_WRAPPER by [email protected] · 14 years ago
  26. cb155a8 Fix python scripts in src/tools/ by [email protected] · 14 years ago
  27. 9819545f Run more tests on the Webkit Layout Valgrind bot and do it in parallel by [email protected] · 14 years ago
  28. 79bf2f08 Make timeouts smaller under Valgrind. by [email protected] · 14 years ago
  29. 64c56e2 Increase the total chrome_tests timeout to 4 hours by [email protected] · 14 years ago
  30. 6ee5e80 Make timeouts 1.5x smaller under Valgrind, except for the "master" timeout (time to run the whole set of tests) by [email protected] · 14 years ago
  31. bad501a89 Make only slow (Valgrind and DR) tools use the *.gtest.txt files by [email protected] · 14 years ago
  32. 209cb1a7 Valgrind: Fix webkit layout tests since they no longer use BROWSER_WRAPPER. Use --wrapper instead. by [email protected] · 14 years ago
  33. 40c4627d Fix memory leak if user of IPC::SyncMessage never calls GetReplyDeserializer(). by [email protected] · 14 years ago
  34. dd210274 Fix the extra "--" flag for ui_tests by [email protected] · 14 years ago
  35. 927a672 Add support for client program options when using "-t cmdline" by [email protected] · 14 years ago
  36. 77b41ebf Add support for "-t cmdline" to tools/valgrind/chrome_tests.py by [email protected] · 14 years ago
  37. 6c1c5db Remove an unused _DefaultCommand argument by [email protected] · 14 years ago
  38. 482853d Remove unused test command-line switches. by [email protected] · 14 years ago
  39. 4247213 Add support for content unit tests to memory bot scripts by [email protected] · 14 years ago
  40. 3b50a1c add gpu unit tests to chrome_tests.py by [email protected] · 14 years ago
  41. 2083314 Fix browser_tests Valgrind runner; also re-order the other test runners. by [email protected] · 14 years ago
  42. fa338faa Remove app_unittests from chrome_tests.py now that the buildbot master was restarted. by [email protected] · 14 years ago
  43. 0a7cbf904 Add support for sql_unittests to chrome_tests.py. by [email protected] · 14 years ago
  44. 69e148d Use performance_ui_tests executable instead of: by [email protected] · 14 years ago
  45. 31ef2a84 Views views_unittests native widget tests leak by [email protected] · 14 years ago
  46. d2531ea Add crypto_unittests to the list of tests run for heapcheck/valgrind by [email protected] · 14 years ago
  47. 1b0f1e1 GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_ms by [email protected] · 14 years ago
  48. 6939017b Get rid of unused flags. by [email protected] · 14 years ago
  49. 6de751f Add JingleThreadWrapper. by [email protected] · 14 years ago
  50. 3a775953 Rename valgrind_layout to valgrind_webkit by [email protected] · 14 years ago
  51. 6ecdfa3f Normalize the top-level ui/ module. by [email protected] · 14 years ago
  52. 0563318a9 Add support for running ui_base_unittests to chrome_tests.py by [email protected] · 14 years ago
  53. a46ce86 And one more follow-up - finally tested that on Windows... by [email protected] · 14 years ago
  54. 148ea41 Follow-up fix: strip the "\" from the gtest filter path as well (on Windows) by [email protected] · 14 years ago
  55. 57ca0af7 Exclude a couple of sync tests from running under TSan. by [email protected] · 14 years ago
  56. 558bf52 Valgrind timeouts are in seconds. Let's set some saner values. by [email protected] · 14 years ago
  57. 79172622 Remove Wine + Valgrind code since nobody is working on it. by [email protected] · 14 years ago
  58. 09bda1d Add sync_integration_tests support to valgrind's chrome_tests.sh. by [email protected] · 14 years ago
  59. 6812c11 Suppress a couple of new Valgrind reports on interactive_ui tests, update the TSan suppression for a benign race in timegm by [email protected] · 15 years ago
  60. 7328a309 Pass in right parameter for safe_browsing valgrind test on trybot. by [email protected] · 15 years ago
  61. 6d42496 Add safe_browsing_tests to valgrind. by [email protected] · 15 years ago
  62. ade3ef65 Add automated_ui_tests and interactive_ui_tests to the Valgrind test runner by [email protected] · 15 years ago
  63. 51d866e Add reliability runner to chrome_tests.py by [email protected] · 15 years ago
  64. 016498e scons: excise more scons references from the code base by [email protected] · 15 years ago
  65. c96068cc Reenable remoting_unittests under TSan. by [email protected] · 15 years ago
  66. 6e10b9d6 [TSan/Win, Dr. Memory] Automatically find binaries in build/Debug on Windows by [email protected] · 15 years ago
  67. 4beaa60 Revert 63809 - Remove TSan supporessions on windows for remoting_unittests. by [email protected] · 15 years ago
  68. f4a13ccc Remove TSan supporessions on windows for remoting_unittests. BUG=57832 TEST=None by [email protected] · 15 years ago
  69. e56c5cb Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_exclude by [email protected] · 15 years ago
  70. f235b06 Add gfx_unittests as a valid option to tools/valgrind/chrome_tests.py. by [email protected] · 15 years ago
  71. 58d51d8 Fix lost suppressions with --tool=tsan_rv and refactor chrome_tests/valgrind_test.py a bit by [email protected] · 15 years ago
  72. 01f91e82 Refactored handling of XmppClient. by [email protected] · 15 years ago
  73. b24ca00 Add support for running Chromium tests under TSan in RaceVerifier mode. by [email protected] · 15 years ago
  74. a6be61f Add courgette_unittests to the list of tests runnable under Valgrind and by [email protected] · 15 years ago
  75. 542bf24a Enable remoting unittests to run on build bots by [email protected] · 15 years ago
  76. 0d12fde Revert r49384 -- "Added 'MAYBE' to the list of possible prefixes to be by [email protected] · 15 years ago
  77. 3dc8658 Increase the --ui-test-action-max-timeout value by [email protected] · 15 years ago
  78. 8b1c33a6 [GTTF] Added 'MAYBE' to the list of possible prefixes to be automatically generated by [email protected] · 15 years ago
  79. 38a8cd88 [GTTF] Automatically append FLAKY_ and FAILS_ prefixes to gtest_filters. by [email protected] · 15 years ago
  80. 0154076 Increase the timeout value for UI tests. Several tests run for 203k+ by [email protected] · 15 years ago
  81. 3130c2d Add new try job test filter specification format to chrome_tests.sh by [email protected] · 15 years ago
  82. ba914a16 Change PYTHONPATH handling in tools/valgrind so we can un-revert http://codereview.chromium.org/1822001 by [email protected] · 15 years ago
  83. c4979934 Increase sleep timeout for valgrind UI tests. by [email protected] · 15 years ago
  84. e28f36f Add win32 gtest filter files shared between Wine and TSan/Windows by [email protected] · 15 years ago
  85. 6a20856c Broke out shared worker tests into individual tests and increased worker test timeout. by [email protected] · 15 years ago
  86. b69afd6 Remove the dependency on layout_package.path utils so that we can obsolete that directory. by [email protected] · 15 years ago
  87. 40b01df Ignore exit code of Layout tests by [email protected] · 15 years ago
  88. 9ecf9ebd Do not override LD_LIBRARY_PATH by [email protected] · 15 years ago
  89. f5aaac9c Revert 39662 - Update various test scripts to use the upstream version of by [email protected] · 15 years ago
  90. d72b4870 Update various test scripts to use the upstream version of by [email protected] · 15 years ago
  91. 15665d1 valgrind: Make the Linux valgrind layout test work again. by [email protected] · 16 years ago
  92. d267ee95 Added sanity checks for base_unittests to Memcheck and ThreadSanitizer test runners. by [email protected] · 16 years ago
  93. 26788a6 wine_valgrind: Use common Valgrind scripts to run Wine/Valgrind tests. by [email protected] · 16 years ago
  94. 8523c35 valgrind: Refactor valgrind tools to use Is{Linux,Mac,Win}() and PlatformName() instead of sys.platform directly in preparation for adding IsWine(). by [email protected] · 16 years ago
  95. 5276adda Enable valgrind for sync tests (and fix valgrind errors) by [email protected] · 16 years ago
  96. d191f2c5 Fix reference to layout_package.path_utils.GetAbsolutePath() -> by [email protected] · 16 years ago
  97. cc8f2810b Fix valgrind run. by [email protected] · 16 years ago
  98. 2006255 r21342 moved IPC tests from unit_tests to ipc_tests, by [email protected] · 16 years ago
  99. 77c2af2 Try change 23924 again - refactor layout_package.path_utils and by [email protected] · 16 years ago
  100. 86677103 Add --gtest_repeat option to valgrind/chrome_tests.py by [email protected] · 16 years ago