index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
test
/
test_suite.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove --debug-on-start and --debug-children.
pkasting@chromium.org
2014-04-17
1
-1
/
+0
*
Remove MessagePumpGtk.
erg@chromium.org
2014-04-16
1
-7
/
+1
*
Avoid printing three stack traces on CHECK failure. Print just one.
phajdan.jr@chromium.org
2014-01-13
1
-1
/
+4
*
Emit test name in FATAL logs.
fischman@chromium.org
2014-01-04
1
-0
/
+13
*
Add missing namespace base around RunUnitTestsUsingBaseTestSuite
phajdan.jr@chromium.org
2013-11-27
1
-0
/
+4
*
GTTF: Expose RunUnitTestsUsingBaseTestSuite in base/test/test_suite.h
phajdan.jr@chromium.org
2013-11-27
1
-0
/
+8
*
GTTF: Fix cc_unittests ignoring gtest_filter with new test launcher.
phajdan.jr@chromium.org
2013-11-14
1
-0
/
+2
*
Enable high resolution time for TimeTicks::Now on Windows Canary
simonjam@chromium.org
2013-09-10
1
-0
/
+1
*
GTTF: make the new test launcher handle test crashes
phajdan.jr@chromium.org
2013-08-23
1
-0
/
+34
*
base: Minor cleanups in icu_util.h
tfarina@chromium.org
2013-08-23
1
-1
/
+1
*
Revert 217172 "Enable high resolution time for TimeTicks::Now on..."
nhiroki@chromium.org
2013-08-13
1
-1
/
+0
*
Enable high resolution time for TimeTicks::Now on Windows Canary
simonjam@chromium.org
2013-08-13
1
-0
/
+1
*
Update include paths in base for base/process changes.
rsesek@chromium.org
2013-07-25
1
-1
/
+1
*
Use a direct include of time headers in base/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-6
/
+5
*
Revert 202305 "Destroy all Singletons and LazyInstances between ..."
rsesek@chromium.org
2013-05-25
1
-30
/
+0
*
Destroy all Singletons and LazyInstances between each test.
rsesek@chromium.org
2013-05-25
1
-0
/
+30
*
Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does not
lliabraa@chromium.org
2013-03-15
1
-0
/
+8
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
1
-2
/
+2
*
GTTF: No more FLAKY_ .
phajdan.jr@chromium.org
2012-12-21
1
-47
/
+0
*
Move EnableInProcessStackDumping to base/debug
phajdan.jr@chromium.org
2012-11-01
1
-1
/
+2
*
GTTF: remove FAILS_ prefix, part 1
phajdan.jr@chromium.org
2012-11-01
1
-13
/
+1
*
Revert 144488 - For unit tests, track additions to AtExitManager and warn.
scottbyer@chromium.org
2012-07-25
1
-56
/
+0
*
Replace MessagePumpForUI with MessagePumpDefault in unit tests.
rohitrao@chromium.org
2012-07-25
1
-0
/
+8
*
Make it possible to run gtests on iOS.
leng@chromium.org
2012-07-13
1
-2
/
+7
*
Get base_unittests closer to compiling for iOS
stuartmorgan@chromium.org
2012-07-11
1
-2
/
+4
*
Remove ANDROID_APK_TEST_TARGET
nileshagrawal@chromium.org
2012-06-28
1
-2
/
+2
*
For unit tests, track additions to AtExitManager and warn.
scottbyer@chromium.org
2012-06-27
1
-0
/
+56
*
Suppress the "Assertion Failed" dialog of VC++. (Take 2)
hbono@chromium.org
2012-06-19
1
-0
/
+8
*
Revert r142693 "Suppress the "Assertion Failed" dialog of VC++."
oshima@chromium.org
2012-06-18
1
-6
/
+0
*
Suppress the "Assertion Failed" dialog of VC++.
hbono@chromium.org
2012-06-18
1
-0
/
+6
*
Chromium support of running DumpRenderTree as an apk on Android
wangxianzhu@chromium.org
2012-06-01
1
-8
/
+9
*
Convert the session restore ui_tests to browser_tests. I renabled the disable...
jam@chromium.org
2012-04-25
1
-21
/
+11
*
Add a "--silent" flag to our test suite to disable gtest output. This clears ...
jam@chromium.org
2012-04-23
1
-11
/
+22
*
Add virtual and OVERRIDE to base/ implementation files
rsleevi@chromium.org
2012-04-06
1
-1
/
+1
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-3
/
+3
*
Allow callers of CommandLine::Init to know whether they were the first caller.
erikwright@chromium.org
2012-02-27
1
-5
/
+7
*
Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...
ananta@chromium.org
2011-12-15
1
-4
/
+17
*
Added comments to setlocale call.
saintlou@chromium.org
2011-12-09
1
-0
/
+3
*
Fix test failures when calling native char conversion functions (e.g wrctomb).
saintlou@chromium.org
2011-12-08
1
-1
/
+3
*
Replace ScopedCommandLineOverride with TestSuite listener.
miket@chromium.org
2011-11-22
1
-0
/
+27
*
Remove calls to g_thread_init().
willchan@chromium.org
2011-11-05
1
-1
/
+0
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-1
/
+5
*
Upstream: The test stub for Android
michaelbai@google.com
2011-10-04
1
-0
/
+12
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-9
/
+0
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Roll gtest 492:539 and gmock 300:358
thakis@chromium.org
2011-02-24
1
-0
/
+3
*
Cleanup base & app unit test MockCrApp NSApp initialization.
msw@chromium.org
2011-02-03
1
-0
/
+9
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-11
1
-4
/
+6
[next]