Loading libs/binder/tests/binderLibTest.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -681,9 +681,7 @@ TEST_F(BinderLibTest, CheckHandleZeroBinderHighBitsZeroCookie) { const flat_binder_object *fb = reply.readObject(false); ASSERT_TRUE(fb != NULL); // Temporarily comment this out so that the kernel update can merge into // master. //EXPECT_EQ(fb->hdr.type, BINDER_TYPE_HANDLE); EXPECT_EQ(fb->hdr.type, BINDER_TYPE_HANDLE); EXPECT_EQ(ProcessState::self()->getStrongProxyForHandle(fb->handle), m_server); EXPECT_EQ(fb->cookie, (binder_uintptr_t)0); EXPECT_EQ(fb->binder >> 32, (binder_uintptr_t)0); Loading Loading
libs/binder/tests/binderLibTest.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -681,9 +681,7 @@ TEST_F(BinderLibTest, CheckHandleZeroBinderHighBitsZeroCookie) { const flat_binder_object *fb = reply.readObject(false); ASSERT_TRUE(fb != NULL); // Temporarily comment this out so that the kernel update can merge into // master. //EXPECT_EQ(fb->hdr.type, BINDER_TYPE_HANDLE); EXPECT_EQ(fb->hdr.type, BINDER_TYPE_HANDLE); EXPECT_EQ(ProcessState::self()->getStrongProxyForHandle(fb->handle), m_server); EXPECT_EQ(fb->cookie, (binder_uintptr_t)0); EXPECT_EQ(fb->binder >> 32, (binder_uintptr_t)0); Loading