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 208911 - Evaluate org.netbeans.api.templates.ProcessorTest failure on Linux
Summary: Evaluate org.netbeans.api.templates.ProcessorTest failure on Linux
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Templates (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: JDK_SPECIFIC, TEST
Depends on:
Blocks: 208442
  Show dependency tree
 
Reported: 2012-02-27 15:42 UTC by Jiri Skrivanek
Modified: 2012-03-14 10:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ProcessorTest results. (28.35 KB, text/html)
2012-02-27 15:42 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-02-27 15:42:08 UTC
Created attachment 116143 [details]
ProcessorTest results.

As reported in bug 208442 org.netbeans.api.templates.ProcessorTest is failing on Linux with JDK7u4. Please evaluate ASAP, escalated by JDK team. We need to know whether it's a random failure, issue in test or problem in JDK.
Comment 1 Martin Entlicher 2012-02-29 16:10:11 UTC
On JDK 7u4 b11 there seems to be something different in loggers.
On JDK 7u4 b13 the test pass for me.

But to prevent from similar problems, I've made the test more robust by
changeset:   213976:e54cf94c40b6
http://hg.netbeans.org/main/rev/e54cf94c40b6
Comment 2 Quality Engineering 2012-03-01 11:01:14 UTC
Integrated into 'main-golden', will be available in build *201203010400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e54cf94c40b6
User: mentlicher@netbeans.org
Log: #208911: Making the test more robust by using TemplateExceptionHandler.
Comment 3 Marian Mirilovic 2012-03-01 13:35:42 UTC
Martin, may I ask you to port the fix into release71_fixes branch as well ? Thanks in advance.
Comment 4 Jiri Skrivanek 2012-03-14 10:59:06 UTC
No need to transplant the fix into release71_fixes. ProcessorTest is excluded from stable test distribution in release71_fixes.