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

Enable 32-bit tests during CI #1180

Closed
wants to merge 3 commits into from
Closed

Conversation

slozier
Copy link
Contributor

@slozier slozier commented Apr 19, 2021

No description provided.

@Lamparter
Copy link
Contributor

Lamparter commented Nov 17, 2024

@slozier what's stopping this from being merged?
Apart from the fact that the PR is very old, I don't see how it wouldn't work.

@slozier
Copy link
Contributor Author

slozier commented Nov 18, 2024

I don't remember why I left this one as a draft. Maybe something was failing? Or Windows 11 being 64-bit only made testing it less interesting. I guess I can rebase and see if anything is failing.

Copy link
Contributor

@Lamparter Lamparter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there was an error with the build .NET > IronLanguages > Pipelines

1>D:\a\1\s\Directory.Build.props(105,3): error MSB4019: The imported project "D:\a\1\s\Build\net46.props" was not found. Confirm that the expression in the Import declaration "D:\a\1\s\Build\net46.props" is correct, and that the file exists on disk. [D:\a\1\s\Src\IronPythonTest\IronPythonTest.csproj]

The correct props file is net462 and not net46.

Build/steps.yml Outdated
@@ -81,6 +81,11 @@ steps:
- powershell: ./make.ps1 test-all
displayName: Test

# 32-bit tests on Windows only
- ${{ if eq(parameters.os, 'Windows') }}:
- powershell: ./make.ps1 -frameworks net46 -platform x86 test-all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- powershell: ./make.ps1 -frameworks net46 -platform x86 test-all
- powershell: ./make.ps1 -frameworks net462 -platform x86 test-all

@Lamparter
Copy link
Contributor

How is the check still running?
I'm surprised it's taking this long

@slozier
Copy link
Contributor Author

slozier commented Nov 19, 2024

Ahh, a bunch of tests are not actually running in 32-bit mode because the process runner is launching ipy.exe. Seems vaguely familiar - probably why I moved it to draft in the first place. Guess I should have left a note. 😄

@slozier slozier marked this pull request as ready for review November 19, 2024 22:33
@slozier
Copy link
Contributor Author

slozier commented Dec 27, 2024

Closing this one as it just increases CI time considerably for little to no gain.

@slozier slozier closed this Dec 27, 2024
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

Successfully merging this pull request may close these issues.

2 participants