cdesouza-chromium
821274796b
[IWYU] Fixing logging inclusions pt.11 ( #29531 )
...
This change is one of many fixing inclusion for the following files:
- `base/notimplemented.h`
- `base/notreached.h`
- `base/check.h`
- `base/dcheck_is_on.h`
- `base/check_deref.h`
- `base/check_op.h`
- `base/logging/log_severity.h`
- `base/logging.h`
This change is a mechanical change done with the following script:
https://github.com/brave/brave-browser/issues/46707#issuecomment-2960116515
Resolves https://github.com/brave/brave-browser/issues/46707
2025-06-12 13:48:07 +01:00
cdesouza-chromium
713f6cd686
[CodeHealth] Remove CHECK(false) uses ( #26602 )
...
All uses of `CHECK(false)` are incorrect and should be either a
`NOTREACHED`, `LOG(ERROR)`, or higher `CHECK` that removed the enclosing
conditional code path.
Resolves https://github.com/brave/brave-browser/issues/42331
2024-11-18 16:13:27 +00:00
goodov
b47f8ca377
Enable important Chromium browser lifetime tests ( #24671 )
...
Enable "Variations" and "Shutdown" upstream tests.
2024-07-23 11:51:14 +07:00
Aleksey Khoroshilov
bacbcbc78a
Do not report flaky failures in upstream tests.
2024-05-13 18:30:33 +07:00
Aleksey Khoroshilov
65fdfbbbba
Do not mix stdout/stderr, write service messages atomically.
2024-05-13 18:30:33 +07:00
Aleksey Khoroshilov
d4c5403e00
Fix few nits.
2024-05-13 18:30:33 +07:00
Aleksey Khoroshilov
91ac3888f9
Review fixes.
2024-05-13 18:30:33 +07:00
Aleksey Khoroshilov
7c6c5fbd29
Cleanup base:: references in namespace base {}.
2024-05-13 18:30:33 +07:00
Aleksey Khoroshilov
879020026b
Allow Teamcity Reporter to be disabled via command line.
2024-05-13 18:30:32 +07:00
Aleksey Khoroshilov
9bc746b291
Add teamcity test reporting to browser/unit tests.
2024-05-13 18:30:32 +07:00