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

[mono][tests] Fix System.Reflection.Tests.ModuleTests.GetField failing test on ARMv6 and Android #75458

Merged
merged 7 commits into from
Sep 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add ARMv6 pipeline to runtime
  • Loading branch information
kotlarmilos committed Sep 15, 2022
commit 8f46f8f1a676bfeb165f590d1060b3cb67002f45
3 changes: 2 additions & 1 deletion eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
buildConfig: checked
platforms:
- Linux_x64
- Linux_armv6
container: debian-11-gcc12-amd64-20220511124845-b7a6185
jobParameters:
testGroup: innerloop
Expand Down Expand Up @@ -339,6 +338,7 @@ jobs:
- tvOSSimulator_x64
- iOSSimulator_x86
- Linux_arm
- Linux_armv6
jobParameters:
testGroup: innerloop
nameSuffix: AllSubsets_Mono
Expand Down Expand Up @@ -643,6 +643,7 @@ jobs:
# - Linux_musl_arm64
- windows_x64
- windows_x86
- Linux_armv6
# - windows_arm
# - windows_arm64
jobParameters:
Expand Down