-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn test fails with "Test (wrong name: maven-launcher/system-dependency/target/classes/Test)" #3547
Comments
Did you only compile the code with |
I ran |
Could you provide a full log? |
|
Reading your log, #2867 looks related. Sadly i cant reproduce your bug currently, but i used windows. sourceSets {
main {
resources {
exclude("*")
}
}
test {
resources {
exclude("*")
}
} in build.gradle. |
with the sourceSets set, every test failed with MissingResource exception.
Edited with assertion error info |
Fails on my side too, but CI works somehow. It should be 12, if Object has 11 methods on all jdks.
Fails on my side too, but CI works somehow.
Fails on my side too, but CI works somehow.
Fails on my side too, but CI works somehow.
Looks like I need to have a look into the CI. I always thought the failed tests are a windows issue and lived with it. Edit: Edit 4: |
Maven version: 3.6.3
Java versions: jdk8, 11 and 14
OS: arch linux
Followed https://github.com/INRIA/spoon#compiling
The text was updated successfully, but these errors were encountered: