Disable intrusive_heap stress tests on move-deleted types
Looks like intrusive_heap doesn't work on explicitly move-deleted types any more because vector::push_back doesn't. It seems this unit test is the only place this happens so far. This CL takes the temporary fix from crrev.com/c/1881953/1..2 (namely, remove test cases of move-deleted value types and add a comment about why), in order to unblock the LKGM uprev (e.g. crrev.com/c/1900888). Bug: chromium:1022033, chromium:1022576 Tested: Compiled with cros-sdk --version 12651.0.0 Change-Id: Ifbb93b7b3b17a2880bf4f0bab274fb505f32ee39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904550Reviewed-by:vmpstr <vmpstr@chromium.org> Commit-Queue: Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#713945}
Showing
Please register or sign in to comment