-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[mono][docs] Change build/run individual runtime test example #90254
Comments
Is the documentation missing |
Thanks, I wasn't aware of this variable. When I set the variable as |
I don't know if it is supposed to work when passed to the top-level build script (could be a bug). I do know it is supposed to work when |
Tagging subscribers to this area: @directhex Issue DetailsProvide a different example for building, running, and debugging of individual runtime tests for Mono Testing documentation https://github.com/dotnet/runtime/blob/main/docs/workflow/testing/mono/testing.md. The current example ( This can by "hacked" locally by adding
|
Description
Provide a different example for building, running, and debugging of individual runtime tests for Mono Testing documentation https://github.com/dotnet/runtime/blob/main/docs/workflow/testing/mono/testing.md. The current example (
JIT/opt/InstructionCombining/DivToMul.csproj
) doesn't generate.sh
file which could be later used to run or debug the test #84284.This can by "hacked" locally by adding
<RequiresProcessIsolation>True</RequiresProcessIsolation>
to theDivToMul.csproj
file.Tasks
mono_aot
scenario. Failure log:The value "/**/*.dll" of the "Include" attribute in element <ItemGroup> in file ".../src/tests/build.proj (122,37)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.
. ([mono] [tests] Set error for mono_fullaot runtime tests when no suitable tests are found #96902)The text was updated successfully, but these errors were encountered: