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 237544 - Failing JavaCompletionProvider18FeaturesTest
Summary: Failing JavaCompletionProvider18FeaturesTest
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: JDK_8, JDK_SPECIFIC, TEST
Depends on:
Blocks:
 
Reported: 2013-10-23 11:35 UTC by Jiri Skrivanek
Modified: 2013-12-05 09:02 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 2013-10-23 11:35:53 UTC
Please, fix JavaCompletionProvider18FeaturesTesT test failing on JDK8. To reproduce:

ant -f java.editor test-unit -Dtest.includes=**/JavaCompletionProvider18FeaturesTest.class

http://test4u.cz.oracle.com/job/StableBTD-trunk/lastCompletedBuild/testReport
Comment 1 Dusan Balek 2013-12-04 13:50:52 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/1b160d23170b
Comment 2 Quality Engineering 2013-12-05 02:55:05 UTC
Integrated into 'main-silver', will be available in build *201312050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1b160d23170b
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #237544: Failing JavaCompletionProvider18FeaturesTest  - fixed.