• Home
  • History
  • Annotate
  • only in /frameworks/base/tests/CoreTests/android/core/
History log of /frameworks/base/tests/CoreTests/android/core/
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
harArrayWriterTest.java
lassLoaderTest.java
lassTest.java
iscRegressionTest.java
egexTest.java
43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09 07-Apr-2011 Joe Onorato <joeo@google.com> Remove the deprecated things from Config.java. These haven't been working since before 1.0.

Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
estEventHandler.java
5db7fd6b70f47f31fbc59f92907b9807f9c4e64d 30-Mar-2011 Brad Fitzpatrick <bradfitz@android.com> am f7a9b869: am 1e7fb7ae: Merge "Error in compound cache-control header."

* commit 'f7a9b8691918642db74a667a71028c0a77b527ff':
Error in compound cache-control header.
eb0ced7a094df2c73e052a066535f4359b11a92d 16-Aug-2010 Henrik Baard <henrik.baard@sonyericsson.com> Error in compound cache-control header.

A cache control header containing both no-cache and max-age attribute does not
behave as expected.

Cache-Control: no-cache, max-age=200000

Will set expired to 20000ms seconds, ignoring the no-cache header. My
interpretation is that the no-cache header should not be ignored in
this case.

Change-Id: Iadd1900e4d2c6c0dacc6bb3e7b944cf78ca9b266
ttpHeaderTest.java
74815d332c86acccf182533f0c4c4b608d34fd30 10-Feb-2011 Jesse Wilson <jessewilson@google.com> Remove SSLPerformanceTest and DatabaseSessionCache.

These aren't being run.

Change-Id: I9afc617a424c675578185ac66a4f6ac3af9afacf
atabaseSessionCache.java
SLPerformanceTest.java
929a1c219248b62778807cac8ea256c7ac0fda6a 02-Feb-2011 Brian Carlstrom <bdc@google.com> Removing android.security.MessageDigest

Bug: 3392028
Change-Id: I6b9732da17d086ba00c846c3ad1c7fb39baf9502
ha1Test.java
f3efdf50135fa0421b015434002fff314fd9b583 21-Jan-2011 Jesse Wilson <jessewilson@google.com> Move URLTest tests to libcore.

These tests were migrated to libcore in change ID I5a6bcdf1c03d0c36b11552ae086d0dece0440f64.

Change-Id: Idc2d8fc3681b77c9a4c19a192a202bc556a48d23
RLTest.java
d3b8eb098d88c15173586cf034ed977decdb7685 12-Jan-2011 Carl Shapiro <cshapiro@google.com> Remove minimum heap size test now that the underlying interface is gone.

Change-Id: I4431247286dfd93ad0c3af9ebbba2ece92c35308
eapTest.java
ffcac1a127687a0ff14099e1b20010bd120c4a9f 10-Jan-2011 Elliott Hughes <enh@google.com> Remove tests for dead API.

We removed the implementation, so there's no point trying to test it. (The
methods are still there for binary compatibility, which is why this still
compiled.)

Change-Id: I51f392f3dab542fca0c80fab4974354e2c689b9e
eapTest.java
bd1c5da28dab9c3fb7e19bdadb22d7ad960fa3c3 21-Dec-2010 Jesse Wilson <jessewilson@google.com> Remove unused performance tests.

Change-Id: I5a252e314831716f99ce5fbb32d983c7473ee787
ndroidPerformanceTests.java
rrayListPerformanceTest.java
ashMapPerfTest.java
ashMapPerformanceTest.java
ashSetTest.java
ashtableTest.java
avaPerformanceTests.java
inkedListTest.java
athPerformanceTest.java
erformanceTests.java
reeMapPerformanceTest.java
reeSetTest.java
ectorTest.java
ab9b6285a06f15b2dfc961e56acfb00d5c600a7f 15-Dec-2010 Jesse Wilson <jessewilson@google.com> Merge "Move 41 tests to libcore, closer to the tested code. (2nd half)"
29ac247d21a15797bc4b3cc56d25f2fc81406538 15-Dec-2010 Jesse Wilson <jessewilson@google.com> Move 41 tests to libcore, closer to the tested code. (2nd half)

