-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Make fuchsia-test-runner.py compatible with new JSON output from llvm-readelf #131694
Conversation
Failed to set assignee to
|
r? @tmandry |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a749f21
to
4c3e9cf
Compare
This comment has been minimized.
This comment has been minimized.
4c3e9cf
to
0ffa066
Compare
This comment has been minimized.
This comment has been minimized.
7fb0b09
to
f4c3da4
Compare
Verified this change fixes the error fuchsia-test-runner.py was encountering. |
This comment has been minimized.
This comment has been minimized.
47f8529
to
caded8d
Compare
…-readelf [A recent commit in LLVM](llvm/llvm-project@ab930ee) modified the JSON output of LLVM. The LLVM change renamed "Notes" to "NoteSections" and inserted a new "Notes" key nested under each "NoteSection". This change shores up exceptions around reading the JSON output of llvm-readelf and reads from "NoteSections" instead of the non-existent "Notes".
caded8d
to
5d178e1
Compare
r? @djkoloski |
Failed to set assignee to
|
lgtm, but I don't have commit access anymore. We can see if someone's available on zulip that could help. |
Started a topic in Zulip. |
r? infra-ci |
Rollup of 10 pull requests Successful merges: - rust-lang#131582 (Add wasm32-unknown-emscripten platform support document) - rust-lang#131694 (Make fuchsia-test-runner.py compatible with new JSON output from llvm-readelf) - rust-lang#131700 (Fix match_same_arms in stable_mir) - rust-lang#131712 (Mark the unstable LazyCell::into_inner const) - rust-lang#131746 (Relax a memory order in `once_box`) - rust-lang#131754 (Don't report bivariance error when nesting a struct with field errors into another struct) - rust-lang#131760 (llvm: Match aarch64 data layout to new LLVM layout) - rust-lang#131764 (Fix unnecessary nesting in run-make test output directories) - rust-lang#131766 (Add mailmap entry for my dev-desktop setup) - rust-lang#131771 (Handle gracefully true/false in `cfg(target(..))` compact) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#131694 - c6c7:fixup-failing-fuchsia-tests, r=Urgau Make fuchsia-test-runner.py compatible with new JSON output from llvm-readelf [A recent commit in LLVM](llvm/llvm-project@ab930ee) modified the JSON output of LLVM. The LLVM change renamed "Notes" to "NoteSections" and inserted a new "Notes" key nested under each "NoteSection". This change shores up exceptions around reading the JSON output of llvm-readelf and reads from "NoteSections" instead of the non-existent "Notes". r? `@erickt`
A recent commit in LLVM modified the JSON output of LLVM. The LLVM change renamed "Notes" to "NoteSections" and inserted a new "Notes" key nested under each "NoteSection".
This change shores up exceptions around reading the JSON output of llvm-readelf and reads from "NoteSections" instead of the non-existent "Notes".
r? @erickt