Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d77e0886 authored by Yiwei Zhang's avatar Yiwei Zhang Committed by Automerger Merge Worker
Browse files

GPU Memory: update unittest to reduce flakiness am: 6f63ce04 am: c26bc5a8

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1472021

Change-Id: I131bab15733324a59c7d71f030aabecebb6f7f1d
parents 83953ffe c26bc5a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public:

    void SetUp() override {
        SKIP_IF_BPF_NOT_SUPPORTED;
        ASSERT_EQ(0, bpf::setrlimitForTest());
        bpf::setrlimitForTest();

        mGpuMem = std::make_unique<GpuMem>();
        mTestableGpuMem = TestableGpuMem(mGpuMem.get());