History log of /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ObjectInputStream2Test.java
Revision Date Author Comments
605ce811b3498e34946e78d7e567f867481c70b8 27-Sep-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Re-add tests using java.nio.file.Files

This reverts commit d94a545fc6c0720e00c38d5c27c0981ca665e3a3.
Which removed b/29721023 related tests
from nyc-mr1 because they use APIs that
are not present on nyc branches.


Change-Id: Ib0f2040e799d1de6f8a5a20368a4bd8d1dc00156
Test: vogar run on both tests
Bug: 29721023
d94a545fc6c0720e00c38d5c27c0981ca665e3a3 07-Jul-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Remove broken tests

Tests for change 75febb0b6fbb822a66c6771798297806c06decbe
depend on package that doesn't exists in n-mr1

Bug: 29721023
Change-Id: I9b63fd72d5a5a45734cbc7e6c37fcd60b7766c61
75febb0b6fbb822a66c6771798297806c06decbe 28-Jun-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Fix serialization of class fields with same names.

Dex allows for fields to share a name if they have
different types. openJdk serialization code was not
handling this case properly.

Bug: 29721023
Change-Id: I3b8ea027f0af829e9f158d4bcb11a2052e34c10f
(cherry picked from commit 0885fcbbbf2fdc46ffe847aca9d3c339f4c7bb41)
0885fcbbbf2fdc46ffe847aca9d3c339f4c7bb41 28-Jun-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Fix serialization of class fields with same names.

Dex allows for fields to share a name if they have
different types. openJdk serialization code was not
handling this case properly.

Bug: 29721023
Change-Id: I3b8ea027f0af829e9f158d4bcb11a2052e34c10f
ab762bb740405d0fefcccf4a0899a234f995be13 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests. (Take 2)

This reverts commit d5e281743e55e1daa297fd8043b2d9b6e8e1bed2.

The makefile issue that caused the original build break
has been resolved.
d5e281743e55e1daa297fd8043b2d9b6e8e1bed2 15-Nov-2013 Narayan Kamath <narayan@google.com> Revert "Move tests from tests/api to harmony-tests."

This reverts commit 81bf28ad31131815d0a36a43a0eca3c29aefdfcd.

Breaks build

Change-Id: I3f1562921ffe8fdbec36971dd65db398c27c92db
81bf28ad31131815d0a36a43a0eca3c29aefdfcd 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests.

The vast majority of cleaned up harmony tests
are now in harmony-tests/src/test/org/apache/harmony/tests/

Change-Id: I56c2e484ff434b5618cf6751d602ae9f0db96b30