Community
Participate
Working Groups
currently, there are many many faliure in org.eclipse.edt.eunit.test project, some are so bad that blows up the entire test framework, that they need to be commented out, some are just failures. in order to ship EDT 070, these should be clean up to a reasonable state (> 95% success)
it's not realistic to achieve 100% success for 070 for the entire eunit.test project, but these 2 packages needs to be green (100% success) 1. api.systemTypes 2. lang.expression.initializer
both packages has run clean except for the following test case mathLibFunctions::modf: FAILED - modf - Failed: Expected value = '0.03899999998975545' Actual value = '0.039' We don't plan to fix this for 070, so defer this for future
This has been done.