| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I7c90b08ee2b43c73e02512d0c6caaec098967e93
|
|
|
|
|
|
|
| |
Plus one real bug, in FileChannelImpl. The expectation I've removed was for a
test that doesn't seem to exist in either our tests or the harmony tests.
Change-Id: I1ea99042f3f8897f07ba8b4ad8e9a15f30ace79b
|
|
|
|
|
|
|
|
|
|
|
| |
Finding safe primes for the DH key pair generator can take up to 20
minutes sometimes. Use a pre-defined set of primes instead of skipping
the test altogether because of the extreme amount of time it takes.
This leaves us not testing one software path, but this situation is
strictly better than not running the test at all.
Change-Id: I03d457747e2ec1a2592c1c6350365cbe5aa33759
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add hidden API to pass along the EC curve name in ECParameterSpec.
The lack of name passing made KeyFactory2Test fail because the
reconstructed ECDSA key had explicit curve parameters instead of an
OID naming the curve.
* Fix some mixing of PKCS8/X509EncodedKeySpec in DSA/ECDSA KeyFactory
implementations.
* Fix the KeyFactory2Test to output more useful error messages.
* Remove known failure which is no longer happening.
* Change EC_GROUP_get_curve_name to return the "shortName" string
which matches the EC_GROUP_new_by_curve_name
Bug: 3483365
Change-Id: I0a80be88bef728b2177f3593cc3421fa47b79470
|
|/
|
|
|
| |
Bug: 3387688
Change-Id: I620ae46fcf3681120c958dc847eabc6138144735
|
|
|
|
| |
Change-Id: I469766e0f8b9aecefa72a558afa9f5c226a99d33
|
|
|
|
|
| |
Bug: 8030138
Change-Id: Ib29438238a21e20c4f039660d76ded2b96bed492
|
|
|
|
| |
Change-Id: Ifdd8020e7afdd4f74129d0d6cac45a1ea33b08b4
|
|
|
|
|
|
|
|
| |
These hadn't run at all until recently, and the fact that vogar doesn't
run tests in a way that makes resources accessible hid the fact that the
tests were checked-in broken as well as disabled.
Change-Id: I28d24e01b60411f0f9be7daba6de0376a7f8cac0
|
|\
| |
| |
| |
| | |
* commit 'd2f41fe210bf0fe958345f84e95e8f037c325005':
Fix ConcurrentCloseTest flakiness.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We can't rely on consuming all the listen(2) backlog. For the tests we've
seen fail because they sometimes connect rather than time out, switch to
an unroutable address.
Bug: 6971145
Change-Id: I259d31b1a15123bcd78c36849d5ed863d392ac20
|
|\ \
| |/
| |
| |
| | |
* commit '73757035f6cdac0cd801d72098d9db9a565dbaaa':
Fix StringTest#testCaseMapping_en_US.
|
| |
| |
| |
| |
| |
| |
| | |
I checked the Unicode SpecialCasing rules, and this behavior is correct.
Bug: 3325799
Change-Id: If9a565cd6e25edc60bb4334ad5ce5b0b014df545
|
|/
|
|
|
| |
Bug: 6964436
Change-Id: I9a6fd2ec589968743dc6727dad406057b328156d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
- Add OpenSSLProvider support for Cipher.RSA/None/PKCS1Padding
Added NativeCrypto.RSA_private_decrypt and NativeCrypto.RSA_public_encrypt
- Changed OpenSSLSignatureRawRSA to use new Cipher.RSA/None/PKCS1Padding
Removed now obsoleted NativeCrypto APIs for
RSA_padding_add_PKCS1_type_1 and RSA_padding_check_PKCS1_type_1
- added wrap/unwrap support OpenSSLCipherRSA
Needed for SSLEngine (and fallback SSLSocket implementation)
which are now picking up the new Cipher.RSA/None/PKCS1Padding
- expanded CipherTest to sanity test all algorithms and PKCS1 padding
Change-Id: I03566cc86ffce07d44d5e0094fa82c9c24587c26
|
|
|
|
|
|
|
|
|
|
|
| |
The tests occasionally did not throw BadPaddingException when
expected. This seems to be because in those cases the random generated
keys were creating cipher text that appeared to be correctly PKCS#5
padded. In reproducing this in the doFinal case, this happened within
a few hundred runs.
Bug: 6301793
Change-Id: Ibd2d9bdd2fe88bccb20089ef653763849f45ff4c
|
|
|
|
| |
Change-Id: I2daff9fbb29f64366b24927824867ec40551ed83
|
|
|
|
|
|
|
|
| |
The @KnownFailure annotations are unnecessary and the
expectations are all obsolete.
Bug: http://b/3087671
Change-Id: I5dd834323770da09090b4e76c3f6793f1ccc629d
|
|
|
|
|
|
|
|
|
|
|
| |
I don't believe the functionality this test was testing ever
worked. The new test makes that clear; the old test masked the
real behavior in a bunch of unnecessary complexity.
These tests demonstrate that query timeouts are not working!
Bug: http://b/5213614
Change-Id: If09e5d6204e06df7df4649953b69ddba0537fbf9
|
|
|
|
| |
Change-Id: I243519eff36e31298b433069bf1661c57f9ef46a
|
|
|
|
|
| |
Bug: http://b/5171136
Change-Id: I58259863157df1301183d851d43bcfc6fcdb72c9
|
|
|
|
| |
Change-Id: Icc35a44bac6481b549a96d0533770d11aff507da
|
|
|
|
|
| |
Bug: http://b/4181738
Change-Id: I6311789044e8b6b573b00aa6ca6fca31f004dc2f
|
|
|
|
|
| |
Change-Id: Ib9142a6926c9eb30b021977db9eec7b4f47dae38
http://b/4723412
|
|
|
|
| |
Change-Id: I7504e849b9fe67900248a2e223d189c8fcef224d
|
|
|
|
|
| |
Change-Id: I407463cfc4982320fcd3c812e0c110bf3b719c5d
http://b/3270761
|
|
|
|
|
| |
Change-Id: If2dda17e256f5f39d7bf2412a576d772ef22e9ec
http://b/4193599
|
|
|
|
|
|
| |
Our XML tests are no longer split across packages for no good reason.
Change-Id: I0fbc9e96216b6b604ef4360d343fce9fecf7d34a
|
|
|
|
|
|
|
|
|
|
|
| |
This dramatically improves the runtime of these tests from a few
minutes to a few seconds.
Also update known failures to cover the new reasons why these
tests are failing.
Change-Id: I82b738f3f1fb24a08d334fa960153692a0c9144f
http://b/3474446
|
|\ |
|
| |
| |
| |
| |
| | |
Change-Id: I1efb88af05a022e8b3efce57d96f2d6e085a5161
http://b/2585285
|
|/
|
|
|
| |
Change-Id: Ib2f39e255af37db088d019498e5a3864c5d28b33
http://b/3474446
|
|
|
|
|
| |
Change-Id: I6dfaa5613ade84667da314165a2795d1f92fa6a1
http://b/3474648
|
|
|
|
|
| |
Change-Id: I05c76de211cb2a743670df190f6dfb2b5de1b060
http://b/3474446
|
|
|
|
|
| |
Change-Id: I1b44c51db3872698fad984d512786ab11c96b6f8
http://b/3473300
|
|
|
|
|
| |
Change-Id: I451a1ba9321f09ffe935f855d682b0477728fe9d
http://b/3469872
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
expectations/knownfailures.txt
Change-Id: Iee137d2c0c5e8bfa6994258f5fab8e07caeb86e1
|
| |
| |
| |
| |
| |
| |
| |
| | |
We have a similar bug for misplaced DTDs. This is tested
but not fixed by this change.
Change-Id: I8e06ec9197cb8c4135212056ab791c254c9dcc3d
http://b/3452274
|
| |
| |
| |
| |
| |
| | |
Change-Id: I058daff4670945455385e3b3c7070ae6c6570940
OldStringBufferTest: don't assume a max heap size exists
URLEncoderTest: don't test exception priority
|
| |
| |
| |
| | |
Change-Id: I3ff901d56df34e29830efbcd6e5e2a619629a733
|
| |
| |
| |
| |
| |
| |
| |
| | |
I've moved the tests to the libcore package because they're
maintained by Androids, unlike the tests.* classes maintained
by Apache Harmony.
Change-Id: I23b5ca845517129f426addeabc38e43a8fee4299
|
| |
| |
| |
| | |
Change-Id: Ide3689f9ce5bca3e3b411301cd49d0bbc0580e71
|
|\ \
| |/
| |
| | |
Change-Id: Icaa0510c3ff7be336cf93c1c31604ef379b921ae
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
URLConnectionTest." into honeycomb
* commit '41390693ceb598b4ccb47ec9d2f863c5409d2456':
Move tests from android.core.URLTest to URLConnectionTest.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This includes some changes to MockWebServer to make it stop
accepting connections as soon as its response queue is empty.
Change-Id: I5a6bcdf1c03d0c36b11552ae086d0dece0440f64
http://b/1158780
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
coalescing is off."
* commit 'b7ccc2d092e8a500f8d646a9ea0c535a1d440956':
Expand predefined entities by default, even if coalescing is off.
|
| |/
| |
| |
| |
| | |
Change-Id: I43f0a720e96486a83692a9f08368359f13c875fb
http://b/3341115
|
|/
|
|
|
| |
Change-Id: If686975f659412c555684ed0032694e854e3aa8c
http://b/2183747
|
|
|
|
|
| |
Change-Id: I5bb51064a476628349977049a374b45a91cdeecf
http://b/3246523
|