Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
9e06fe4
add cdac dump-test infrastructure
max-charlamb Feb 18, 2026
20a18ae
centralize debuggee props
max-charlamb Feb 18, 2026
03d470d
add CI pipeline
max-charlamb Feb 18, 2026
d06c90f
address comments
max-charlamb Feb 18, 2026
7bf223f
move pipeline inside of runtime-diagnostics
max-charlamb Feb 18, 2026
8295470
comments
max-charlamb Feb 18, 2026
eb8ad7d
update yaml for cross-platform dump testing
max-charlamb Feb 18, 2026
f19b808
add more tests
max-charlamb Feb 18, 2026
5c06718
refactor skip logic
max-charlamb Feb 18, 2026
0727d57
refactor more
max-charlamb Feb 18, 2026
da8011b
update
max-charlamb Feb 18, 2026
7686c17
refactor
max-charlamb Feb 18, 2026
b4ad6ee
run stages in parallel
max-charlamb Feb 18, 2026
d02012e
Fix cross-platform cDAC dump test artifact download
steveisok Feb 19, 2026
b5ba445
Standardize cDAC dump artifacts on tar.gz format
steveisok Feb 19, 2026
3dc06d1
publish test results seperately
max-charlamb Feb 19, 2026
c8519a4
Merge branch 'cdac-dumptests' of https://github.com/max-charlamb/runt…
max-charlamb Feb 19, 2026
ab80618
add support for running from CI dumps
max-charlamb Feb 19, 2026
3f16942
fix windows paths on unix machines
max-charlamb Feb 19, 2026
06cc2bd
add more platforms
max-charlamb Feb 19, 2026
ef9ff5f
address comments
max-charlamb Feb 19, 2026
dd69e3c
only build on avaialble ADO queues
max-charlamb Feb 19, 2026
6056ed8
fix cDAC Thread object from requiring the UEWatsonBucketTrackerBucket…
max-charlamb Feb 19, 2026
056af5a
remove more skips
max-charlamb Feb 19, 2026
265d112
add serverGC test
max-charlamb Feb 19, 2026
d1f203c
try to fix arm64 build
max-charlamb Feb 19, 2026
642be8b
try using heap dumps
max-charlamb Feb 19, 2026
2bb3bd1
don't use osx_arm64
max-charlamb Feb 19, 2026
616900e
WIP helix changes
max-charlamb Feb 19, 2026
2c2158b
fix script
max-charlamb Feb 19, 2026
d361c2e
try new update
max-charlamb Feb 19, 2026
4ae58f7
fix pipeline
max-charlamb Feb 19, 2026
3e3de9c
Fix cDAC dump Helix error: pass _Creator for anonymous queue access
max-charlamb Feb 19, 2026
16babf9
fix helix
max-charlamb Feb 20, 2026
10fb0da
move pipeline to runtime
max-charlamb Feb 20, 2026
341b374
Skip dump tests when dump file is not found
max-charlamb Feb 22, 2026
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
fix helix
  • Loading branch information
max-charlamb committed Feb 20, 2026
commit 16babf981fa342ce223cb8d422f975021b7a7359
4 changes: 2 additions & 2 deletions src/native/managed/cdac/tests/DumpTests/cdac-dump-helix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

<!-- Send the testhost as a correlation payload (shared across work items, extracted once per machine) -->
<ItemGroup>
<HelixCorrelationPayload Include="testhost">
<PayloadDirectory>$(TestHostPayload)</PayloadDirectory>
<HelixCorrelationPayload Include="$(TestHostPayload)">
<PayloadDirectory>%(Identity)</PayloadDirectory>
</HelixCorrelationPayload>
</ItemGroup>

Expand Down
Loading