Revert "[base] Ensure that tests don't change the process priority (reland)."
This reverts commit b3c8de73. Reason for revert: broke ANGLE CQ, e.g.: https://ci.chromium.org/p/chromium/builders/ci/Win7%20FYI%20dEQP%20Release%20%28AMD%29/58198?blamelist=1#blamelist-tab https://ci.chromium.org/p/chromium/builders/try/win-angle-deqp-rel-32/328 Original change's description: > [base] Ensure that tests don't change the process priority (reland). > > The original CL > https://chromium-review.googlesource.com/c/chromium/src/+/1679434 > was reverted because of failures on test end on Mac OS 10.11. > This CL simply disables that check on Mac, so we can benefit from > process priority check on other platforms ASAP. > See diff: > https://chromium-review.googlesource.com/c/chromium/src/+/1760873/2..3/base/test/test_suite.cc > > This CL verifies that a test process is not backgrounded when it is > launched and before/after each test. The goal is to avoid having tests > that assume they run at normal priority be disabled because of other > misbehaving tests (e.g. https://crbug.com/931721). > > Bug: 931721 > Change-Id: Ib60d728c960f84026c84f24395d38847c1941573 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760873 > Reviewed-by: Gabriel Charette <gab@chromium.org> > Commit-Queue: Gabriel Charette <gab@chromium.org> > Auto-Submit: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#688201} TBR=gab@chromium.org,fdoray@chromium.org Change-Id: I8b7bf8c348390c774eda6943609244b1f87f49b7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 931721 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761517Reviewed-by:Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#688335}
Showing
Please register or sign in to comment