Skip to content

Commit

Permalink
Revert "Enable passthrough on Android for tests"
Browse files Browse the repository at this point in the history
This reverts commit cba0b68.

Reason for revert: very speculative guess: crbug.com/1197111.

Original change's description:
> Enable passthrough on Android for tests
>
> Bug: 1157073,1253930,1253927
> Change-Id: Id2fc2927f5a45181470b4fe335cb124ccbddbfb9
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3187671
> Reviewed-by: Bo <boliu@chromium.org>
> Commit-Queue: Peng Huang <penghuang@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#925833}

Bug: 1157073,1253930,1253927
Change-Id: I81d9168958f2045e50c3d7e6a7e860df66d70b01
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3194615
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Owners-Override: Egor Pasko <pasko@chromium.org>
Auto-Submit: Egor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/main@{#926750}
  • Loading branch information
pasko authored and Chromium LUCI CQ committed Sep 30, 2021
1 parent 80c9a12 commit e3fefef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,8 @@ class CompositorSwapRunLoop {
base::RunLoop run_loop_;
};

// TODO(crbug.com/1253927): fix the test for ANGLE
IN_PROC_BROWSER_TEST_P(CompositorImplLowEndBrowserTest,
DISABLED_CompositorImplDropsResourcesOnBackground) {
CompositorImplDropsResourcesOnBackground) {
auto* rwhva = render_widget_host_view_android();
auto* compositor = compositor_impl();
auto context = GpuBrowsertestCreateContext(
Expand Down
1 change: 0 additions & 1 deletion testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2641,7 +2641,6 @@
"DefaultPassthroughCommandDecoder": [
{
"platforms": [
"android",
"linux",
"mac"
],
Expand Down

0 comments on commit e3fefef

Please sign in to comment.