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

[BOLT][test] Replace /dev/null with temp file #73485

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Conversation

aaupov
Copy link
Contributor

@aaupov aaupov commented Nov 27, 2023

NFC processing time script identifies tests by output filename.
When /dev/null is used as output filename, we're unable to tell the
source test, and the reports are unhelpful.
Replace /dev/null/ with %t.null` which resolves the issue.

aaupov added a commit to aaupov/bolt-tests that referenced this pull request Nov 27, 2023
NFC processing time script identifies tests by output filename.
When `/dev/null` is used as output filename, we're unable to tell
the source test, and the reports are unhelpful, e.g.:
https://lab.llvm.org/buildbot/#/builders/244/builds/20918

Replace `/dev/null/ with `%t.null` which resolves the issue.

Follow-up to llvm/llvm-project#73485
NFC processing time script identifies tests by output filename.
When `/dev/null` is used as output filename, we're unable to tell the
source test, and the reports are unhelpful.
Replace `/dev/null/` with `%t.null` which resolves the issue.
@aaupov aaupov merged commit ab14eb2 into llvm:main Nov 27, 2023
6 checks passed
@aaupov aaupov deleted the test_update branch November 27, 2023 18:53
aaupov added a commit to rafaelauler/bolt-tests that referenced this pull request Nov 27, 2023
NFC processing time script identifies tests by output filename.
When `/dev/null` is used as output filename, we're unable to tell
the source test, and the reports are unhelpful, e.g.:
https://lab.llvm.org/buildbot/#/builders/244/builds/20918

Replace `/dev/null/ with `%t.null` which resolves the issue.

Follow-up to llvm/llvm-project#73485
Guzhu-AMD pushed a commit to GPUOpen-Drivers/llvm-project that referenced this pull request Nov 30, 2023
Local branch amd-gfx e65d689 Merged main:d8b8aa3a5661 into amd-gfx:064a5f8331d7
Remote branch main ab14eb2 [BOLT][test] Replace /dev/null with temp file (llvm#73485)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants