1. f355d88 MultiProcessTest: Update SpawnChild* to return a Process. by rvargas · 10 years ago
  2. 455d1c7 Revert of Add TestMockTimeTaskRunner in base/test. (patchset #5 id:100001 of https://codereview.chromium.org/823143004/) by erg · 10 years ago
  3. d5970ca base: Update test_launcher to use the new version of launchProcess. by rvargas · 10 years ago
  4. 79f1aed Add TestMockTimeTaskRunner in base/test. by engedy · 10 years ago
  5. ba013f5 Cleanup: Call std::string::empty instead of comparing against "". by thestig · 10 years ago
  6. b533e10 [Android] Add a device-side test HTTP server via ChromeInstrumentationTestRunner. by jbudorick · 10 years ago
  7. 2d5b2e3 Cleanup: Get rid of more base::ASCIIToWide usage. by thestig · 10 years ago
  8. 6264c56 Add a new ctor to ScopedPathOverride for tests that override files. by grt · 10 years ago
  9. 9c8f32a Prefix CommandLine usege with base namespace (Part 1: base/) by pgal.u-szeged · 10 years ago
  10. a4797a3 Implement listing tests to a JSON file for iOS gtest test launcher by Paweł Hajdan, Jr · 10 years ago
  11. dff5327 Make multiprocess_test_android.cc use the new command line. by qsr · 10 years ago
  12. 747b161 Tentatively disable switching the test launcher to single process mode under Valgrind. by glider · 10 years ago
  13. e20f13e Cleanup various includes and namespace references. by fdegans · 10 years ago
  14. a3037fd [Android] Upstream several test support classes. by feng · 10 years ago
  15. 499cc94 Cleanup: Remove some unneeded timer.h includes. by thestig · 10 years ago
  16. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  17. dd7aaa0 Cleanup: Better constify some strings in base. by thestig · 10 years ago
  18. 76e1e85 [Mac] Do not initialize the MockCrApplication in base::TestSuite. by rsesek · 10 years ago
  19. 46ffec3 scoped_refptr: support opaque pointed-to classes via extern template by mdempsky · 10 years ago
  20. 05106cc Refactor AppendToFile and WriteFileDescriptor by chirantan · 10 years ago
  21. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  22. 9043c4e Fix more disabled MSVC warnings, base/ edition. by pkasting · 10 years ago
  23. 7002b80 Add trace-to-file support for base::TestSuite by enne · 10 years ago
  24. 2c55aa7 [Checkstyle] Fix misc style issues in Java files. by aurimas · 10 years ago
  25. f302cec Give asan/win bot a very generous timeout. by thakis · 10 years ago
  26. 2e9bab5 Speculatively increase the test timeout for win/asan. by Nico Weber · 10 years ago
  27. 13b2190 Reland: Issue 446203002: Initialize the now_function to the HighResNowWrapper in case High Res is supported by Fadi Meawad · 10 years ago
  28. ad68fb2 Random fixes for scoped_refptr operator T* removal. by dcheng · 10 years ago
  29. 9c3b4a3 Cleanup in base/test/launcher: move more code to anonymous namespace by Paweł Hajdan, Jr · 10 years ago
  30. a422094 Add ChannelProxy benchmark to ipc_perftests. by morrita · 10 years ago
  31. 8ce99a8 Manual fixups for scoped_refptr operator T* removal in base/ by dcheng · 10 years ago
  32. b3a6ca0 Adding tracing and gtest pretty printing support to TestPendingTask. by mithro · 10 years ago
  33. 23373cc Revert of Initialize the now_funciton to the HighResNowWrapper in case High Res is supported (patchset #7 of https://codereview.chromium.org/446203002/) by fmeawad · 10 years ago
  34. a173120 We have noticed a clock shift when QPC was deployed. It shows as a regression on the perf bots by fmeawad · 10 years ago
  35. 5528b6b Revert of Implement unit test specific test launcher timeout (patchset #6 of https://codereview.chromium.org/476543004/) by phajdan.jr · 10 years ago
  36. 027e0e2 Implement unit test specific test launcher timeout by Paweł Hajdan, Jr · 10 years ago
  37. e92789d Support --wait-for-debugger in tests. by vitalybuka@chromium.org · 10 years ago
  38. a798068 Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. by mlerman@chromium.org · 10 years ago
  39. 6f2831b Remove large test timeout. It's large and only used at one place. by phajdan.jr@chromium.org · 10 years ago
  40. bef65fe Will no longer force jobs=1 with filters in bot mode. by phoglund@chromium.org · 10 years ago
  41. 69abe10 Change gtest launcher, telemetry unittests to run in parallel and retry failures by default. by dpranke@chromium.org · 10 years ago
  42. 782af4e Disallow breakaway from job on Windows 8, which supports nested jobs by phajdan.jr@chromium.org · 10 years ago
  43. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  44. 7e7c93c Disallow breakaway from job for unit tests by phajdan.jr@chromium.org · 10 years ago
  45. 35ae6d8 Fix how --gtest_filter interacts with PRE_ tests by phajdan.jr@chromium.org · 10 years ago
  46. bdedd6c Move the rest of test_file_util to base namespace. by brettw@chromium.org · 10 years ago
  47. 2384167 Remove wstring file path helpers from test_file_util. by brettw@chromium.org · 10 years ago
  48. 0875cb7 Factored out duplicate code for formatting full test name by sergiyb@chromium.org · 10 years ago
  49. 2181e4b Refactor tracing to pass around base::debug::TraceOptions to reduce spaghetti by nednguyen@google.com · 10 years ago
  50. 09f4256 [Android] Configurable instrumentation test runner + test SDK levels. by jbudorick@chromium.org · 10 years ago
  51. 88d0d23 Move base/data to base/test/data to be with the rest of the test data. by jam@chromium.org · 10 years ago
  52. 1fb53c2 MSan: increase the test timeout multiplier to 6x. by earthdok@chromium.org · 10 years ago
  53. 46ca88a android tests: don't override DIR_MODULE (take 2) by tim@chromium.org · 10 years ago
  54. 65b40ec MSan: increase the test timeout multiplier to 4x. by earthdok@chromium.org · 10 years ago
  55. 8f0c3c9 Revert of android tests: don't override DIR_MODULE (https://codereview.chromium.org/408063002/) by tim@chromium.org · 10 years ago
  56. f7616c3 android tests: don't override DIR_MODULE by tim@chromium.org · 10 years ago
  57. 5a2a766 Bring back the retry limit to 3. by jam@chromium.org · 10 years ago
  58. 8badeb9 Added an annotation to label Integration tests. by yojan@google.com · 10 years ago
  59. df33f86 Temporarily increase retry limit in test_launcher by sergeyberezin@chromium.org · 10 years ago
  60. 0abdf80 Fix StackOverFlow in AdvancedMockContext. by nyquist@chromium.org · 10 years ago
  61. f01cfba Move logging.h's definitions of operator<< into namespace std. by jyasskin@chromium.org · 10 years ago
  62. 30a2c00 [Android]: Replace calls to getdtablesize with sysconf(_SC_OPEN_MAX) in tools. by rmcilroy@chromium.org · 10 years ago
  63. 07f590c Increase the test output line limit 50 -> 5000 by phajdan.jr@chromium.org · 10 years ago
  64. c1cbdbb Improve the no-op reconcilor so that it doesn't "hang" after the first execution, but instead successfully completes the reconciliation. by mlerman@chromium.org · 10 years ago
  65. 08773ff Revert "Improve the no-op reconcilor so that it doesn't "hang" after the first execution, but instead successfully completes the reconciliation." (https://codereview.chromium.org/309843002/) by hirono@chromium.org · 10 years ago
  66. 7915acf Speculatively increase test timeouts under MSan. by earthdok@chromium.org · 10 years ago
  67. 492bbde Improve the no-op reconcilor so that it doesn't "hang" after the first execution, but instead successfully completes the reconciliation. by mlerman@chromium.org · 10 years ago
  68. a43b6c2 Increase test timeouts under MSan. by earthdok@chromium.org · 10 years ago
  69. d2edf23 Update OS version functions. by avi@chromium.org · 10 years ago
  70. 7214abd Mark test results with unknown status as unreliable by phajdan.jr@chromium.org · 10 years ago
  71. 6cb1674 Truncate huge output snippets in the test launcher before printing them by phajdan.jr@chromium.org · 10 years ago
  72. d9d8d3d Revert of Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/314173005/) by alph@chromium.org · 10 years ago
  73. fb315ef Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/315403006/) by alph@chromium.org · 10 years ago
  74. 80fc3e7 Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to new test launcher by phajdan.jr@chromium.org · 10 years ago
  75. a12dfc1 Do not flag unknown tests results as unreliable by phajdan.jr@chromium.org · 10 years ago
  76. 6fc2dea cc: Introduce OrderedSimpleTaskRunner by simonhong@chromium.org · 10 years ago
  77. 0b0b45a Mod a hash of test names to determine a shard, rather than the test index. by tapted@chromium.org · 10 years ago
  78. 78d5471 Add cpu count to trace metadata by nduca@chromium.org · 10 years ago
  79. d0b5350 Fix a findbugs warning - check file.delete return value. by vandebo@chromium.org · 10 years ago
  80. 1c966a7 Remove --debug-on-start and --debug-children. by pkasting@chromium.org · 10 years ago
  81. c69ff08 Remove MessagePumpGtk. by erg@chromium.org · 10 years ago
  82. f09e223 [Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h. by rsesek@chromium.org · 10 years ago
  83. 1e4248c Increase the broken tests threshold from 10 to 20 by phajdan.jr@chromium.org · 10 years ago
  84. 87839ab Use SYZYASAN instead of ADDRESS_SANITIZER. by chrisha@google.com · 10 years ago
  85. e649137 Fix "unreachable code" warnings (MSVC warning 4702) in base/. by pkasting@chromium.org · 10 years ago
  86. c117c65 Fix a compile failure on some FYI bot that is worried about use-without-init. by pkasting@chromium.org · 10 years ago
  87. 0f88913 Style changes split off of https://codereview.chromium.org/202993003/ . by pkasting@chromium.org · 10 years ago
  88. 913c948 IPC: Make ipc_perftests run on Android. by epenner@chromium.org · 10 years ago
  89. 3fad3b8 Move some functions in test_file_util to base namespace. by brettw@chromium.org · 10 years ago
  90. 3727389 Move CommandLine to base namespace. by brettw@chromium.org · 10 years ago
  91. b52f29b Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  92. 7ee0956 Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by jochen@chromium.org · 10 years ago
  93. 9e91982 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  94. 6209f3a Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by thakis@chromium.org · 10 years ago
  95. 917f714 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  96. 5a1c392 [Metrics] Don't require clients of StatisticsDeltaReader to call StatisticsRecorder::Initialize(). by isherman@chromium.org · 10 years ago
  97. ceed605 Get rid of multiprocess_test's debug_on_start arguments. by viettrungluu@chromium.org · 10 years ago
  98. c2322b0 Add multiprocess test helper functions. by viettrungluu@chromium.org · 10 years ago
  99. b5f1fc9 Used scoped_ptr by suyash.s@samsung.com · 10 years ago
  100. dc9e0c8 Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument. by viettrungluu@chromium.org · 10 years ago