| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '5888feb645bff10b6dc0529e07ce0350cb63f997':
Blacklist a known failure in GregorianCalendarTest.
|
| |\ \ \ \ |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The issues here relate to how we deal with ambiguous wall
clock times, i.e, wall clock values that we "skip" when we
move the clock forward when transitioning into daylight
savings, and wall clock times that occur twice when we
move the clock backward
This isn't a regression. We've never handled this correctly.
bug: 12778197
Change-Id: Ida79583c02c6895096a8afdd8f59b1002b282d32
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '5c1acb43c314a7048341f1ab36799fb6675505f4':
Add android.system.Os.link for link(2).
|
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | |/ /
| | | |
| | | |
| | | |
| | | | |
Bug: 14683762
Change-Id: Ieeba1d2d0c5e9c05e85c6ffbaeb5a7febc69238c
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '567dcb29cba8be9abf154f21e9c1ff47a81ad9cc':
Fix various errors in FileURLConnectionTest.
|
| |\ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- First, the test was broken pretty badly. It would pass a
Jar style URL to a FileURLConnection and expect it to
work, this is out of spec and seems wrong in general
(file:///foo.apk!resources/foo.txt).
- The RI supports various "headers" on file URL connections
(sigh). As if the getHeaderField(int) and getHeaderFieldKey(int)
APIs weren't bad enough. This has now been implemented with
a naive implementation.
- Fixes FileURLConnection to populate a header map for
information it provides (content length, content type
etc.)
bug: 11664881
Change-Id: I7a3e9aaa79bf125abbcfe8367574115ce54718e3
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '4f1bfee1a72d7842aa5ce565463ab20466368213':
Add missing 'const'.
|
| |\ \ \ |
|
| | | |/
| | |/|
| | | |
| | | | |
Change-Id: I20311836b80bc655a5ae389ef2f49b2a09f79744
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '80e731591eda358739d43ffaa2d22635e1ab9fdb':
SSLSocketTest: fix some flaky tests
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Closing the server socket before SSL_do_handshake completed would
sometimes make SSL_do_handshake exit before it read the client's SSL
alert message.
Change-Id: I68bfb3d1908b055722678b7280ec4afe37a03ec8
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '13bb5c1b5d3ccd844f330734f46d1f7dd27f9094':
Add CRLReason and friends
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
New API for getting the revocation reason. Add tests and exceptions
associated with it.
Change-Id: Ifd6444ab966c984312f069a6ee330d255110ea85
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit 'ce2bc2c4f5282f977b444886ba910e5b1928ef72':
Handle Reference.get in native code.
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This enables us to have mostly concurrent reference processing in the
GC. Reference.get() may block if references are being processed.
Bug: 14381653
Change-Id: I7cf6ef34b08f804897c8e6d5e9e6ae94420dc489
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '73f428dc37be1294887f4a74b46106972b6de5f0':
Use the right class loader in ProxyTest.
|
| |\ \ \ \ \ |
|
| | | |_|_|/
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use the test classloader, and not the system classloader.
bug: 12490858
Change-Id: I108ce6e810e861f2297fa5be5d16578cc8083e81
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '4258671ecb6f1fe955055994dd975ec57374e478':
Blacklist ControlTest test case.
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
org.apache.harmony.tests.java.util.ControlTest
The test is probably broken, but the code under test also looks
broken. Unpicking it all and fixing it all is low priority.
Marking it as known-broken until it can be given the attention it
deserves.
Change-Id: I0e2784aa505ace4ab86149741c2faf94d8432df9
Bug: 13747957
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '4abcf7ad18a9b96999f5df60b572d355dfdcefe5':
KeyStoreTest: add more key types
KeyManagerFactoryTest: add all the possible key types
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
KeyStoreTest: add more key types
KeyManagerFactoryTest: add all the possible key types
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Test all the possible key types in the KeyStoreTest.
Change-Id: Iaaafcbededfb8960dcfdeaea20b8b631a4a36bf8
|
| | | |/ / / /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This adds all the possible key types from the Standard Names document to
the tests.
Change-Id: Ifbca56371261c040c3cb9e0d80447e9cb73cad0f
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '0ce0407596b675b04e472595338aafa1dec6bd04':
NIST-PKITS: add testDeltaCRLs_ValiddeltaCRLTest5
|
| |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This fails on the RI and Android now. Add it to the known failures since
we don't deal with CRLs anyway.
Bug: 12905370
Change-Id: Id21af237aaa2709d71ffd3268a730fc4cf102d92
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
for yesterday/today/tomorrow."
* commit '5b8b1ea0a23702a376c996bac57cddaaf1d9b39b':
Ensure consistent (backwards-compatible) capitalization for yesterday/today/tomorrow.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
yesterday/today/tomorrow."
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
yesterday/today/tomorrow.
Bug: 14493853
Change-Id: I971ffc2d47534aef67df951725fcd16802ea6d54
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '5a9c2b9e273e976c8a8e81357fe290077b766fec':
Basic documentation for android.system.
|
| |\ \ \ \ \ |
|
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also individually @hide the methods we might not want to expose straight
away. These are basically the ones where the mapping to Java types isn't
completely straightforward, usually resulting in a family of similar methods.
Change-Id: I7b3d555c4599dc8c64e23f5c494a358ef68c6777
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit 'd8eb43c1072f8467ae01ab93944c1032c94c6ccc':
Change ReferenceQueue order from LIFO to FIFO.
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
LIFO order of FinalizerReference.queue breaks runFinalization().
runFinalization() creates a Sentinel finalizable object and waits
for it to be finalized. As FinalizerReference.queue is LIFO,
the Sentinel object is placed at the beginning of the queue and
then gets finalized first. So the method returns even though
objects placed in the queue before the Sentinel are not finalized.
This patch changes the queue order to FIFO to ensure that all
elements enqueued before the Sentinel are finalized before it.
bug: https://code.google.com/p/android/issues/detail?id=37980
Change-Id: Ie6bc96e6a3759bc36ce6586066052b6d6bbe8d52
Signed-off-by: Elena Sayapina <elena.v.sayapina@intel.com>
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* commit 'db3cbbc355adbe08926881ef86a1e18fa6a475b1':
Add java.security.cert.Extension interface
|
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | /
| | | |_|_|/
| | |/| | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also convert our existing Extension class to implement this interface.
Change-Id: I123ef6aa4f89897037e51f221c8c5a7994ac2a01
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit 'f560c538e8cb2750502c7337cae86c536e44ca8d':
Revert "Libcore: Remove <> in CloseGuardMonitor test class"
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Dalvik-dev has switched to Java 7 now, so diamonds are allowed now.
This reverts commit 307e642f661f73cf22fa689ee40181481768c400.
Change-Id: Ia1893bfea09aa2de65fed997bc3e5e3805d92387
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '32ec257fae8b9d9bede551f00400f0a5216ab6b9':
Fix BN to use correct size of array
|