Hi all. Some of eclipse tests pass on RI but fail on harmony. See *HARMONY-3339<https://issues.apache.org/jira/browse/HARMONY-3339> * . The tests are incorrect. They pass on RI due to difference in implementation of Arrays.sort() method.
Shall we alter our Array.sort() implementation to be consistent with RI ant to make these buggy tests pass? Thanks, Eugene.
