-
Notifications
You must be signed in to change notification settings - Fork 34
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
ClassFormatError and NoSuchMethodError when using GZoltar to execute tests for JxPath #67
Comments
Hi @Instein98, Thanks for taking the time to report this issue, I will try to debug it on my end. But before I go ahead,
javac -version
java -version
cd "$work_dir/$PID-${BID}b"
"$D4J_HOME/framework/bin/defects4j" test and let me know the content of the -- |
Thanks for your prompt reply!
On my Linux (Ubuntu) machine:
The output of running
Content in
Please let me know if you need more information. |
Hi @Instein98, This issue has been confirmed and reproduced on my end and, unfortunately, there are also other unexpected failing tests on Defects4J v2.0.0 (see #71 and #72. I'm not sure when I will have the time to debug and fix those. -- |
Context
When using GZoltar to execute tests for JxPath-1, most of the tests failed with unexpected errors, i.e., 201 ClassFormatError and 83 NoSuchMethodError.
Steps to Reproduce
localize.sh
with the following content. Please change the value of "work_dir" and "D4J_HOME" correspondingly.localize.log
file, we can observe that there are 83NoSuchMethodError
and 201ClassFormatError
. However, JxPath-1b should only fail 2 tests withNullPointerException
.Expected behaviour
The test execution should only fail 2 tests with
NullPointerException
.Environment (please complete the following information, if relevant):
I have reproduced the problem on both of my MacOS and Linux machines.
The text was updated successfully, but these errors were encountered: