| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the Blink Valgrind bot following r313517. | earthdok | 2015-02-04 | 1 | -1/+2 |
* | Update Valgrind's run_chrome_tests.py to pass sharding flags. | earthdok | 2015-01-27 | 1 | -7/+8 |
* | Reland "skia: Add 'skia_unittests' test suite for this directory." | tfarina | 2015-01-09 | 1 | -0/+4 |
* | Revert of skia: Add 'skia_unittests' test suite for this directory. (patchset... | mek | 2015-01-07 | 1 | -4/+0 |
* | skia: Add 'skia_unittests' test suite for this directory. | tfarina | 2015-01-07 | 1 | -0/+4 |
* | Reland https://codereview.chromium.org/823313002/: Remove the TSan-related co... | glider | 2014-12-30 | 1 | -1/+1 |
* | Revert of Remove the TSan-related code from the scripts in tools/valgrind (pa... | stgao | 2014-12-29 | 1 | -1/+1 |
* | Remove the TSan-related code from the scripts in tools/valgrind | glider | 2014-12-29 | 1 | -1/+1 |
* | Delete ffmpeg_unittests. | scherkus | 2014-12-13 | 1 | -4/+0 |
* | Move the tests in ui/chromeos to a new target: ui_chromeos_unittests | pkotwicz | 2014-11-19 | 1 | -0/+4 |
* | Stop building ui_unittests target. | tfarina | 2014-11-18 | 1 | -4/+0 |
* | Do not use nm to check that Valgrind-OSX is used on instrumented binaries. | glider | 2014-11-13 | 1 | -5/+8 |
* | Pass --gtest_break_on_failure through on valgrind chrome_tests.py. | gavinp | 2014-11-05 | 1 | -0/+8 |
* | Add mojo_system_unittest back to valgrind bots, which was removed by accident... | oshima | 2014-10-27 | 1 | -0/+1 |
* | Remove tests from tools/valgrind/chrome_tests.py that are going away | jamesr | 2014-10-25 | 1 | -18/+0 |
* | tools/valgrind: Add function for ui_base_unittests target variant. | tfarina | 2014-10-22 | 1 | -0/+4 |
* | Check that the user doesn't try to run ASan-built binaries under Valgrind etc | timurrrr | 2014-10-02 | 1 | -1/+23 |
* | Change chrome_tests.py to run 'run-webkit-tests' script. | tfarina | 2014-09-30 | 1 | -6/+6 |
* | Add "extensions_unittests" as a valid test specifier to chrome_tests.py. | bruening@google.com | 2014-08-15 | 1 | -1/+1 |
* | - remove mojo_view_manager_lib_unittests from chrome_tests.py | zhaoqin@google.com | 2014-08-13 | 1 | -5/+0 |
* | rename TestMojoServiceManager to TestMojoApplicationManager in chrome_tests.py | zhaoqin@google.com | 2014-08-13 | 1 | -2/+2 |
* | Mojo: Rename ServiceManager to ApplicationManager. | aa@chromium.org | 2014-08-09 | 1 | -3/+3 |
* | Valgrind: If running a specific list of layout tests, do not pass --run-chunk. | thestig@chromium.org | 2014-08-06 | 1 | -2/+2 |
* | add new *_unittests to tools/valgrind/chrome_tests.py to run with memory tools | zhaoqin@google.com | 2014-07-10 | 1 | -57/+118 |
* | Valgrind: Remove tests that no longer exists from chrome_tests.py. | thestig@chromium.org | 2014-07-08 | 1 | -15/+0 |
* | Adding full name display_unittests to valgrind | dnicoara@chromium.org | 2014-06-24 | 1 | -22/+22 |
* | Add display_unittests to chrome_tests.py | dnicoara@chromium.org | 2014-06-20 | 1 | -0/+4 |
* | add TestMojoViewManagerLib for testing mojo_view_manager_lib_unittests | zhaoqin@google.com | 2014-05-29 | 1 | -0/+5 |
* | fixed wrong name for mojo_public_utility_unittests | zhaoqin@google.com | 2014-05-12 | 1 | -1/+1 |
* | Increase the timeout for layout tests to run in Dr.Memory | zhaoqin@google.com | 2014-05-09 | 1 | -1/+1 |
* | add mojo tests to chrome_tests.py for running under Dr.Memory | zhaoqin@google.com | 2014-05-07 | 1 | -0/+50 |
* | Valgrind: Do not use deprecated --run-singly for layout tests. | thestig@chromium.org | 2014-05-02 | 1 | -4/+5 |
* | add 4 unittests to chrome_tests.py | zhaoqin@google.com | 2014-04-26 | 1 | -0/+20 |
* | increase timeout for content_browsertests with Dr.Memory | zhaoqin@google.com | 2014-04-21 | 1 | -3/+5 |
* | Decrease the default Valgrind WebKit layout shard size | timurrrr@chromium.org | 2014-04-18 | 1 | -1/+1 |
* | [GCM] Add valgrind support for running gcm tests | zea@chromium.org | 2014-01-17 | 1 | -0/+4 |
* | Reduce the amount of parallelism when running layout tests under Valgrind | timurrrr@chromium.org | 2013-12-31 | 1 | -2/+4 |
* | Adding cast_unittests to valgrind tool | hclam@chromium.org | 2013-12-18 | 1 | -0/+4 |
* | Add the --brave-new-test-launcher and --test-launcher-bot-mode flags to chrom... | glider@chromium.org | 2013-12-12 | 1 | -0/+8 |
* | GTTF: Disable new test launcher under Valgrind. | phajdan.jr@chromium.org | 2013-12-05 | 1 | -0/+3 |
* | Valgrind: Pass --gtest_shuffle option to gtest. | thestig@chromium.org | 2013-11-26 | 1 | -0/+4 |
* | events: Fix running events-unittests under valgrind/heapcheck. | sadrul@chromium.org | 2013-11-18 | 1 | -0/+4 |
* | Fix chrome_tests.sh for local workflow | rharrison@chromium.org | 2013-10-23 | 1 | -4/+6 |
* | Prepare chrome_tests.py for relative build dirs. | thakis@chromium.org | 2013-10-21 | 1 | -1/+2 |
* | Valgrind: Bump up the parallelism for webkit layout tests. | thestig@chromium.org | 2013-10-18 | 1 | -1/+1 |
* | Fix a TODO now that memory and try masters have restarted. | thakis@chromium.org | 2013-10-09 | 1 | -7/+3 |
* | Fix DrMemory bots for real. | thakis@chromium.org | 2013-10-08 | 1 | -7/+0 |
* | dirty workaround to get drmemory green | thakis@chromium.org | 2013-10-08 | 1 | -4/+5 |
* | more debug logging | thakis@chromium.org | 2013-10-08 | 1 | -0/+1 |
* | Try to debug DrMemory bots. | thakis@chromium.org | 2013-10-08 | 1 | -0/+4 |