-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cling][test] Fix failing cling tests in master #20022
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
base: master
Are you sure you want to change the base?
Conversation
Test Results 22 files 22 suites 3d 18h 57m 11s ⏱️ For more details on these failures, see this check. Results for commit de499bf. ♻️ This comment has been updated with latest results. |
…llback This will fix the failing tests - Extensions/Lookup/Simple.C - Extensions/Lookup/SimpleDynamicExprs.C That were failing with the following error: ``` In file included from ...include/cling/Interpreter/RuntimePrintValue.h:20: In file included from /usr/include/c++/13/filesystem:49: 1: /usr/include/c++/13/bits/fs_path.h:1433:30: error: called object type 'TestProxy *' is not a function or function pointer 1: { return __path_iter_distance(__first, __last); } 1: ~~~~~~~~~~~~~~~~~~~~^ ```
d2d4520
to
de499bf
Compare
// LICENSE.TXT for details. | ||
|
||
//------------------------------------------------------------------------------ | ||
// RUN: cat %s | %cling | FileCheck %s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this still specify -std=c++20
?
std::cout << "CHECK_SRCLOC:42:std::source_location getsrcloc()\n"; | ||
} | ||
#endif | ||
.rawInput 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for curiosity: We need to always wrap it into a function because we need .rawInput 0
before printing the return value?
This Pull request:
Changes or fixes:
Checklist:
This PR fixes #