From d31afe7d7857c68d4ea8d9bccb2a70688a4f2edd Mon Sep 17 00:00:00 2001 From: "husky@chromium.org" Date: Mon, 30 Jul 2012 13:40:38 +0000 Subject: Fix segfault in JNIEnv function hooks for test On newer JB builds, the JNINativeInterface struct appears to be held in read-only memory so attempting to repoint individual function pointers in it causes segfault. So instead we repoint the top-level struct pointer to refer to our own copy held in read/write memory. BUG=137348 TEST=JNIAndroidTest Review URL: https://chromiumcodereview.appspot.com/10828050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148943 0039d316-1c4b-4281-b951-d872f2087c98 --- build/android/gtest_filter/base_unittests_disabled | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'build') diff --git a/build/android/gtest_filter/base_unittests_disabled b/build/android/gtest_filter/base_unittests_disabled index ddbebad..72530cb 100644 --- a/build/android/gtest_filter/base_unittests_disabled +++ b/build/android/gtest_filter/base_unittests_disabled @@ -24,9 +24,6 @@ FileUtilProxyTest.Touch ProcessUtilTest.FDRemapping # Flaky? ScopedJavaRefTest.RefCounts -# http://crbug.com/137348 -JNIAndroidTest.GetMethodIDFromClassNameCaching -ScopedJavaRefTest.Conversions - # Death tests are not supported with apks. *DeathTest* + -- cgit v1.1