- copies the new file in the cmake build
- adds an additional import statement
- marks the test as no-debug-info specific, as it seems to be testing a python feature
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py | ||
---|---|---|
19 ↗ | (On Diff #69836) | I assume this only implies not to build for *all* debug info formats, but still allows an a.out to be built? If so, fine by me |
packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/provider.py | ||
3 ↗ | (On Diff #69836) | That didn't seem to be necessary on macOS. Not sure what the difference is, but anyway, doesn't look wrong. |
packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py | ||
---|---|---|
19 ↗ | (On Diff #69836) | Acknowledged. |
packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/provider.py | ||
3 ↗ | (On Diff #69836) | Yes.. very odd, but it did not work without it for me. |