summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-02-03 16:02:33 -0800
committerElliott Hughes <enh@google.com>2010-02-03 16:02:33 -0800
commit307a6a094ae439b0509161f36b1c260e3f00fc0d (patch)
treed906a3d1cf0b2a8892576265bed3d821c9c94454 /crypto
parent4d4ca58e669c83e2c4e0a0d49d3d854f6883dc84 (diff)
downloadlibcore-307a6a094ae439b0509161f36b1c260e3f00fc0d.zip
libcore-307a6a094ae439b0509161f36b1c260e3f00fc0d.tar.gz
libcore-307a6a094ae439b0509161f36b1c260e3f00fc0d.tar.bz2
Remove obviously bogus @KnownFailure annotations.
We've already agreed @KnownFailure Must Die (to be replaced by expectations for DalvikRunner), but some are -- I think -- obviously in need of investigation. This patch removes @KnownFailure for all cases where the reason looks bogus. I've left the @KnownFailure annotations in cases where I it looks "reasonable" in that we simply haven't implemented the functionality (pack200, say), and a few other cases. Those should probably be done in a separate patch that adds expectations at the same time. But these ones, I think, all need investigating. (There's a scary number of Arabic-related bugs in here, given that we're supposed to be shipping Arabic in froyo.)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/KeyAgreementTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/KeyAgreementTest.java b/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/KeyAgreementTest.java
index 220c6c6..6f1db9e 100644
--- a/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/KeyAgreementTest.java
+++ b/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/KeyAgreementTest.java
@@ -922,7 +922,6 @@ public class KeyAgreementTest extends TestCase {
method = "engineGenerateSecret",
args = {java.lang.String.class}
)})
- @KnownFailure("Does not throw expected exception")
public void test_generateSecretLjava_lang_String() throws Exception {
if (!DEFSupported) {
fail(NotSupportMsg);