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 246697

Summary: groovy FastImportsTest fails on Mac OSX 10.10
Product: groovy Reporter: Maksim Khramov <mkhramov>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: Test log

Description Maksim Khramov 2014-08-26 09:09:06 UTC
Created attachment 148898 [details]
Test log

Test platform: Java(TM) SE Runtime Environment 1.8.0_20 b26 (1.8.0_20-b26)  on MacOSX 10.10

Failed tests:
org.netbeans.modules.groovy.editor.imports.FastImportTest:org.netbeans.modules.groovy.editor.imports.FastImportTest::testNoImportsYet_noSpaceAfterPackageStatement
org.netbeans.modules.groovy.editor.imports.FastImportTest:org.netbeans.modules.groovy.editor.imports.FastImportTest::testNoImportsYet_severalSpacesAfterPackageStatement
org.netbeans.modules.groovy.editor.imports.FastImportTest:org.netbeans.modules.groovy.editor.imports.FastImportTest::testNoImportsYet_spaceAfterPackageStatement
org.netbeans.modules.groovy.editor.imports.FastImportTest:org.netbeans.modules.groovy.editor.imports.FastImportTest::testSeveralImports_firstPosition
org.netbeans.modules.groovy.editor.imports.FastImportTest:org.netbeans.modules.groovy.editor.imports.FastImportTest::testSeveralImports_lastPosition
org.netbeans.modules.groovy.editor.imports.FastImportTest:org.netbeans.modules.groovy.editor.imports.FastImportTest::testSeveralImports_middlePosition

See testflog in attach