History log of /frameworks/base/tests/CoreTests/android/core/MiscRegressionTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0102c21f6b46ac0f62bf43081ebdd7644fb4305e 13-Dec-2011 Jesse Wilson <jessewilson@google.com> Track libcore tests moving from frameworks/base to libcore.

Bug: http://b/3073226
Change-Id: I07076e6ed74fcae5482dff477ed102c770c197c9
/frameworks/base/tests/CoreTests/android/core/MiscRegressionTest.java
2ad24f944ee68c6e14f3a214f0eef60f8cdb9eb8 05-Oct-2010 Brett Chabot <brettchabot@android.com> Failing test cleanup.

Change-Id: I7cabc6ff2ec1fcb80dede5da03b03622a5bae021
/frameworks/base/tests/CoreTests/android/core/MiscRegressionTest.java
778ce486656a00c21ae9b51cda1f504fc11004f6 09-Feb-2010 Brian Carlstrom <bdc@google.com> Issue 5697: getContextClassLoader returns a non-application classloader

ActivityThread should try to set the value for Java
Thread.getContextClassLoader to the PathClassLoader that loaded the
APK's classes so that Java frameworks that use the Java context class
loader, which is not to be confused with the
android.content.Context.getClassLoader which serves a similar purpose
in the Android framework.

However, we avoid setting the Java context ClassLoader to the APK's
PathClassLoader if there is a static indication that multiple packages
may share the VM, since they could load in an unpredictable order
leading to different values for the thread local Java context
ClassLoader. In this case, we instead use a specially created
WarningContextClassLoader that warns the user the first time the Java
context ClassLoader.

Currently the static indications that a package might share a VM with
other packages are the presence in the AndroidManifest of a
sharedUserId or requesting a non-default application process name.
/frameworks/base/tests/CoreTests/android/core/MiscRegressionTest.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/tests/CoreTests/android/core/MiscRegressionTest.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/tests/CoreTests/android/core/MiscRegressionTest.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/tests/CoreTests/android/core/MiscRegressionTest.java