media/gpu/test: s/LOG_ASSERT/ASSERT_TRUE or ADD_FAILURE/
This CL continues substituting LOG_ASSERT()s with ASSERT_TRUE()s, where the function has void(...) signature, or with ADD_FAILURE() otherwise. This avoids crashing the test binary in Tast test runs. Bug: 1020776 Change-Id: I228dc570d5b1c19fdc766313d194f637f8418f58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904848Reviewed-by:David Staessens <dstaessens@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#713706}
Showing
Please register or sign in to comment