Sign in
chromium
/
infra
/
testing
/
expect_tests
/
HEAD
3d14313
Explicitly mark the subcommand parser as required in python 3.
by Brian Ryner
· 2 years, 2 months ago
main
d5d6dd8
Exception.message does not work in py3, replace it with str().
by Brian Ryner
· 2 years, 2 months ago
823c363
Remove py2 presubmit.
by Robert Iannucci
· 3 years ago
51bffce
Add OWNERS
by Edward Lesmes
· 5 years ago
0d171a3
Ran python-modernize across expect_tests/.
by Andrew Chang
· 6 years ago
db0348d
Remove myself from owners
by Sergiy Belozorov
· 6 years ago
0e9db9d
[expect_tests] release 0.4.0 and update requirements.txt
by Scott Lee
· 6 years ago
a0ba585
[expect_tests] Update expect_tests to support both python 2 and 3.
by Scott Lee
· 6 years ago
eae70af
Bump version 0.3.27 to release a new clean CIPD package.
by Andrii Shyshkalov
· 6 years ago
eecc3e7
v0.3.26: change setup.py to work with dockerbuild.
by Andrii Shyshkalov
· 6 years ago
c3766ac
Release version 0.3.25
by Andrii Shyshkalov
· 8 years ago
bddcc2b
if run in verbose mode, set unittest.TestCase.maxDiff to None.
by Andrii Shyshkalov
· 8 years ago
b1f49b7
Fix failing tests and improve the other 2 special case tests.
by Andrii Shyshkalov
· 8 years ago
a812772
Add PRUSUBMIT that actually runs tests.
by Andrii Shyshkalov
· 8 years ago
9a7d1c8
Add Expect-Tests presubmit builder to CQ.
by Andrii Shyshkalov
· 8 years ago
a7cd04c
Fix first 2 out of 3 broken tests.
by Andrii Shyshkalov
· 8 years ago
1025170
remove cq_name.
by Andrii Shyshkalov
· 8 years ago
761ae74
Remove Rietveld CQ config.
by Andrii Shyshkalov
· 8 years ago
a3d5a2b
Bump version to 0.3.24.
by Andrii Shyshkalov
· 9 years ago
e19706b
Detect tests which had started but whose result wasn't mentioned.
by Andrii Shyshkalov
· 9 years ago
5ea679d
Keep track of terminating processes and infer likely crashed ones.
by Andrii Shyshkalov
· 9 years ago
9e58acc
CQ config: add gerrit CQAbility verifier.
by Andrii Shyshkalov
· 9 years ago
7b492a7
Make testing/expect_tests upload reviews to Gerrit by default
by Aaron Gable
· 9 years ago
5e37a72
Add git_repo_url to expect_tests cq config
by agable
· 9 years ago
7043c73
Enable gerrit cq for expect_tests
by agable
· 9 years ago
cb7238e
Bump version to 0.3.23
by David Sansome
· 10 years ago
17621e1
Report exceptions raised while unpickling Tests, otherwise these are silently ignored.
by dsansome
· 10 years ago
5bf775f
Add CQ Status url.
by tandrii
· 10 years ago
abcc799
Implement correct handling for tests skipped using @skip... decorators
by sergiyb
· 10 years ago
7035685
Bump version to 0.3.22.
by tandrii
· 10 years ago
b125b3d
Expose whether unittest failed to tearDown().
by tandrii
· 10 years ago
c81296b
Fix typo "sys,stderr".
by dnj
· 10 years ago
fca8c5f
Reland of expect_tests > coverage: no data, no fail (patchset #1 id:1 of https://codereview.chromium.org/2036823002/ )
by sergiyb
· 10 years ago
5d6c2cd
Revert of expect_tests > coverage: no data, no fail (patchset #1 id:1 of https://codereview.chromium.org/2036823002/ )
by sergiyb
· 10 years ago
089c185
expect_tests > coverage: no data, no fail
by sergiyb
· 10 years ago
b1dfece
Pass show_missing explicitly
by sergiyb
· 10 years ago
5348408
Bump version to 0.3.21
by sergeyberezin
· 10 years ago
c6993d8
expect_tests: add options to enable per-module runs.
by sergeyberezin
· 10 years ago
96c03ad
Bump version to 0.3.20.
by tandrii
· 10 years ago
bc4c081
Add --emit-tests-per-row as eye candy for many tests.
by tandrii
· 10 years ago
eaa59aa
Bump version to 0.3.19.
by tandrii
· 10 years ago
b41c3dc
Detect slow tests.
by tandrii
· 10 years ago
4f6c5ff
Replace test_gen_finished event with in-queue token.
by tandrii
· 10 years ago
a703207
Version bump: 0.3.18.
by tandrii
· 10 years ago
430c508
Make it really parallel.
by tandrii
· 10 years ago
5660b56
nit fixes in README.
by tandrii
· 10 years ago
4a2ec17
Re-added LICENSE file
by pgervais
· 11 years ago
4c00141
Allow empty arg list to be passed to expect_tests.
by luqui
· 11 years ago
bd56768
Use infra committer list from chrome-infra-auth
by sergiyb
· 11 years ago
793d827
Ooops - bump the version to 0.3.17
by dsansome
· 11 years ago
f5308ca
Make @unittest.skip work in expect_tests.
by dsansome
· 11 years ago
4839b38
Make expect_tests work on Windows.
by vadimsh
· 11 years ago
572b03e
Bumped version to 0.3.15
by pgervais
· 11 years ago
1e637d2
Now abort on any exception
by pgervais
· 11 years ago
d9d1b99
Print stacktrace when exception occurs
by Philippe Gervais
· 11 years ago
bb11b3d
Properly aborts when a file can't be imported
by pgervais
· 11 years ago
6c129b6
Handle exceptions when listing/running tests
by Philippe Gervais
· 11 years ago
c2d0cf1
Bump the version of expect_tests.
by sergeyberezin
· 11 years ago
a206a51
Make expect_tests warn about missing __init__.py in test(s).
by sergeyberezin
· 11 years ago
ec9da96
Bump version to 3.9.10
by Philippe Gervais
· 11 years ago
bc51c57
Allow tests folders for coverage analysis.
by Andrii Shyshkalov
· 11 years ago
b14ea74
Added CQ config to the expect_tests repo
by sergiyb
· 11 years ago
6707863
Add --no-coverage option to disable coverage collector.
by vadimsh
· 11 years ago
76b9157
Fix race condition in expect_tests coverage collection.
by estaab
· 11 years ago
8ecf6cd
Change project to match CQ project name as suggested by akuegel.
by estaab
· 11 years ago
3b076ac
Hide expect_test test subprocess stdout and stderr
by Philippe Gervais
· 11 years ago
8ac249a
Make expect_tests work with non-JSON friendly objects.
by Sergey Berezin
· 11 years ago
8dc60fa
Bump version to 0.3.5
by Robert Iannucci
· 11 years ago
c2c3412
Fix temp dir leak issue and add option to explicitly leak it for debugging tests.
by Robert Iannucci
· 11 years ago
edcc2a9
Updated documentation for expect_tests.
by Cory Massaro
· 11 years ago
e01933e
Bump version number to 0.3.4
by Philippe Gervais
· 11 years ago
7744bc5
Added a global minimum expected coverage
by Philippe Gervais
· 11 years ago
7a0649e
Fixed the pretest filename
by Philippe Gervais
· 11 years ago
8cc47ca
Bumb version number.
by Aaron Gable
· 11 years ago
b6c4c94
Actually added pretest support And reverted mistake
by Philippe Gervais
· 11 years ago
42fd977
Added pretest python file support
by Philippe Gervais
· 11 years ago
42af3ac
Bump version to 0.3.2
by Philippe Gervais
· 11 years ago
ced75d2
Fixed debug mode
by Philippe Gervais
· 11 years ago
5a010aa
Revert mistake
by Philippe Gervais
· 11 years ago
9ab5661
Test glob works again
by Philippe Gervais
· 11 years ago
8b0ee38
Small refactoring and fixes
by Philippe Gervais
· 11 years ago
cd566a0
Don't return failure if no tests.
by Mike Stipicevic
· 11 years ago
924c6c8
New expect_tests UI
by Philippe Gervais
· 11 years ago
b879186
Call chdir() before running tests.
by Philippe Gervais
· 11 years ago
7ab185e
Bump version to 0.3.1
by Philippe Gervais
· 11 years ago
9a6088e
expect_tests follows symlinks
by Philippe Gervais
· 12 years ago
484421f
debug mode is functional again
by Philippe Gervais
· 12 years ago
f2e31f4
Config files
by Philippe Gervais
· 12 years ago
22851a1
Limit on the number of spawned processes
by Philippe Gervais
· 12 years ago
df0e3e0
Run one process per package/directory
by Philippe Gervais
· 12 years ago
fa814a8
Refactored types to simplify pickling.
by Philippe Gervais
· 12 years ago
f5bc532
Fixed refactoring error
by Philippe Gervais
· 12 years ago
5c273d9
Simplify objects passed to the result stage
by Philippe Gervais
· 12 years ago
1ca63fb
Added TempDir
by Philippe Gervais
· 12 years ago
9260f35
Fix concurrency issue
by Philippe Gervais
· 12 years ago
3082e05
run_loop_process does not need jobs number
by Philippe Gervais
· 12 years ago
a8ecb28
NonExistant -> NonExistent
by Philippe Gervais
· 12 years ago
27a41f4
Added hyphen-separated options
by Philippe Gervais
· 12 years ago
a9955d1
Capture subtest errors in a MultiTest independently.
by Robert Iannucci
· 12 years ago
6b0875f
Add hack to disable logging side effects from rude modules.
by Robert Iannucci
· 12 years ago
Next »