summaryrefslogtreecommitdiffstats
path: root/expectations
Commit message (Collapse)AuthorAgeFilesLines
* Replace mentions of old JSSE package nameKenny Root2013-05-031-1/+1
| | | | Change-Id: I7c90b08ee2b43c73e02512d0c6caaec098967e93
* Fix various of the harmony nio tests.Elliott Hughes2013-04-261-6/+0
| | | | | | | 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
* Fix KeyPairGenerator test for DHKenny Root2013-02-061-5/+0
| | | | | | | | | | | 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
* Merge "NativeCrypto: fix more DSA/ECDSA key generation"Kenny Root2013-02-061-8/+0
|\
| * NativeCrypto: fix more DSA/ECDSA key generationKenny Root2013-02-051-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Remove fixed CipherTest "known failure"Kenny Root2013-02-051-4/+0
|/ | | | | Bug: 3387688 Change-Id: I620ae46fcf3681120c958dc847eabc6138144735
* Remove passing test from known failuresBrian Carlstrom2013-01-311-5/+0
| | | | Change-Id: I469766e0f8b9aecefa72a558afa9f5c226a99d33
* Add NIST PKIX tests to core-tests and knownfailuresKenny Root2013-01-171-0/+37
| | | | | Bug: 8030138 Change-Id: Ib29438238a21e20c4f039660d76ded2b96bed492
* Cleanup taggedtests.txtBrian Carlstrom2013-01-171-4/+4
| | | | Change-Id: Ifdd8020e7afdd4f74129d0d6cac45a1ea33b08b4
* Fix OldClassTest failures.Elliott Hughes2012-12-031-9/+0
| | | | | | | | 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
* am d2f41fe2: Merge "Fix ConcurrentCloseTest flakiness."Elliott Hughes2012-10-161-9/+0
|\ | | | | | | | | * commit 'd2f41fe210bf0fe958345f84e95e8f037c325005': Fix ConcurrentCloseTest flakiness.
| * Fix ConcurrentCloseTest flakiness.Elliott Hughes2012-10-161-9/+0
| | | | | | | | | | | | | | | | | | 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
* | am 73757035: Merge "Fix StringTest#testCaseMapping_en_US."Elliott Hughes2012-10-101-9/+0
|\ \ | |/ | | | | | | * commit '73757035f6cdac0cd801d72098d9db9a565dbaaa': Fix StringTest#testCaseMapping_en_US.
| * Fix StringTest#testCaseMapping_en_US.Elliott Hughes2012-10-101-9/+0
| | | | | | | | | | | | | | I checked the Unicode SpecialCasing rules, and this behavior is correct. Bug: 3325799 Change-Id: If9a565cd6e25edc60bb4334ad5ce5b0b014df545
* | Suppress long broken test caused by kernel bugBrian Carlstrom2012-09-211-1/+6
|/ | | | | Bug: 6964436 Change-Id: I9a6fd2ec589968743dc6727dad406057b328156d
* Add OpenSSLProvider support for Cipher.RSA/None/PKCS1PaddingBrian Carlstrom2012-09-121-6/+0
| | | | | | | | | | | | | | | 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
* Address flakiness of doFinal and unwrap CipherTestsBrian Carlstrom2012-07-191-5/+0
| | | | | | | | | | | 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
* Updating test failuresBrian Carlstrom2012-03-232-5/+20
| | | | Change-Id: I2daff9fbb29f64366b24927824867ec40551ed83
* Remove run-core-tests from known failures.Jesse Wilson2012-01-031-26/+0
| | | | | | | | The @KnownFailure annotations are unnecessary and the expectations are all obsolete. Bug: http://b/3087671 Change-Id: I5dd834323770da09090b4e76c3f6793f1ccc629d
* Make QueryTimeoutTest understandable.Jesse Wilson2011-08-251-0/+10
| | | | | | | | | | | 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
* Update expectations for CTS: We still don't support notations.Jesse Wilson2011-08-241-0/+8
| | | | Change-Id: I243519eff36e31298b433069bf1661c57f9ef46a
* Fix the PackageTest to not rely on a Class.getPackage() side effect.Jesse Wilson2011-08-161-0/+5
| | | | | Bug: http://b/5171136 Change-Id: I58259863157df1301183d851d43bcfc6fcdb72c9
* Scrub some CTS test failures.Jesse Wilson2011-08-121-0/+5
| | | | Change-Id: Icc35a44bac6481b549a96d0533770d11aff507da
* Expect our missing IO interrupted exception.Jesse Wilson2011-07-241-0/+8
| | | | | Bug: http://b/4181738 Change-Id: I6311789044e8b6b573b00aa6ca6fca31f004dc2f
* Add tests for Calendar/SimpleDateFormat bugsJesse Wilson2011-06-171-0/+5
| | | | | Change-Id: Ib9142a6926c9eb30b021977db9eec7b4f47dae38 http://b/4723412
* Fix some failing XML tests.Jesse Wilson2011-05-172-2/+7
| | | | Change-Id: I7504e849b9fe67900248a2e223d189c8fcef224d
* Acknowledge 25 XPath test failures.Jesse Wilson2011-03-301-0/+35
| | | | | Change-Id: I407463cfc4982320fcd3c812e0c110bf3b719c5d http://b/3270761
* Acknowledge our 524 XSLT test failures.Jesse Wilson2011-03-301-0/+528
| | | | | Change-Id: If2dda17e256f5f39d7bf2412a576d772ef22e9ec http://b/4193599
* Rescue some XML tests to a libcore.xml package.Jesse Wilson2011-03-281-16/+16
| | | | | | Our XML tests are no longer split across packages for no good reason. Change-Id: I0fbc9e96216b6b604ef4360d343fce9fecf7d34a
* Don't generate large DH keys when small ones will do.Jesse Wilson2011-02-241-8/+10
| | | | | | | | | | | 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
* Merge "Don't require security permissions to be non null." into dalvik-devJesse Wilson2011-02-221-0/+5
|\
| * Don't require security permissions to be non null.Jesse Wilson2011-02-211-0/+5
| | | | | | | | | | Change-Id: I1efb88af05a022e8b3efce57d96f2d6e085a5161 http://b/2585285
* | Set expectations for tests timing out on BN_generate_prime_exJesse Wilson2011-02-211-2/+8
|/ | | | | Change-Id: Ib2f39e255af37db088d019498e5a3864c5d28b33 http://b/3474446
* Set expectations for failing PKIXCertPathValidatorSpiTestJesse Wilson2011-02-211-0/+5
| | | | | Change-Id: I6dfaa5613ade84667da314165a2795d1f92fa6a1 http://b/3474648
* Set expectation for DHPrivateKeyTest timeouts.Jesse Wilson2011-02-211-0/+5
| | | | | Change-Id: I05c76de211cb2a743670df190f6dfb2b5de1b060 http://b/3474446
* Set expectation for KeyAgreementFunctionalTest which always times out.Jesse Wilson2011-02-201-0/+5
| | | | | Change-Id: I1b44c51db3872698fad984d512786ab11c96b6f8 http://b/3473300
* Update expectations from recent continuous build failures.Jesse Wilson2011-02-181-1/+6
| | | | | Change-Id: I451a1ba9321f09ffe935f855d682b0477728fe9d http://b/3469872
* Merge commit '995a3842' into manualmergeJesse Wilson2011-02-141-0/+8
|\ | | | | | | | | | | | | Conflicts: expectations/knownfailures.txt Change-Id: Iee137d2c0c5e8bfa6994258f5fab8e07caeb86e1
| * Fail parsing if there's text outside the document element.Jesse Wilson2011-02-141-0/+8
| | | | | | | | | | | | | | | | We have a similar bug for misplaced DTDs. This is tested but not fixed by this change. Change-Id: I8e06ec9197cb8c4135212056ab791c254c9dcc3d http://b/3452274
* | Scrub test failures from the dalvik-dev build.Jesse Wilson2011-02-112-3/+10
| | | | | | | | | | | | Change-Id: I058daff4670945455385e3b3c7070ae6c6570940 OldStringBufferTest: don't assume a max heap size exists URLEncoderTest: don't test exception priority
* | Update expectations for charset and URL test failures.Jesse Wilson2011-02-092-4/+19
| | | | | | | | Change-Id: I3ff901d56df34e29830efbcd6e5e2a619629a733
* | Scrub libcore's SQLite and JDBC tests.Jesse Wilson2011-01-281-199/+208
| | | | | | | | | | | | | | | | 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
* | Associate more test failures with their bugs.Jesse Wilson2011-01-251-1/+13
| | | | | | | | Change-Id: Ide3689f9ce5bca3e3b411301cd49d0bbc0580e71
* | resolved conflicts for merge of d6cb0852 to dalvik-devJesse Wilson2011-01-131-0/+6
|\ \ | |/ | | | | Change-Id: Icaa0510c3ff7be336cf93c1c31604ef379b921ae
| * am 41390693: am 094ef677: Merge "Move tests from android.core.URLTest to ↵Jesse Wilson2011-01-131-0/+6
| |\ | | | | | | | | | | | | | | | | | | URLConnectionTest." into honeycomb * commit '41390693ceb598b4ccb47ec9d2f863c5409d2456': Move tests from android.core.URLTest to URLConnectionTest.
| | * Move tests from android.core.URLTest to URLConnectionTest.Jesse Wilson2011-01-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | am b7ccc2d0: Merge "Expand predefined entities by default, even if ↵Jesse Wilson2011-01-111-0/+12
|\ \ \ | |/ / | | | | | | | | | | | | | | | coalescing is off." * commit 'b7ccc2d092e8a500f8d646a9ea0c535a1d440956': Expand predefined entities by default, even if coalescing is off.
| * | Expand predefined entities by default, even if coalescing is off.Jesse Wilson2011-01-111-0/+12
| |/ | | | | | | | | Change-Id: I43f0a720e96486a83692a9f08368359f13c875fb http://b/3341115
* | Just use String for upper case/lower case operations.Jesse Wilson2011-01-051-0/+9
|/ | | | | Change-Id: If686975f659412c555684ed0032694e854e3aa8c http://b/2183747
* Remove java.io tests duplicated with Harmony.Jesse Wilson2010-12-211-1/+1
| | | | | Change-Id: I5bb51064a476628349977049a374b45a91cdeecf http://b/3246523