pedro-w commented on pull request #2865: URL: https://github.com/apache/netbeans/pull/2865#issuecomment-817666868
I've re-done it now so the individual test passes. However there are some other tests in the same 'FormatingTest' file which fail (they did before and still do). I haven't studied each one thoroughly but for example one is the formatting for switch expressions (using arrow syntax). Here the syntax tree passed to the reformatter contains elements described as "(ERROR)" - I assume these are because I am using JDK 11 which doesn't have switch expressions. Is there a way to skip tests based on the JDK used (or another way to fix, or actually do you want them to stay as failures)? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
