This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269884 - Failing org.netbeans.modules.groovy.* tests
Summary: Failing org.netbeans.modules.groovy.* tests
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: bruno.flavio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-21 00:58 UTC by bruno.flavio
Modified: 2017-02-21 01:05 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bruno.flavio 2017-02-21 00:58:08 UTC
Currently we have 40 out of 564 tests related to groovy failing.

This umbrella issue aims categorize and sort these out.

The failing tests are:

org.netbeans.modules.groovy.editor.api.completion.CollectionsCCTest.testCollections1_5
 org.netbeans.modules.groovy.editor.api.GroovyDeclarationFinderTest.testExtendsImplements2
 org.netbeans.modules.groovy.editor.api.GroovyDeclarationFinderTest.testExtendsImplements3
 org.netbeans.modules.groovy.editor.api.GroovyDeclarationFinderTest.testInnerClasses1
 org.netbeans.modules.groovy.editor.api.parser.GroovyVirtualSourceProviderTest.testGenerics
 org.netbeans.modules.groovy.editor.api.parser.GroovyVirtualSourceProviderTest.testMultipleClasses
 org.netbeans.modules.groovy.editor.api.parser.GroovyVirtualSourceProviderTest.testThrowsClause
 org.netbeans.modules.groovy.editor.api.parser.GroovyVirtualSourceProviderTest.testGeneratorWithScript
 org.netbeans.modules.groovy.editor.api.parser.GroovyVirtualSourceProviderTest.testGeneratorWithClass
 org.netbeans.modules.groovy.editor.api.parser.GroovyVirtualSourceProviderTest.testImports
 org.netbeans.modules.groovy.qaf.GrailsActionsTest.testGotoController
 org.netbeans.modules.groovy.qaf.GrailsActionsTest.testUninstallPlugin
 org.netbeans.modules.groovy.qaf.GrailsActionsTest.testGotoView
 org.netbeans.modules.groovy.qaf.GrailsActionsTest.testGenerateViews
 org.netbeans.modules.groovy.qaf.GrailsActionsTest.testGotoDomainClass
 org.netbeans.modules.groovy.qaf.GrailsActionsTest.testGenerateAll
 org.netbeans.modules.groovy.qaf.GrailsActionsTest.testCreateWar
 org.netbeans.modules.groovy.qaf.GrailsActionsTest.testManagePlugins
 org.netbeans.modules.groovy.qaf.GrailsActionsTest.testStopApp
 org.netbeans.modules.groovy.qaf.GrailsWizardsTest.testGSPFile
 org.netbeans.modules.groovy.qaf.GrailsWizardsTest.testDomainClass
 org.netbeans.modules.groovy.qaf.GrailsWizardsTest.testController
 org.netbeans.modules.groovy.qaf.GrailsWizardsTest.testUnitTest
 org.netbeans.modules.groovy.qaf.GrailsWizardsTest.testService
 org.netbeans.modules.groovy.qaf.GrailsWizardsTest.testIntegrationTest
 org.netbeans.modules.groovy.qaf.GrailsWizardsTest.testTagLib
 org.netbeans.modules.groovy.qaf.GrailsWizardsTest.testGantScript
 org.netbeans.modules.groovy.qaf.GroovySampleTest.testNBProjectGenerators
 org.netbeans.modules.groovy.qaf.GroovySampleTest.testGroovyJavaDemo
 org.netbeans.modules.groovy.qaf.GroovyWizardsTest.testGroovyScript
 org.netbeans.modules.groovy.qaf.GroovyWizardsTest.testGroovy
 org.netbeans.modules.groovy.grailsproject.completion.ControllerCompletionProviderTest.testControllerMethods1
 org.netbeans.modules.groovy.grailsproject.completion.DomainCompletionProviderTest.testDomainMethods1
 org.netbeans.modules.groovy.grailsproject.completion.DomainCompletionProviderTest.testDomainMethods2
 org.netbeans.modules.groovy.grailsproject.completion.DomainCompletionProviderTest.testDomainMethods3
 org.netbeans.modules.groovy.grailsproject.completion.DomainCompletionProviderTest.testDomainMethods4
 org.netbeans.modules.groovy.grailsproject.completion.DomainCompletionProviderTest.testDomainMethods5
 org.netbeans.modules.groovy.grailsproject.completion.DomainCompletionProviderTest.testDomainMethods6
 org.netbeans.modules.groovy.grailsproject.completion.DomainCompletionProviderTest.testDomainMethods7
 org.netbeans.modules.groovy.grailsproject.completion.DomainCompletionProviderTest.testDomainMethods8

A few of these are related to the underlying platform updates (GDK and JDK versions), others may be associated with existing issues and should therefore be linked their respective issues.