Our platform-specific tests should come under platform-specific subdirectories, as described here [1]. Then they are selected by the Ant file set to run on the correct platform.
In this commit [2] it appears that the tests are being put into a common subdirectory and then selected based on the excludes lists. I think this is wrong. Our goal is to empty the exclude lists, by fixing the implementation or the tests as appropriate, not to use them for this purpose. Agree? [1] http://harmony.apache.org/subcomponents/classlibrary/testing.html [2] http://svn.apache.org/viewvc?view=rev&revision=548170 Regards, Tim
