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

Replace slash by path separator to properly skip tests on Windows. #241

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jun 22, 2020

Fixes #236

@finmod this fixes your issues with the device/wmma tests. I think you had other failures though, please open another issue for those.

@maleadt maleadt added bugfix This gets something working again. tests Adds or changes tests. labels Jun 22, 2020
@maleadt maleadt force-pushed the tb/runtest_path_separator branch 2 times, most recently from feefdc7 to f4a4f06 Compare June 23, 2020 07:42
@codecov
Copy link

codecov bot commented Jun 23, 2020

Codecov Report

Merging #241 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
+ Coverage   82.35%   82.38%   +0.02%     
==========================================
  Files         145      145              
  Lines        9441     9450       +9     
==========================================
+ Hits         7775     7785      +10     
+ Misses       1666     1665       -1     
Impacted Files Coverage Δ
test/runtests.jl 52.59% <100.00%> (+2.94%) ⬆️
src/memory.jl 78.17% <0.00%> (+0.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 810117b...9a76818. Read the comment docs.

@maleadt maleadt merged commit ed4e17f into master Jun 23, 2020
@maleadt maleadt deleted the tb/runtest_path_separator branch June 23, 2020 12:17
@finmod
Copy link

finmod commented Jun 24, 2020

@maleadt On re-running test CUDA after the latest commit, there is absolutely no difference in the error message with respect to my first posting.

@maleadt
Copy link
Member Author

maleadt commented Jun 24, 2020

Do you still see both skipping tests: device/wmma and errors when it tries to run those tests?

@finmod
Copy link

finmod commented Jun 24, 2020

Yes, exactly as in the earlier report in #236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This gets something working again. tests Adds or changes tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test runner stumbles over path separators
2 participants