-
Notifications
You must be signed in to change notification settings - Fork 343
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
java.net.URI.toURI broken #460
Conversation
@cyrille-artho please review this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
As this test will fail without a fix in jpf-core, let's wait with merging the PR until Part 2 (the fix) is also ready.
Thanks for the update. This test is a good way to verify an upcoming fix of |
@cyrille-artho what should be the standard output of |
We always use the regular JVM as a baseline. In this case, your test may fail because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You seem to have accidentally included an extra file.
Strange that the test passes while a simple program using
I have run this with
|
Make sure the tests run on JPF, not the host JVM: |
…same in SharedSceret class
@cyrille-artho Please review it. Hopefully its resolved now. |
Thanks, looks good! |
Unit test for 'toURI' method
Obtain working URI by fixing a dependency in the JPF model classes
fixing issue
java.net.URI.toURI
broken #457