-
Notifications
You must be signed in to change notification settings - Fork 86
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
Fine-tune testing on Windows #86
Conversation
aea01b7
to
91ea919
Compare
👋 Welcome back cstein! A progress list of the required criteria for merging this PR into |
Webrevs
|
Thanks for looking into this! With your patch all the I'm not a Skara reviewer, so I can't Approve™ this, but the patch looks good to me 👍 FWIW, I also got some other failures from some of the bot tests, particularly Besides that some tests in the I had a chat with Erik about this, and since the bots are not really required to run on Windows any ways, it would also be fine to disable all the |
As long as some CI service is running those tests on Linux/Mac, fine with me. I'll extend this PR with to disable all bots tests on Windows. |
This looks good, but @sormuras would you mind updating the title of the PR? The title of the PR will be used as the title for the resulting commit, and I think we would want something a bit more descriptive than |
Sure, Erik. But I'll update the PR once more to include comments from above:
|
Ok, sounds good! |
Sneak-peek: https://gradle.com/s/bzobk5dbt7zga |
On Windows Path::toString generates back slashes as path element separators. This yields invalid URI paths: like "%s\webrev.%s".
91ea919
to
20b2683
Compare
Instead of annotating each test class in every Too much magic? If only |
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.
Looks good to me!
@sormuras This change can now be integrated. The commit message will be:
Since the source branch of this PR was last updated there have been 11 commits pushed to the
Since there are no conflicts, your changes will automatically be rebased on top of the above commits when integrating. If you prefer to do this manually, please merge As you do not have Committer status in this project, an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@edvbld, @JornVernee) but any other Committer may sponsor as well.
|
/integrate |
/sponsor |
All Windows issues down
On Windows Path::toString generates back slashes as path element separators. This yields invalid URI paths: like
"%s\webrev.%s"
.Progress
Approvers