Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 274006 Details for
Bug 534587
Junit5 Tests no longer work (worked with 1.1)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Log File
1526055532315.log (text/plain), 5.12 KB, created by
Christian Dietrich
on 2018-05-11 12:20:07 EDT
(
hide
)
Description:
Log File
Filename:
MIME Type:
Creator:
Christian Dietrich
Created:
2018-05-11 12:20:07 EDT
Size:
5.12 KB
patch
obsolete
>!SESSION 2018-05-11 18:18:52.210 ----------------------------------------------- >eclipse.buildId=unknown >java.version=1.8.0_171 >java.vendor=Oracle Corporation >BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=de_DE >Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /Users/dietrich/eclipse-workspaces/ws-214nightlyxxc2222_lsp/org.xtext.example.mydsl5.parent/org.xtext.example.mydsl5.tests/target/surefire.properties >Command-line arguments: -data /Users/dietrich/eclipse-workspaces/ws-214nightlyxxc2222_lsp/org.xtext.example.mydsl5.parent/org.xtext.example.mydsl5.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /Users/dietrich/eclipse-workspaces/ws-214nightlyxxc2222_lsp/org.xtext.example.mydsl5.parent/org.xtext.example.mydsl5.tests/target/surefire.properties > >!ENTRY org.eclipse.swt.win32.win32.x86_64 2 0 2018-05-11 18:18:54.263 >!MESSAGE Could not resolve module: org.eclipse.swt.win32.win32.x86_64 [127] > Unresolved requirement: Require-Capability: eclipse.platform; filter:="(& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86_64))" > Unresolved requirement: Require-Capability: eclipse.platform; filter:="(& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86_64))" > > >!ENTRY org.eclipse.swt.gtk.linux.x86_64 2 0 2018-05-11 18:18:54.264 >!MESSAGE Could not resolve module: org.eclipse.swt.gtk.linux.x86_64 [128] > Unresolved requirement: Require-Capability: eclipse.platform; filter:="(& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))" > Unresolved requirement: Require-Capability: eclipse.platform; filter:="(& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))" > > >!ENTRY org.eclipse.osgi 4 0 2018-05-11 18:18:54.264 >!MESSAGE Application error >!STACK 1 >org.apache.maven.surefire.util.SurefireReflectionException: java.util.ServiceConfigurationError: org.junit.platform.engine.TestEngine: Provider org.junit.jupiter.engine.JupiterTestEngine not a subtype > at org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:135) > at org.apache.maven.surefire.booter.SurefireReflector.instantiateProvider(SurefireReflector.java:276) > at org.apache.maven.surefire.booter.ProviderFactory.createProvider(ProviderFactory.java:113) > at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:81) > at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:107) > at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:656) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) > at org.eclipse.equinox.launcher.Main.run(Main.java:1498) > at org.eclipse.equinox.launcher.Main.main(Main.java:1471) >Caused by: java.util.ServiceConfigurationError: org.junit.platform.engine.TestEngine: Provider org.junit.jupiter.engine.JupiterTestEngine not a subtype > at java.util.ServiceLoader.fail(ServiceLoader.java:239) > at java.util.ServiceLoader.access$300(ServiceLoader.java:185) > at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376) > at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404) > at java.util.ServiceLoader$1.next(ServiceLoader.java:480) > at org.junit.platform.launcher.core.DefaultLauncher.validateUniqueIds(DefaultLauncher.java:63) > at org.junit.platform.launcher.core.DefaultLauncher.<init>(DefaultLauncher.java:58) > at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:59) > at org.junit.platform.surefire.provider.JUnitPlatformProvider.<init>(JUnitPlatformProvider.java:85) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:423) > at org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:131) > ... 23 more
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 534587
:
274005
| 274006 |
274021