Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Include all loader errors when failing #3509

Merged
merged 6 commits into from
Oct 11, 2023
Merged

Conversation

Porges
Copy link
Member

@Porges Porges commented Sep 17, 2023

Closes #2736.

Include all errors from the loader transcript when looking for missing DLLs. This will help users to analyze the problem, as this information can include missing symbols, etc.

@codecov-commenter
Copy link

codecov-commenter commented Sep 17, 2023

Codecov Report

Merging #3509 (3322f45) into main (2f2a649) will decrease coverage by 0.02%.
The diff coverage is 25.71%.

@@            Coverage Diff             @@
##             main    #3509      +/-   ##
==========================================
- Coverage   39.06%   39.04%   -0.02%     
==========================================
  Files         302      302              
  Lines       36904    36916      +12     
==========================================
  Hits        14415    14415              
- Misses      22489    22501      +12     
Files Coverage Δ
src/agent/dynamic-library/src/linux.rs 87.93% <80.00%> (+0.14%) ⬆️
src/agent/onefuzz/src/libfuzzer.rs 78.50% <62.50%> (-0.20%) ⬇️
src/agent/dynamic-library/src/windows.rs 18.07% <0.00%> (-0.75%) ⬇️
...c/agent/dynamic-library/src/bin/dynamic-library.rs 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

@Porges Porges marked this pull request as ready for review October 9, 2023 02:11
@Porges Porges force-pushed the report-all-loader-errors branch from 4193abb to 31f31bd Compare October 9, 2023 02:12
@Porges Porges requested a review from chkeita October 9, 2023 19:50
@Porges Porges enabled auto-merge (squash) October 11, 2023 03:16
@Porges Porges merged commit 46bbe5b into main Oct 11, 2023
24 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include missing exports, loader transcript when available
3 participants