On 14/12/2011 20:27, Kurchi Hazra wrote:
:
- I did not look through individual tests, but only the ones that
failed - I assumed that they will throw some error message if the
platform is not recognized.
That's mostly true for the shell tests but there are many pure java
tests that look at os.name to determine what to test and I don't think
they fail if the platform is not recognized. For example in the
networking area then
test/java/net/DatagramSocket/SendDatagramToBadAddress.java is one
example. All I'm suggest is doing a quick audit of the tests in the area
that you are updating to check for java tests that need to be updated.
-Alan.