[classlib][testing] separate exclude list should be used for each runtime/ platform
-----------------------------------------------------------------------------------
Key: HARMONY-2197
URL: http://issues.apache.org/jira/browse/HARMONY-2197
Project: Harmony
Issue Type: Improvement
Components: Classlib
Reporter: Vladimir Ivanov
In the Harmony we have more than 1 runtime that shows different tests pass-rate. For example,
the test
org/apache/harmony/tests/internal/net/www/protocol/http/HttpURLConnectionTest.java failed
on the DRL VM on Linux while passed on the Windows XP.
To solve this issue I suggest creating one exclude list for each platform.
Note, I think the failed on different platform test should be placed in all exclude list.
This allows enabling platform one-by-one without verification each exclude list update on
all available platforms.
I prepare example of fix (the place for files is open to discuss) for luni module. If everyone
agrees I prepare the similar patch for other modules too.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|