Sign in
chromium
/
chromium
/
src
/
2ec70f330246b17f3806f56e93b9357a5e1f05bc
/
build
/
android
/
pylib
/
gtest
/
gtest_test_instance.py
2ec70f3
Reland: Android: Use a .json file to record incremental install details
by Andrew Grieve
· 8 years ago
6f34424f
Revert "Android: Use a .json file to record incremental install details"
by Andrew Grieve
· 8 years ago
a54c4bd8
Android: Use a .json file to record incremental install details
by Andrew Grieve
· 8 years ago
6a94be3
[Android] Remove --test-arguments arg from test_runner.py.
by jbudorick
· 8 years ago
0031461
[Android] Log gtest stdout regardless of result parsing mode.
by jbudorick
· 8 years ago
7d30806c
[android] Add support for passing command-line flags directly.
by jbudorick
· 8 years ago
d0287a2
[Android] Strip 'DISABLED_' test name prefix for gtest
by shenghuazhang
· 8 years ago
84188b5
[Android] Add support for external sharding to the test runner.
by jbudorick
· 8 years ago
f4462a35
Reland of new multiprocess test client process launcher.
by jcivelli
· 9 years ago
8f2c6708
Revert of Multiprocess test client: Android child process launcher rework. (patchset #21 id:400001 of https://codereview.chromium.org/2549363004/ )
by jcivelli
· 9 years ago
5513e46
Multiprocess test client: Android child process launcher rework.
by jcivelli
· 9 years ago
ef60bcc9
[Android] Fix empty gtest test name parsing.
by jbudorick
· 9 years ago
61757ce
[Android] Support gtest_filter + gtest_also_run_disabled_tests
by shenghuazhang
· 9 years ago
b58f48f4
[Android] Add '--gtest_also_run_disabled_tests' logic in gtest runner
by shenghuazhang
· 9 years ago
d29ecfa7
[android] Stop using isolate.py for data dependency management. (RELAND)
by jbudorick
· 9 years ago
c37f55c
Fix KeyError caused when filtering gtests on multiple threads.
by mikecase
· 9 years ago
67002b0
Revert of [android] Stop using isolate.py for data dependency management. (patchset #9 id:160001 of https://codereview.chromium.org/2492123002/ )
by jbudorick
· 9 years ago
634c87c
[android] Stop using isolate.py for data dependency management.
by jbudorick
· 9 years ago
19e0bee7
Add options for store-tombstones for gtest.
by hzl
· 9 years ago
1f3f8c66
Fixing how --gtest-filter-file handles negative patterns.
by lukasza
· 9 years ago
705aa26
Tweak --gtest_filter_file switch to support blank lines and comment lines.
by lukasza
· 9 years ago
5cea02e
[Android] Add experimental gtest xml result handling.
by jbudorick
· 9 years ago
8244692
[Android] Remove support for default isolates in the test runner.
by jbudorick
· 9 years ago
eaf4962
[Android] Fix a few more symlink issues in test_runner.py.
by jbudorick
· 9 years ago
1d0b9ba
[Sync] Merge sync_unit_tests into components_unit_tests, take 3.
by maxbogue
· 9 years ago
523ee7dd
Revert of [Sync] Merge sync_unit_tests into components_unit_tests, take 2. (patchset #1 id:1 of https://codereview.chromium.org/2199113003/ )
by kozyatinskiy
· 9 years ago
9131f18
[Sync] Merge sync_unit_tests into components_unit_tests, take 2.
by maxbogue
· 9 years ago
2c0a5ee7
Revert of [Sync] Merge sync_unit_tests into components_unit_tests. (patchset #4 id:60001 of https://codereview.chromium.org/2186733002/ )
by mathp
· 9 years ago
9f7c262
[Sync] Merge sync_unit_tests into components_unit_tests.
by maxbogue
· 9 years ago
fef332d
[Sync] Move //sync to //components/sync.
by Max Bogue
· 9 years ago
c4f4073
[Android] Fix handling of intentional crashes during death tests.
by John Budorick
· 9 years ago
244896c
[Android] Check for non-empty test name before creating gtest result.
by jbudorick
· 9 years ago
f746111
[Android] Fix unknown handling in gtest_test_instance.
by jbudorick
· 9 years ago
389d9e44
Enable NativeActivity based Android tests.
by ynovikov
· 9 years ago
8932b41
[Android] Raise more shard timeouts on Lollipop Low-End Tester.
by jbudorick
· 9 years ago
e41ae190d
Reland #2 of Generate Android .isolate files used for test()s
by agrieve
· 9 years ago
eb5809b
Revert of Generate Android .isolate files used for test()s (patchset #3 id:200001 of https://codereview.chromium.org/1914573002/ )
by agrieve
· 9 years ago
5d205ba
Reland of Generate Android .isolate files used for test()s
by agrieve
· 9 years ago
7aba779
Revert of Generate Android .isolate files used for test()s (patchset #4 id:60001 of https://codereview.chromium.org/1904823003/ )
by apacible
· 9 years ago
964da0f
Generate Android .isolate files used for test()s
by agrieve
· 9 years ago
25c8be0d
[Android] Log raw output for instrumentation test failures at info level.
by jbudorick
· 9 years ago
de9a653
Delete breakpad_unittest.isolate (no longer needed)
by agrieve
· 9 years ago
62ab0028
Reland 2 of GN: Make breakpad_unittests & sandbox_linux_unittests use test()
by agrieve
· 9 years ago
e30b022b
Revert of GN: Make breakpad_unittests & sandbox_linux_unittests use test() (patchset #2 id:200001 of https://codereview.chromium.org/1854733003/ )
by agrieve
· 9 years ago
66605a6
Reland of GN: Make breakpad_unittests & sandbox_linux_unittests use test()
by agrieve
· 9 years ago
cb514fa8
Revert of 🍬 GN: Make breakpad_unittests & sandbox_linux_unittests use test() (patchset #8 id:140001 of https://codereview.chromium.org/1841193002/ )
by jbudorick
· 9 years ago
638c8c12
GN: Make breakpad_unittests & sandbox_linux_unittests use test()
by agrieve
· 9 years ago
09361b7
Created separate shards for suspicious testcases.
by hzl
· 9 years ago
49cbb30
Specify blink_platform_unittests.isolate in gtest_test_instance.py.
by jbroman
· 9 years ago
4931af8c
Android Add _incremental targets for instrumentation tests
by agrieve
· 9 years ago
cd243a2
Adds --skip-clear-data flag to android's test_runner.py
by agrieve
· 9 years ago
0f5e53e
Android gtest runner: Only query device for test list when necessary (take 2)
by agrieve
· 9 years ago
d28554a
[Android] Prepare build/android/ for catapult+devil.
by jbudorick
· 10 years ago
905686db
[Android] Fix gtest result duration type.
by jbudorick
· 10 years ago
a58ea51
[Android] Fix --test-arguments.
by jbudorick
· 10 years ago
7bede534
Android: Fix error message when trying to run gtest that is not built
by agrieve
· 10 years ago
1a02e58
GN: Add _incremental targets for gunit tests
by agrieve
· 10 years ago
065d746
Android gtest runner: Only query device for test list when necessary
by agrieve
· 10 years ago
7c7f080
Android gtest runner: Create only a single ApkHelper
by agrieve
· 10 years ago
24616eb
[Android] Make gtest timeouts configurable and drop the default.
by jbudorick
· 10 years ago
5cf8aa17
[Android] Remap isolate dependencies into a temporary directory.
by jbudorick
· 10 years ago
6ef3cbd
[Android] Drop shard timeouts for browser tests.
by jbudorick
· 10 years ago
6323fa9
[Android] Fix miscellaneous small issues with gtest platform mode.
by jbudorick
· 10 years ago
566592ab
[Android] Switch gtests to platform mode. (RELAND)
by jbudorick
· 10 years ago
7ee0f65
Revert of [Android] Switch gtests to platform mode. (patchset #6 id:100001 of https://codereview.chromium.org/1315953007/ )
by jbudorick
· 10 years ago
b9b0ada
[Android] Switch gtests to platform mode.
by jbudorick
· 10 years ago
de468d72
[Android] Set permission when installing apks.
by rnephew
· 10 years ago
58b4d36
[Android] Add a custom pylintrc for build/android/.
by jbudorick
· 10 years ago
06162944
[Android][telemetry] Update pylib imports for modules that moved into devil.
by jbudorick
· 10 years ago
1562830
Revert of Replace references to old blink isolate files in gtest_test_instance.py. (patchset #1 id:1 of https://codereview.chromium.org/1311533007/ )
by joelo
· 10 years ago
1f9c4209
Replace references to old blink isolate files in gtest_test_instance.py.
by joelo
· 10 years ago
590a3d7
[Android] Refactor browser test execution. (RELAND)
by jbudorick
· 10 years ago
de5ee37
Revert of [Android] Refactor browser test execution. (patchset #14 id:260001 of https://codereview.chromium.org/1165523002/)
by jbudorick
· 10 years ago
b049103
[Android] Refactor browser test execution.
by jbudorick
· 10 years ago
5ee4589
[Android] Allow gtests to pull app data off the device before clearing it.
by jbudorick
· 10 years ago
08b097a93
[Android] Refactor the native test wrappers. (RELAND)
by jbudorick
· 10 years ago
6cdb692
Revert of [Android] Refactor the native test wrappers. (patchset #7 id:120001 of https://codereview.chromium.org/1126543009/)
by jbudorick
· 10 years ago
581d25e
[Android] Refactor the native test wrappers.
by jbudorick
· 10 years ago
4ba34ff
Enable components_browsertests on Android
by jaekyun
· 10 years ago
442a693
[Android] Add --gtest-filter-file option to the test runner.
by jbudorick
· 10 years ago
8f49528
[Android] Implement gtest and local in platform mode.
by jbudorick
· 11 years ago
5c49978
Add AMP support to test runner.
by rnephew
· 11 years ago
27e6905f
[Android] Add a gtest test instance for the test runner's platform mode.
by jbudorick
· 11 years ago