Skip to content

chore: Add setting to skip disassembly tests on macos(x64)#3153

Merged
timcassell merged 1 commit into
dotnet:masterfrom
filzrev:chore-skip-disassembly-tests-on-macos-x64
May 29, 2026
Merged

chore: Add setting to skip disassembly tests on macos(x64)#3153
timcassell merged 1 commit into
dotnet:masterfrom
filzrev:chore-skip-disassembly-tests-on-macos-x64

Conversation

@filzrev
Copy link
Copy Markdown
Contributor

@filzrev filzrev commented May 27, 2026

This PR add temporary workaround code for #3086
By adding setting to skip disassembly tests on macos(x64)

Currently this SIGSEGV issue is observed on macos(x64)/CsProjectCoreToolchain only.
So just skip related tests on this environment.

Note: As far as I've confirmed, there is no related issue reported on ClrMD repository.

@filzrev filzrev force-pushed the chore-skip-disassembly-tests-on-macos-x64 branch 3 times, most recently from 9ba0c47 to 7ef3a4c Compare May 28, 2026 09:52
@filzrev
Copy link
Copy Markdown
Contributor Author

filzrev commented May 28, 2026

Currently following command is silently failed on windows-latest environment.

jsvu --os=default --engines=v8

It looks like downloaded v8 binary is something wrong.
And it seems be resolved on latest release.

I've added $PSNativeCommandUseErrorActionPreference = $true setting to thrown when native command exit non-0 code.

-> This setting seems not works. jsvu returns exit code 0. And It also confirmed on ubuntu-latest

jsvu installation issue seems occurred when running on 20260525.56.1 runner image.
Currently, It seems no related issue reported on actions/runner-images or jsvu repository.

@filzrev filzrev force-pushed the chore-skip-disassembly-tests-on-macos-x64 branch 2 times, most recently from bcf128b to 489b266 Compare May 28, 2026 23:01
@filzrev filzrev force-pushed the chore-skip-disassembly-tests-on-macos-x64 branch from 489b266 to dc8e2ea Compare May 29, 2026 05:08
@timcassell timcassell merged commit 9c90f71 into dotnet:master May 29, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants