diff options
author | Jim Ingham <jingham@apple.com> | 2024-02-13 16:48:42 -0800 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2024-02-13 16:51:55 -0800 |
commit | 1ec81976e4937ea9a09cefd41f25b3c5d1394f2c (patch) | |
tree | a89b494ec363e592f898fa6e137440186cab7209 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 429919e32823ad735a19ab385f37e313512cedde (diff) | |
download | llvm-1ec81976e4937ea9a09cefd41f25b3c5d1394f2c.zip llvm-1ec81976e4937ea9a09cefd41f25b3c5d1394f2c.tar.gz llvm-1ec81976e4937ea9a09cefd41f25b3c5d1394f2c.tar.bz2 |
Temporarily skip this test for Python 3.9.
When the parsed command python code is run on 3.9, I get:
File ".../lib/python3.9/site-packages/lldb/plugins/parsed_cmd.py", line 124, in translate_value
return cls.translators[value_type](value)
TypeError: 'staticmethod' object is not callable
But this works correctly in Python 3.10 on macOS and Linux. I'm guessing something
changed between those versions, and I'll have to do something to work around the difference.
But I'm going to skip the test on 3.9 while I figure that out.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions