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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GTTF: Make it possible to pass sharding settings from command line.
phajdan.jr@chromium.org
2013-11-05
3
-5
/
+44
*
GTTF: Unify parallel test launching.
phajdan.jr@chromium.org
2013-11-01
5
-357
/
+249
*
GTTF: Make the new test launcher exit early if many tests are broken.
phajdan.jr@chromium.org
2013-10-31
4
-47
/
+110
*
Add a test restriction type for non-low end devices.
tedchoc@chromium.org
2013-10-31
1
-2
/
+5
*
GTTF: Add a flag controlling handling of test stdio by the new launcher.
phajdan.jr@chromium.org
2013-10-29
3
-3
/
+28
*
GTTF: increase new test launcher timeout to one compatible with run_test_case...
phajdan.jr@chromium.org
2013-10-28
1
-1
/
+1
*
Revert "Revert 231359 "GTTF: make sharding_supervisor.py use --brave-new...""
phajdan.jr@chromium.org
2013-10-28
3
-8
/
+11
*
Revert 231359 "GTTF: make sharding_supervisor.py use --brave-new..."
rmsousa@chromium.org
2013-10-28
3
-11
/
+8
*
GTTF: make sharding_supervisor.py use --brave-new-test-launcher
phajdan.jr@chromium.org
2013-10-28
3
-8
/
+11
*
Convert from strings to enums for Restrictions.
tedchoc@chromium.org
2013-10-28
1
-1
/
+10
*
[Android] Add an annotation for runtime test filtering [3/3]
frankf@chromium.org
2013-10-24
2
-38
/
+0
*
[Tracing] Add support for forward looking or backwards looking async steps.
simonjam@chromium.org
2013-10-24
2
-12
/
+15
*
Revert "Revert "GTTF: refactor interface..." and Revert "GTTF: Implement test...
phajdan.jr@chromium.org
2013-10-24
8
-222
/
+402
*
[Android] Add an annotation for runtime test filtering [1/3]
frankf@chromium.org
2013-10-23
1
-0
/
+25
*
Revert "GTTF: refactor interface..." and Revert "GTTF: Implement test retries."
kouhei@chromium.org
2013-10-23
8
-402
/
+222
*
GTTF: Implement test retries.
phajdan.jr@chromium.org
2013-10-23
5
-67
/
+251
*
GTTF: refactor interface between TestLauncher and its delegate
phajdan.jr@chromium.org
2013-10-22
7
-175
/
+171
*
GTTF: Move logic related to "what to do next" out of TestResultsTracker
phajdan.jr@chromium.org
2013-10-21
4
-125
/
+127
*
TRACE_EVENT_PHASE_COMPLETE (X Events)
wangxianzhu@chromium.org
2013-10-21
3
-4
/
+78
*
GTTF: Replace base::LaunchTests with public TestLauncher class.
phajdan.jr@chromium.org
2013-10-17
7
-280
/
+308
*
GTTF: Create a TestLauncher class to keep state.
phajdan.jr@chromium.org
2013-10-16
1
-212
/
+209
*
Fixes to get base compiling on VS2013
scottmg@chromium.org
2013-10-15
1
-0
/
+2
*
GTTF: report results of all test iterations, to stdout and optionally JSON file.
phajdan.jr@chromium.org
2013-10-14
7
-53
/
+209
*
GTTF: Clean up TestResultsTracker, prepare for JSON summary output.
phajdan.jr@chromium.org
2013-10-11
3
-103
/
+158
*
GTTF: Extract ResultsPrinter out of test_launcher.
phajdan.jr@chromium.org
2013-10-08
3
-224
/
+272
*
Add newline to end of file.
justincohen@google.com
2013-10-08
1
-1
/
+1
*
GTTF: move the test launcher files to base/test/launcher
phajdan.jr@chromium.org
2013-10-04
9
-19
/
+19
*
r226421 added 10.9 as a variant, so it should be valid.
avi@chromium.org
2013-10-02
1
-1
/
+2
*
Update OS version functions.
avi@chromium.org
2013-10-02
1
-0
/
+2
*
GTTF: Fix test launcher multiple test iterations.
phajdan.jr@chromium.org
2013-09-30
3
-0
/
+9
*
base: Move PerfTimer out of test/ directory.
tfarina@chromium.org
2013-09-29
3
-80
/
+2
*
GTTF: Fix handling of PRE_ tests
phajdan.jr@chromium.org
2013-09-27
4
-57
/
+10
*
GTTF: Make temp file deletion failures non-fatal on Windows
phajdan.jr@chromium.org
2013-09-26
1
-1
/
+4
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-2
/
+0
*
GTTF: add independent test timeout for the test launcher
phajdan.jr@chromium.org
2013-09-24
5
-1
/
+30
*
GTTF: instantiate ThreadChecker early in the test launcher
phajdan.jr@chromium.org
2013-09-23
3
-8
/
+11
*
GTTF: Support running browser tests in parallel
phajdan.jr@chromium.org
2013-09-19
5
-45
/
+127
*
base: Split logging functions and PerfTimeLogger out of perftimer.h
tfarina@chromium.org
2013-09-17
6
-60
/
+139
*
Use SequencedWorkerPoolOwner in ParallelTestLauncher.
earthdok@chromium.org
2013-09-14
2
-6
/
+8
*
GTTF: launch test processes using job objects on Windows.
phajdan.jr@chromium.org
2013-09-13
1
-1
/
+25
*
GTTF: Make --help and --gtest_help behave correctly with --brave-new-test-lau...
phajdan.jr@chromium.org
2013-09-13
3
-1
/
+32
*
Add newlines to the end of files where they were missing
hans@chromium.org
2013-09-12
3
-3
/
+3
*
Enable high resolution time for TimeTicks::Now on Windows Canary
simonjam@chromium.org
2013-09-10
1
-0
/
+1
*
GTTF: kill spawned test processes when the launcher is killed
phajdan.jr@chromium.org
2013-09-10
2
-10
/
+136
*
Thread-local trace-event buffers
wangxianzhu@chromium.org
2013-09-06
1
-3
/
+13
*
GTTF: Add command-line switches for number of jobs and batch limit.
phajdan.jr@chromium.org
2013-09-05
3
-15
/
+50
*
test launcher: Fix running a single test using filter.
sadrul@chromium.org
2013-09-04
1
-2
/
+11
*
Fix a test launcher hang when no tests are run.
phajdan.jr@chromium.org
2013-09-04
2
-0
/
+22
*
GTTF: Parallel test launcher changes for POSIX.
phajdan.jr@chromium.org
2013-09-04
1
-1
/
+22
*
Fix compile (file_util:: -> base::)
phajdan.jr@chromium.org
2013-09-03
1
-2
/
+2
[next]