Commit 25e2d7f
Use Checked runtime for cDAC dump tests (#126899)
> [!NOTE]
> This PR was created with assistance from GitHub Copilot.
Switch the cDAC dump test builds from Release to Checked runtime
configuration (`-rc checked`) while keeping libs as Release (`-lc
release`). This enables runtime asserts in the CLR, which helps catch
issues in the cDAC data descriptors and contract implementations during
dump testing.
**Changes:**
- Single-leg dump tests: `-rc release` → `-rc checked`
- X-plat dump generation: `-rc release` → `-rc checked`
- X-plat dump testing: `-rc release` → `-rc checked`
SOS test stages are unchanged (remain Release).
---------
Co-authored-by: Max Charlamb <maxcharlamb@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d51a70b commit 25e2d7f
File tree
2 files changed
+6
-6
lines changed- eng/pipelines
- src/coreclr/vm/datadescriptor
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments