Bug 325749 - Test failures in HEAD
Summary: Test failures in HEAD
Status: CLOSED DUPLICATE of bug 325755
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.7   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-20 08:51 EDT by DJ Houghton CLA
Modified: 2010-09-20 15:37 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2010-09-20 08:51:45 EDT
In the nightly build the past couple of days there have been a lot of test failures (70-90) on all platforms. NPEs (somewhere in the XML files) and PermGen errors included. 

This is strange because nothing has been released to HEAD for a while and also the contents of HEAD match the contents released into the latest I-Builds (which aren't failing). 

I talked to Kim and there doesn't seem to be any related changes on the build machine lately.
Comment 1 Andrew Niefer CLA 2010-09-20 15:37:44 EDT
Test failures are caused by the compiler problem bug 325755.

The stack trace causing all the failures is 

java.lang.NullPointerException
at org.eclipse.osgi.framework.internal.core.FilterImpl$Parser.<init>(FilterImpl.java:1373)
at org.eclipse.osgi.framework.internal.core.FilterImpl.newInstance(FilterImpl.java:142)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.createFilter(BundleContextImpl.java:915)
at org.eclipse.pde.internal.build.BundleHelper.createFilter(BundleHelper.java:123)
at org.eclipse.pde.internal.build.BundleHelper.getFilter(BundleHelper.java:165)

This is not posssible, BundleHelper#getFilter line 165 has a null check.

*** This bug has been marked as a duplicate of bug 325755 ***