OSDN Git Service

AI 147124: am: CL 147120 am: CL 147118 Several fixes to reduce failing tests in the...
authorUrs Grob <>
Tue, 21 Apr 2009 09:07:28 +0000 (02:07 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Apr 2009 09:07:28 +0000 (02:07 -0700)
commit55f7889986472d0dd3e3368ef214c9a697972edd
treecd5f5247bc695171334bf60ec08773937ca3dd0c
parentf195ad82fe6bdd6767e6e17e8da1da9a4ed57c52
AI 147124: am: CL 147120 am: CL 147118 Several fixes to reduce failing tests in the cts host
  - Removing tests that are placed in a protected package name.
  They were not part of the cts tests.
  - Fixing a case of an Exception thrown in the static initializer of
  GBCharsetEncoderTest.
  - Remove copy/paste code which led to an exception in a 2nd thread
  (the test did not fail, but its output was reported in logcat)
  - fixing a test case in FileTest
  - removing test code in StmtTest that tested badly specified operations and
  failed.
  Original author: ursg
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147124
15 files changed:
libcore/luni/src/test/java/tests/api/java/io/FileTest.java
libcore/luni/src/test/java/tests/api/java/lang/ref/ReferenceTest.java
libcore/nio_char/src/test/java/tests/api/java/nio/charset/CharsetProviderTest.java
libcore/nio_char/src/test/java/tests/api/java/nio/charset/GBCharsetEncoderTest.java
libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/DriverManagerTest.java
libcore/sql/src/test/java/tests/SQLite/StmtTest.java
libcore/sql/src/test/java/tests/sql/ConnectionTest.java
libcore/sql/src/test/java/tests/sql/PreparedStatementTest.java
libcore/sql/src/test/java/tests/sql/ResultSetGetterTests.java
libcore/sql/src/test/java/tests/sql/ResultSetMetaDataTest.java
libcore/sql/src/test/java/tests/sql/ResultSetTest.java
libcore/sql/src/test/java/tests/sql/SQLTest.java
libcore/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ClientSessionContextTest.java [moved from libcore/x-net/src/test/java/org/apache/harmony/xnet/provider/jsse/ClientSessionContextTest.java with 100% similarity]
libcore/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/FakeSession.java [moved from libcore/x-net/src/test/java/org/apache/harmony/xnet/provider/jsse/FakeSession.java with 100% similarity]
libcore/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/FileClientSessionCacheTest.java [moved from libcore/x-net/src/test/java/org/apache/harmony/xnet/provider/jsse/FileClientSessionCacheTest.java with 100% similarity]