This required re-working the streaming support and lit's support for
'--gtest_list_tests' but otherwise seems to be a clean upgrade.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
utils/lit/lit/formats/googletest.py | ||
---|---|---|
46 ↗ | (On Diff #83033) | I realize that this may be somewhat obvious, but please add a comment here explaining that this is stripping comments (i.e. everything starting with the first '#') and, more importantly, noting why we don't need to worry about any escaping mechanism here, '#' inside quotes, etc. |
utils/unittest/googletest/include/gtest/gtest-message.h | ||
160 ↗ | (On Diff #83033) | Shouldn't this be: #if GTEST_NO_LLVM_RAW_OSTREAM |
187 ↗ | (On Diff #83033) | Same here. |