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 251104 - Failing org.openide.text tests
Summary: Failing org.openide.text tests
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2015-03-11 14:28 UTC by Jiri Skrivanek
Modified: 2015-03-23 11:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2015-03-11 14:28:38 UTC
Please, fix test failing since build 201503070001. It seems to be caused by  editor.settings.storage split. Failing tests:

 org.netbeans.modules.autoupdate.services.FeatureIncompleteTest.testIncompleteFeature	0.094	4
 org.netbeans.modules.templates.PropertiesProviderTest.testBasePropertiesAlwaysPresent	0.781	4
 org.openide.text.AnnotationProviderTest.testAnnotationProviderIsCalledCorrectly	1.101	4
 org.openide.text.DataEditorSupportTest.test68015	1.487	4
 org.openide.text.DataEditorSupportTest.testChangeFile	0.015	4
 org.openide.text.DataEditorSupportTest.testChangeFileWhileOpen	0.013	4
 org.openide.text.DataEditorSupportTest.testItCanBeGCedIssue57565	0.017	4
 org.openide.text.DataEditorSupportTest.testSaveOpenConcurrent	0.012	4
 org.openide.text.FileEncodingQueryDataEditorSupportTest.testFileEncodingQuery	1.368	4
 org.openide.text.PeterZMoveTest.testWhenMovingAFileNoLockshallBetaken	1.046	4
 org.openide.text.PeterZMoveTest.testWhenMovingAFileNoLockshallBetakenNoSave	0.003	4
 org.openide.text.SimpleDESFactoryTest.testItIsPossibleToMaskEditCookie	2.67	4
 org.openide.text.SimpleDESTest.testItIsPossibleToMaskEditCookie	2.516	4
 org.openide.text.SimpleFactoryTest.testOurNodeSubclassCreated

http://test4u.cz.oracle.com/job/StableBTD-trunk/lastCompletedBuild/testReport/
Comment 1 Svata Dedic 2015-03-17 08:17:19 UTC
Seems resolved by jet-main#50093b482071
Comment 2 Jiri Skrivanek 2015-03-19 13:41:50 UTC
org.netbeans.modules.templates.PropertiesProviderTest.testBasePropertiesAlwaysPresent still failing.
Comment 3 Svata Dedic 2015-03-23 10:20:50 UTC
Fix propagated into build #493 and onwards.