Change-Id: I18650718a7e49c84a0cc3c5b0c1172c71d2d54cf
http://b/3073226
rrayListTest.java
ooleanTest.java
ufferedInputStreamTest.java
ufferedOutputStreamTest.java
ufferedReaderTest.java
ufferedWriterTest.java
yteArrayInputStreamTest.java
yteArrayOutputStreamTest.java
harArrayReaderTest.java
hecksumTest.java
ataInputStreamTest.java
ataOutputStreamTest.java
atagramTest.java
eflateTest.java
numTest.java
ileTest.java
loatDoubleTest.java
ZIPStreamTest.java
OUtil.java
nputStreamReaderTest.java
nstanceofTest.java
ineNumberReaderTest.java
ocaleTest.java
athTest.java
onitorTest.java
IOTest.java
utputStreamWriterTest.java
arseIntTest.java
ipedStreamTest.java
rintWriterTest.java
ushbackInputStreamTest.java
ushbackReaderTest.java
eflectArrayTest.java
erializationTest.java
treamTokenizerTest.java
trictMathTest.java
tringReaderTest.java
tringWriterTest.java
reeMapTest.java
RITest.java
ipFileTest.java
ipStreamTest.java
437afa8c4a21f4167a69f68e21163dea0340fe63 14-Dec-2010 Jesse Wilson <jessewilson@google.com> Move HashMapTest from frameworks/base to libcore (second half)

Change-Id: I178e376ab12d82e23a8b0ddd267a6c150c9bbddf
http://b/3073226
ashMapTest.java
6190ba5a94ce80ee9bec890d4803e8136c60b921 08-Oct-2010 Elliott Hughes <enh@google.com> Merge "NIOTest fixes."
ddd49c28b0280ee8468e94a8a2c4420c89e504e7 08-Oct-2010 Elliott Hughes <enh@google.com> NIOTest fixes.

I've also broken the test up a bit, so it's easier to see what's failing.
(For the particular bug I'm investigating, only heap byte[]-backed Buffers
are broken.)

Bug: 3066167
Change-Id: I2f747414bd48eb8c666da5b31870bf39601911e2
IOTest.java
111a4135d84485eff85bbca6a96cd91886deb7ba 05-Oct-2010 Brett Chabot <brettchabot@android.com> am b9a40068: Merge "Failing test cleanup." into gingerbread

Merge commit 'b9a40068b590b86904b40bf466571b140d0f94b4' into gingerbread-plus-aosp

* commit 'b9a40068b590b86904b40bf466571b140d0f94b4':
Failing test cleanup.
2ad24f944ee68c6e14f3a214f0eef60f8cdb9eb8 05-Oct-2010 Brett Chabot <brettchabot@android.com> Failing test cleanup.

Change-Id: I7cabc6ff2ec1fcb80dede5da03b03622a5bae021
iscRegressionTest.java
0535d8577fb2a3687428f462c591ae3220e1f773 14-Sep-2010 Brian Carlstrom <bdc@google.com> am 94126238: Merge "Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments" into gingerbread

Merge commit '94126238427f04ecb86fe6832113afb2f04e89b5' into gingerbread-plus-aosp

* commit '94126238427f04ecb86fe6832113afb2f04e89b5':
Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments
2c42c8fbaf02be1f3ea6298077128d0c419526f0 14-Sep-2010 Brian Carlstrom <bdc@google.com> Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments

Bug: 2672817

Change-Id: If5f10fa16eaf5676a0c1540463759cd4e0e837de
SLPerformanceTest.java
SLSocketTest.java
90b3135d8b2471990412d79dce4ee6390118d8d3 25-Aug-2010 Brian Carlstrom <bdc@google.com> am 4d672988: Merge "Remove "StringTest.java"." into gingerbread

Merge commit '4d672988fed7fbdd887fe78603fa2eaf713031ad' into gingerbread-plus-aosp

* commit '4d672988fed7fbdd887fe78603fa2eaf713031ad':
Remove "StringTest.java".
5c8e760bcb6a8d4a56f7d21c71afec86dac09cb8 25-Aug-2010 Brian Carlstrom <bdc@google.com> Remove "StringTest.java".

This only tests stuff that's already better tested in dalvik/libcore, plus
private ICU API (RuleBasedNumberFormat) we'd like to remove, and that this
is the only caller of.

Conflicts:

tests/CoreTests/android/core/StringTest.java

git cherry-pick -e 935022a99dac5454fc478e221b6392f3ba467009

Change-Id: I0bd172f2703bbcd6381920d40244165234fef4a1
avaPerformanceTests.java
tringTest.java
1b7e4d5adcc2737bc11bfbf42a88a02d6df984e0 05-Aug-2010 Brian Carlstrom <bdc@google.com> am 4ae1e382: Merge "Tracking merge of dalvik-dev to gingerbread" into gingerbread

