Bug 415020 - 2 JavaLibraryPathTests fail with an error on all platforms
Summary: 2 JavaLibraryPathTests fail with an error on all platforms
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.4 M2   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2013-08-14 03:29 EDT by Dani Megert CLA
Modified: 2013-08-16 04:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2013-08-14 03:29:40 EDT
I20130813-1330 and N20130813-2000.

http://download.eclipse.org/eclipse/downloads/drops4/I20130813-1330/testresults/html/org.eclipse.jdt.debug.tests_linux.gtk.x86_6.0.html


N/A

java.lang.NullPointerException
at org.eclipse.jdt.debug.tests.core.JavaLibraryPathTests.testMultiVMArgsForRequiredProjectExplicitPath(JavaLibraryPathTests.java:155)
at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:2405)
at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:55)
at java.lang.Thread.run(Thread.java:662)


N/A

java.lang.NullPointerException
at org.eclipse.jdt.debug.tests.core.JavaLibraryPathTests.testVMArgsForRequiredProjectExplicitPath(JavaLibraryPathTests.java:130)
at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:2405)
at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:55)
at java.lang.Thread.run(Thread.java:662)
Comment 1 Dani Megert CLA 2013-08-14 05:41:14 EDT
Caused by wrong fix for bug 414939.
Comment 2 Michael Rennie CLA 2013-08-14 10:41:58 EDT
Good news: not a problem with the preferred delegate code. Bad new: I broke two tests.

Fixed with: 

http://git.eclipse.org/c/jdt/eclipse.jdt.debug.git/commit/?id=d9e1d7ce95423a1a0ef00ae7af34ea3282dbc572
Comment 3 Dani Megert CLA 2013-08-16 04:24:49 EDT
Verified in N20130815-1030.