Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 537975 - All jdt.compiler.apt tests are failing
Summary: All jdt.compiler.apt tests are failing
Status: CLOSED DUPLICATE of bug 531057
Alias: None
Product: JDT
Classification: Eclipse Project
Component: APT (show other bugs)
Version: 4.9   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 4.9 M3   Edit
Assignee: Jay Arthanareeswaran CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-16 00:02 EDT by Jay Arthanareeswaran CLA
Modified: 2018-08-16 08:27 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 Jay Arthanareeswaran CLA 2018-08-16 00:02:24 EDT
They all seem to have started to fail since build I20180813-2000. But I don't see any relevant change since that build and the previous. Needs investigation on high priority.

All tests are failing with the same stack:

No Eclipse compiler found

junit.framework.AssertionFailedError: No Eclipse compiler found
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertNotNull(Assert.java:256)
at junit.framework.TestCase.assertNotNull(TestCase.java:426)
at org.eclipse.jdt.compiler.apt.tests.BatchTestUtils.init(BatchTestUtils.java:452)
at org.eclipse.jdt.compiler.apt.tests.Java8ElementsTests.setUp(Java8ElementsTests.java:40)
Comment 1 Jay Arthanareeswaran CLA 2018-08-16 00:07:05 EDT
Yesterday being holiday, I just opened my mail and noticed there's some relevant update on https://git.eclipse.org/r/#/c/127420/

Stephan, I suppose this is taken care of now?
Comment 2 Stephan Herrmann CLA 2018-08-16 08:27:51 EDT
Right, this was fallout from the move to JUnit 5 and has been fixed via bug 531057 as can be seen in http://download.eclipse.org/eclipse/downloads/drops4/I20180815-2000/testResults.php

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