Skip to content

Fix running execution tests on x86#7853

Merged
damyanp merged 2 commits intomicrosoft:mainfrom
damyanp:fix-taef-exec
Oct 29, 2025
Merged

Fix running execution tests on x86#7853
damyanp merged 2 commits intomicrosoft:mainfrom
damyanp:fix-taef-exec

Conversation

@damyanp
Copy link
Copy Markdown
Member

@damyanp damyanp commented Oct 28, 2025

  • Updated FindTAEF to use correct names for x86 platforms (WIn32 and X86)
  • Updated DownloadWarp to pick appropriate version of WARP for the target platform
  • Updated taef.py to not use /inproc. This allows us to run x86 tests on an x64 machine.

* Updated FindTAEF to use correct names for x86 platforms (WIn32 and X86)
* Updated DownloadWarp to pick appropriate version of WARP for the target platform
* Updated taef.py to not use /inproc.  This allows us to run x86 tests on an x64 machine.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Oct 28, 2025

✅ With the latest revision this PR passed the Python code formatter.

Copy link
Copy Markdown
Collaborator

@bob80905 bob80905 left a comment

Choose a reason for hiding this comment

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

LGTM

'/select:', select_filter,
'/unicodeOutput:false',
str.format('/outputFolder:{}', self.test_path)]
cmd = [
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'm surprised we had inproc to begin with....It can easily mask real failures, including crashes!

Copy link
Copy Markdown
Contributor

@alsepkow alsepkow left a comment

Choose a reason for hiding this comment

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

lgtm

@damyanp damyanp merged commit a80b6b1 into microsoft:main Oct 29, 2025
12 checks passed
@github-project-automation github-project-automation Bot moved this from New to Done in HLSL Roadmap Oct 29, 2025
@damyanp damyanp deleted the fix-taef-exec branch October 29, 2025 01:03
damyanp added a commit that referenced this pull request Feb 10, 2026
* Updated FindTAEF to use correct names for x86 platforms (WIn32 and
X86)
* Updated DownloadWarp to pick appropriate version of WARP for the
target platform
* Updated taef.py to not use /inproc. This allows us to run x86 tests on
an x64 machine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants