Community
Participate
Working Groups
The tests fail because Mac OS is not listed in the supported operating systems, see STextEnvironment#isProcessingNeeded() : boolean supportedOS = osName.startsWith("windows") || osName.startsWith("linux"); While the value of osName on the Mac is "mac os x". If I add "|| osName.startsWith("mac")" tests pass.
(In reply to comment #0) > The tests fail because Mac OS is not listed in the supported operating systems, > see STextEnvironment#isProcessingNeeded() : > > boolean supportedOS = osName.startsWith("windows") || > osName.startsWith("linux"); > > While the value of osName on the Mac is "mac os x". > > If I add "|| osName.startsWith("mac")" tests pass. Please add the check for "mac os x". This does not mean that Mac OS supports bidi in general to the same extent as Windows or even Linux, but if all the SText tests pass, we can state that this component is supported on Mac OS.
Done. Also the TextProcessor includes "mac" into the list. http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/commit/?id=4fa68b899a09f5e72120fb8829bbdfc4d89f1473