Merge commit '4ae1e382f4b6c5bb9e757f35f82ad48dc02c32af' into gingerbread-plus-aosp

* commit '4ae1e382f4b6c5bb9e757f35f82ad48dc02c32af':
Tracking merge of dalvik-dev to gingerbread
3c7c351a6217ac48b741740167c201a679a0ca65 05-Aug-2010 Brian Carlstrom <bdc@google.com> Tracking merge of dalvik-dev to gingerbread

git cherry-pick --no-commit f77cf7f0
git cherry-pick --no-commit c8f503b5285e30c1a881d0ba860ba9021f57d113
git cherry-pick --no-commit 570bb561
git cherry-pick --no-commit e2417541
git cherry-pick --no-commit e4d81f25bd4dc1a5c909b56ab56a56406290da30
git cherry-pick --no-commit 5e8a587d

Change-Id: I101a385d43f3e0f4ce5352217f92ef67a3908c88
ryptoTest.java
SLPerformanceTest.java
SLSocketTest.java
3fb33c7262a35f844e152441379fe93c53211e85 15-Jul-2010 Romain Guy <romainguy@android.com> Merge "Added method getPreferredHttpHost"
2986f858ae6c6cc8a84614083661d1a2e2108aee 16-Jun-2010 Andreas Sandblad <andreas.sandblad@sonyericsson.com> Added method getPreferredHttpHost

Added method for returning preferred proxy which takes both
localhost and Wi-Fi into account. This is a convenient method
to clients which only wants to set a correct proxy and don't
want to build in dependency to if Wi-Fi is active or not.
Currently no Wi-Fi proxy is supported by the system, but once
added, this method could return a suitable proxy for Wi-Fi.

Change-Id: I8c9c2879351fd25a20ea82a2cb000f226248c357
roxyTest.java
c692e8c4da1c5e481ec8564839d47576e643f50c 13-Jul-2010 Henrik Baard <henrik.baard@sonyericsson.com> Make HTTP Header class handle multiple cache-control fields.

