Skip to content
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

Building with integration tests on Windows fails #173

Open
axeluhl opened this issue Sep 27, 2023 · 0 comments
Open

Building with integration tests on Windows fails #173

axeluhl opened this issue Sep 27, 2023 · 0 comments

Comments

@axeluhl
Copy link

axeluhl commented Sep 27, 2023

The JarFileScanner gets confused with the platform-agnostic forward slashes used by JAR file entry names when the includes/excludes patterns are adapted to using the platform-specific File.separator. This way, the compile-with-coverage integration tests keeps failing on Windows.

As a side effect, it turns out that on slower / virtualized Windows environments the gwt-test-fail tests fails for a timeout that may be set too short. Increasing the default timeout from 60s to 600s may solve this, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant