[6.38] [cling][test] Fix failing cling tests in master#21273
Open
dpiparo wants to merge 4 commits intoroot-project:v6-38-00-patchesfrom
Open
[6.38] [cling][test] Fix failing cling tests in master#21273dpiparo wants to merge 4 commits intoroot-project:v6-38-00-patchesfrom
dpiparo wants to merge 4 commits intoroot-project:v6-38-00-patchesfrom
Conversation
When cling is built with C++17, the implementation in ValuePrinter.cpp is not compiled. When cling is later used with -std=c++20, we don't have the implementation to print `source_location` (cherry picked from commit 2a20a68)
Fix the following assertion failure in cling: ``` [cling]$ #include <filesystem> Transaction.cpp:180: void cling::Transaction::forceAppend(DelayCallInfo): Assertion `oldDCI != DCI && "Duplicates?!"' failed. ``` (cherry picked from commit 43610ec)
LLVM relies on libedit for line editing. History and other input functionalities might not work as expected without this. (cherry picked from commit effafd1)
(cherry picked from commit 7b34547)
2 tasks
Test Results 19 files 19 suites 3d 9h 15m 31s ⏱️ Results for commit ef1b246. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #21232, requested by @foo. For your information @devajithvs