The HTTP specification states the following about the fields:
Multiple message-header fields with the same field-name MAY be present
in a message if and only if the entire field-value for that header field
is defined as a comma-separated list [i.e., #(values)]. It MUST be
possible to combine the multiple header fields into one "field-name:
field-value" pair, without changing the semantics of the message, by
appending each subsequent field-value to the first, each separated by a
comma. The order in which header fields with the same field-name are
received is therefore significant to the interpretation of the combined
field value, and thus a proxy MUST NOT change the order of these field
values when a message is forwarded.

Change-Id: I1a6fe5cc8f541f8e80d559641d270d09eac9d85c
ttpHeaderTest.java
0dc59e78e18493aecd37427531d093e800846c3e 02-Apr-2010 Brett Chabot <brettchabot@android.com> More framework tests cleanup.

Move all tests for android.* classes from tests/AndroidTests and
tests/CoreTests into framework/base/<core|graphics>/tests.

Consolidate all tests for java.* classes to tests/CoreTests.
Eventually hopefully these will be moved to dalvik/ somewhere.

Remove tests/AndroidTests entirely.

Change-Id: I86584d086ab7bd045bb38a10b699907805298a95
ndroidPerformanceTests.java
rrayListPerformanceTest.java
ashMapPerformanceTest.java
ashSetTest.java
ashtableTest.java
eapTest.java
nstanceofTest.java
avaPerformanceTests.java
niLibTest.java
inkedListTest.java
athPerformanceTest.java
onitorTest.java
erformanceTests.java
erializationTest.java
tringTest.java
estHttpClient.java
reeMapPerformanceTest.java
reeSetTest.java
ectorTest.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.
iscRegressionTest.java
809cf4481fd7b33c97a421c302ae1ab7e6b7bd76 03-Feb-2010 Elliott Hughes <enh@google.com> Remove "StringTest.java".

This only tests stuff that's already better tested in dalvik/libcore, plus
private ICU API (RuleBasedNumberFormat) we'd like to remove, and that this
is the only caller of.
tringTest.java
22e31e5b609136d5bf7d77b1dccd6b042b83ebdf 07-Jan-2010 Neal Nguyen <tommyn@google.com> Moving framework core tests closer to their source files.

Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.
bstractJDBCDriverTest.java
tParserTest.java
oreTests.java
avaTests.java
ecurrenceSetTest.java
QLiteJDBCDriverTest.java
ae51f0a857a35d863925964458c258e4fb248312 13-Jan-2010 Neal Nguyen <tommyn@google.com> Merge "Framework Tests Cleanup: Removing CTS duplicate files"
edc5189c33de03f3e2f5f73edc0e007992b933c9 07-Jan-2010 Doug Zongker <dougz@android.com> change remaining frameworks/base Gservices to Secure settings

Change-Id: I61bdb05a2526523700c2833154d5a4133881ef10
atabaseSessionCache.java
a5411f5b8dde480dc30fcb6bb2d1cb9eb04b9ceb 24-Dec-2009 Neal Nguyen <tommyn@google.com> Framework Tests Cleanup: Removing CTS duplicate files

CookieTest.java is already included in CTS, so removing this one under frameworks.
oreTests.java
ded0e6447ed6e0f200dbca13e43c6cf4efc16a1d 18-Nov-2009 Dan Egnor <egnor@google.com> Create android-common static library which gets included in frameworks.jar,
but can also be used by unbundled apps. Move android.text.util.Regex there as
a starting example, renamed to a more sensible (?) com.android.common.Patterns.
Set up a corresponding test package, and move RegexTest (to PatternsTest).
Update clients.
egexTest.java
e78fcbac04f3b0a8e6a287db321abfc25b6131de 26-Sep-2009 Jesse Wilson <jessewilson@google.com> DO NOT MERGE: Cleaning up the PipedStreamTest
ipedStreamTest.java
d0f80d445644bfc08b62339f01766b924e42dc4d 19-Sep-2009 Jesse Wilson <jessewilson@google.com> Setting the default HTTP user agent at runtime init.

I can't do this in HttpURLConnection directly, since that would
cause a forbidden dependency from Dalvik on Android.
RLTest.java
5f5989de7cac3583a2217b03e9661d2abb1a1d70 22-Aug-2009 Ken Shirriff <kens@google.com> Add tests for RecurrenceSet.

Tests only cover populateContentValues. See bug 1594638
ecurrenceSetTest.java
699c646839d45f6ae04a9c8a7ab2fd870995dffa 03-Aug-2009 Grace Kloba <klobag@google.com> fix the build. handleSslErrorRequest needs a return value now.
estEventHandler.java
ba58c6f22813941d1096a70418f06e4937767322 30-Jul-2009 Android (Google) Code Review <android-gerrit@google.com> am ad346278: Merge change 8208 into donut

Merge commit 'ad346278fe129a341543d4a75bf9cc08c50742f8'

* commit 'ad346278fe129a341543d4a75bf9cc08c50742f8':
Removing MD2
dbda5ceb49294e88333fd4521a691b6ff1474e88 22-Jul-2009 Urs Grob <ursg@google.com> Removing MD2
ryptoTest.java
fe4fec7c66b0d956f008ead0fd899b588cfacb5d 14-Jul-2009 Patrick Scott <phanna@android.com> Remove all our old high priority knowledge since WebCore will manage it.

Also removed an unused variable in RequestQueue.java.
equestAPITest.java
25f963753ea762c12c74c0dcb861b023ac92177a 11-May-2009 Jorg Pleumann <nobody@android.com> AI 148665: Disabling a test that does not work as
expected on a device with a SIM.
BUG=1657996

Automated import of CL 148665
ocketTest.java
0b57d6cdb5092604b9ce10fd345f4f5fa4861335 11-Apr-2009 Yu Shan Emily Lau <> AI 145757: Suppress the flaky tests
BUG=174601,1569749

Automated import of CL 145757
ocaleTest.java
960fe37a6add987a915468b0eec69712db25649d 10-Apr-2009 Dan Bornstein <> AI 145743: Excise the "de" locale out of testResourceBundles(), leaving a
TODO and long comment about the situation.
BUG=1746810

Automated import of CL 145743
ocaleTest.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
bstractJDBCDriverTest.java
rrayListTest.java
tParserTest.java
ooleanTest.java
ufferedInputStreamTest.java
ufferedOutputStreamTest.java
ufferedReaderTest.java
ufferedWriterTest.java
yteArrayInputStreamTest.java
yteArrayOutputStreamTest.java
harArrayReaderTest.java
harArrayWriterTest.java
hecksumTest.java
lassLoaderTest.java
lassTest.java
oreTests.java
ryptoTest.java
ataInputStreamTest.java
ataOutputStreamTest.java
atabaseSessionCache.java
atagramTest.java
eflateTest.java
numTest.java
ileTest.java
loatDoubleTest.java
ZIPStreamTest.java
ashMapPerfTest.java
ashMapTest.java
ttpConstants.java
OUtil.java
netAddrTest.java
nputStreamReaderTest.java
avaTests.java
ineNumberReaderTest.java
ocaleTest.java
owLevelNetRunner.java
athTest.java
iscRegressionTest.java
IOTest.java
utputStreamWriterTest.java
arseIntTest.java
ipedStreamTest.java
rintWriterTest.java
ushbackInputStreamTest.java
ushbackReaderTest.java
eflectArrayTest.java
egexTest.java
equestAPITest.java
QLiteJDBCDriverTest.java
SLPerformanceTest.java
SLSocketTest.java
ha1Test.java
ocketTest.java
treamTokenizerTest.java
trictMathTest.java
tringReaderTest.java
tringTest.java
tringWriterTest.java
estEventHandler.java
estWebData.java
estWebServer.java
reeMapTest.java
RITest.java
RLTest.java
ipFileTest.java
ipStreamTest.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
bstractJDBCDriverTest.java
rrayListTest.java
tParserTest.java
ooleanTest.java
ufferedInputStreamTest.java
ufferedOutputStreamTest.java
ufferedReaderTest.java
ufferedWriterTest.java
yteArrayInputStreamTest.java
yteArrayOutputStreamTest.java
harArrayReaderTest.java
harArrayWriterTest.java
hecksumTest.java
lassLoaderTest.java
lassTest.java
oreTests.java
ryptoTest.java
ataInputStreamTest.java
ataOutputStreamTest.java
atagramTest.java
eflateTest.java
numTest.java
ileTest.java
loatDoubleTest.java
ZIPStreamTest.java
ashMapPerfTest.java
ashMapTest.java
ttpConstants.java
OUtil.java
netAddrTest.java
nputStreamReaderTest.java
avaTests.java
ineNumberReaderTest.java
ocaleTest.java
owLevelNetRunner.java
athTest.java
iscRegressionTest.java
IOTest.java
utputStreamWriterTest.java
arseIntTest.java
ipedStreamTest.java
rintWriterTest.java
ushbackInputStreamTest.java
ushbackReaderTest.java
eflectArrayTest.java
egexTest.java
equestAPITest.java
QLiteJDBCDriverTest.java
SLSocketTest.java
ha1Test.java
ocketTest.java
treamTokenizerTest.java
trictMathTest.java
tringReaderTest.java
tringTest.java
tringWriterTest.java
estEventHandler.java
estWebData.java
estWebServer.java
reeMapTest.java
RITest.java
RLTest.java
ipFileTest.java
ipStreamTest.java
076357b8567458d4b6dfdcf839ef751634cd2bfb 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
atabaseSessionCache.java
SLPerformanceTest.java
SLSocketTest.java
3dec7d563a2f3e1eb967ce2054a00b6620e3558c 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
atabaseSessionCache.java
SLPerformanceTest.java
SLSocketTest.java
3001a035439d8134a7d70d796376d1dfbff3cdcd 19-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@132276
estHandler.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
bstractJDBCDriverTest.java
rrayListTest.java
tParserTest.java
ooleanTest.java
ufferedInputStreamTest.java
ufferedOutputStreamTest.java
ufferedReaderTest.java
ufferedWriterTest.java
yteArrayInputStreamTest.java
yteArrayOutputStreamTest.java
harArrayReaderTest.java
harArrayWriterTest.java
hecksumTest.java
lassLoaderTest.java
lassTest.java
oreTests.java
ryptoTest.java
ataInputStreamTest.java
ataOutputStreamTest.java
atagramTest.java
eflateTest.java
numTest.java
ileTest.java
loatDoubleTest.java
ZIPStreamTest.java
ashMapPerfTest.java
ashMapTest.java
ttpConstants.java
OUtil.java
netAddrTest.java
nputStreamReaderTest.java
avaTests.java
ineNumberReaderTest.java
ocaleTest.java
owLevelNetRunner.java
athTest.java
iscRegressionTest.java
IOTest.java
utputStreamWriterTest.java
arseIntTest.java
ipedStreamTest.java
rintWriterTest.java
ushbackInputStreamTest.java
ushbackReaderTest.java
eflectArrayTest.java
egexTest.java
equestAPITest.java
QLiteJDBCDriverTest.java
SLSocketTest.java
ha1Test.java
ocketTest.java
treamTokenizerTest.java
trictMathTest.java
tringReaderTest.java
tringTest.java
tringWriterTest.java
estEventHandler.java
estHandler.java
estWebData.java
estWebServer.java
reeMapTest.java
RITest.java
RLTest.java
ipFileTest.java
ipStreamTest.java