mbien opened a new pull request, #6151: URL: https://github.com/apache/netbeans/pull/6151
I checked the last 10 merges to master and all of them failed on first attempt. Most failures were caused by the issue described in #5955 last 10 merge failures including test restarts till green: ``` BeforeFirstTest: org.netbeans.core.windows.awt.ValidateLayerMenuTest BeforeFirstTest: org.netbeans.core.windows.awt.ValidateLayerToolbarTest BeforeFirstTest: org.netbeans.modules.favorites.AddToFavoritesTest BeforeFirstTest: org.netbeans.modules.favorites.AddToFavoritesTest BeforeFirstTest: org.netbeans.modules.favorites.HomeFolderTest BeforeFirstTest: org.netbeans.modules.favorites.RemoveFromFavoritesTest BeforeFirstTest: org.netbeans.modules.favorites.RemoveFromFavoritesTest BeforeFirstTest: org.netbeans.modules.favorites.RemoveFromFavoritesTest BeforeFirstTest: org.netbeans.modules.settings.convertors.MimeTypeTest BeforeFirstTest: org.netbeans.modules.settings.convertors.MimeTypeTest testEnumCaseFix_02b: org.netbeans.modules.php.editor.verification.IntroduceSuggestionTest testEnumCaseFix_02b: org.netbeans.modules.php.editor.verification.IntroduceSuggestionTest testEnumCaseFix_02b: org.netbeans.modules.php.editor.verification.IntroduceSuggestionTest testEnumerations_43: org.netbeans.modules.php.editor.csl.GotoDeclarationPHP81Test testMarkAsRead: org.netbeans.modules.notifications.center.NotificationCenterManagerTest testPHPTags: org.netbeans.modules.php.editor.csl.FoldingTest ``` The javafx modules wouldn't load anyway -> lets turn off the javafx cluster for those tests. failure: ``` java.lang.AssertionError: Should have found a nonproblematic provider of needs org.openide.modules.jre.JavaFX among StandardModule:org.netbeans.libs.javafx.linux jarFile: /home/runner/work/netbeans/netbeans/nbbuild/netbeans/extra/modules/org-netbeans-libs-javafx-linux.jar, ... long list of jars ``` fixes #5955 -- 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. To unsubscribe, e-mail: [email protected] 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
