• Home
  • History
  • Annotate
  • only in /libcore/harmony-tests/src/test/java/tests/api/java/nio/
History log of /libcore/harmony-tests/src/test/java/tests/api/java/nio/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0f702e293cb57da788261a80abc84391543f6791 13-Sep-2013 Elliott Hughes <enh@google.com> Clean up CharsetDecoder and CharsetEncoder.

This patch also fixes a few bugs, and a few test bugs, and then the bugs
exposed by fixing those tests.

(cherry picked from commit 6ad37f500b023ef09fd177ad8cd8e2ba0b842cae)

Change-Id: Ia58d30e414cc59c27a1d259e8056523d6df2c6bc
harset/CharsetDecoderTest.java
harset/CharsetEncoderTest.java
harset/CharsetTest.java
f5d8857b623192a985e449453de5bf1efaa4ea79 16-Aug-2013 Elliott Hughes <enh@google.com> Fix a bunch of Charset tests.

The isRegistered test is still failing. The problem is that icu4c's
convrtrs.txt has names like "windows-1252" that are both the canonical
name for one charset and an alias for another legacy charset. I need
to work out how to resolve that.

Bug: 10210999

(cherry picked from commit ea1caf4ccc5c2255f384c0774aa9e055763a6a41)

Change-Id: I83cf1b9ae1d29f9956f443ef914a3e473e0f4692
harset/CharsetProviderTest.java
harset/CharsetTest.java
harset/UTFCharsetEncoderTest.java
b8e456e3b6d9184d81760a9b68cd1103e610846a 14-Aug-2013 Elliott Hughes <enh@google.com> More Charset test fixes.

Bug: 10210999

(cherry picked from commit c44b103bfd1a79762811d2125e9b94ce37300a44)

Change-Id: If28d9e2eb3d1d148863f0a08c1e17371918fcaa2
harset/CharsetTest.java
5ec6bf8d033754e06a463adb091d2c0afd0755ac 08-Aug-2013 Elliott Hughes <enh@google.com> Fix various Charset tests, clean up the implementation.

Bug: 10211558
Bug: 10211378
Change-Id: Ib3f97430f62163c0459c53e0c282ae0ca840e0af
harset/CharsetEncoderTest.java
harset/CharsetTest.java
harset/GBCharsetEncoderTest.java
harset/ISOCharsetEncoderTest.java
harset/UTF16BECharsetEncoderTest.java
harset/UTF16CharsetDecoderTest.java
harset/UTF16CharsetEncoderTest.java
harset/UTF16LECharsetEncoderTest.java
harset/UTFCharsetEncoderTest.java
9a39ec1a7fd6a163f13e19b063a20d8c8b6c075b 07-Aug-2013 Elliott Hughes <enh@google.com> Fix GB-18030 tests.

Bug: 10211040
Change-Id: Icbfa37b930d475e47e86cd6168c303afe9351295
harset/CharsetProviderTest.java
harset/GBCharsetEncoderTest.java
b496276f087d57c46cc78ec60574899ebff573a6 07-Aug-2013 Elliott Hughes <enh@google.com> We never supported obsolete EBCDIC variants.

And we're unlikely to start. So lose the failing test.

Bug: 10211032
Change-Id: I36df7f5507b20a301b97ba2e9c2a3250c7de442f
harset/CP037CharsetTest.java
56ddb0af9c75dca21f10cd26e73b9f301c58771e 03-May-2013 Elliott Hughes <enh@google.com> Add harmony java.nio.charset tests.

Change-Id: I713069b35865cc01f5ed2f384dbc50b39d8a9346
harset/ASCCharsetDecoderTest.java
harset/ASCCharsetTest.java
harset/AbstractCharsetTestCase.java
harset/CP037CharsetTest.java
harset/CharsetDecoderTest.java
harset/CharsetEncoderTest.java
harset/CharsetProviderTest.java
harset/CharsetTest.java
harset/CoderResultTest.java
harset/CodingErrorActionTest.java
harset/GBCharsetDecoderTest.java
harset/GBCharsetEncoderTest.java
harset/ISOCharsetDecoderTest.java
harset/ISOCharsetEncoderTest.java
harset/ISOCharsetTest.java
harset/UTF16BECharsetDecoderTest.java
harset/UTF16BECharsetEncoderTest.java
harset/UTF16BECharsetTest.java
harset/UTF16CharsetDecoderTest.java
harset/UTF16CharsetEncoderTest.java
harset/UTF16CharsetTest.java
harset/UTF16LECharsetDecoderTest.java
harset/UTF16LECharsetEncoderTest.java
harset/UTF16LECharsetTest.java
harset/UTF8CharsetTest.java
harset/UTFCharsetDecoderTest.java
harset/UTFCharsetEncoderTest.java