Displaying 10 results from an estimated 10 matches for "clang_func_map".
2017 Sep 22
2
No longer able to run lit tests within a sub-tool
...aces/llvm/utils/lit/lit/TestingConfig.py", line 88, in load_from_path
exec(compile(data, path, 'exec'), cfg_globals, None)
File "/Users/vk/src/llvm.org-coverage-braces/llvm/tools/clang/test/lit.cfg.py", line 128, in <module>
config.substitutions.append( ('%clang_func_map', ' ' + lit.util.which('clang-func-mapping', config.environment['PATH']) + ' ') )
TypeError: cannot concatenate 'str' and 'NoneType' objects
However, this still works when running tests within llvm:
./bin/llvm-lit <src>/llvm/test/tools/l...
2017 Sep 22
2
No longer able to run lit tests within a sub-tool
...,
>> line 88, in load_from_path
>> exec(compile(data, path, 'exec'), cfg_globals, None)
>> File "/Users/vk/src/llvm.org-coverage-braces/llvm/tools/clang/test/
>> lit.cfg.py", line 128, in <module>
>> config.substitutions.append( ('%clang_func_map', ' ' +
>> lit.util.which('clang-func-mapping', config.environment['PATH']) + ' ') )
>> TypeError: cannot concatenate 'str' and 'NoneType' objects
>>
>> However, this still works when running tests within llvm:
>>
>...
2017 Sep 22
0
No longer able to run lit tests within a sub-tool
...stingConfig.py",
> line 88, in load_from_path
> exec(compile(data, path, 'exec'), cfg_globals, None)
> File "/Users/vk/src/llvm.org-coverage-braces/llvm/tools/clang/test/
> lit.cfg.py", line 128, in <module>
> config.substitutions.append( ('%clang_func_map', ' ' +
> lit.util.which('clang-func-mapping', config.environment['PATH']) + ' ') )
> TypeError: cannot concatenate 'str' and 'NoneType' objects
>
> However, this still works when running tests within llvm:
>
> ./bin/llvm-lit &...
2017 Sep 22
2
No longer able to run lit tests within a sub-tool
...tingConfig.py", line 88, in load_from_path
>> exec(compile(data, path, 'exec'), cfg_globals, None)
>> File "/Users/vk/src/llvm.org-coverage-braces/llvm/tools/clang/test/lit.cfg.py", line 128, in <module>
>> config.substitutions.append( ('%clang_func_map', ' ' + lit.util.which('clang-func-mapping', config.environment['PATH']) + ' ') )
>> TypeError: cannot concatenate 'str' and 'NoneType' objects
>>
>> However, this still works when running tests within llvm:
>>
>>...
2017 Sep 22
0
No longer able to run lit tests within a sub-tool
...om_path
> exec(compile(data, path, 'exec'), cfg_globals, None)
> File "/Users/vk/src/llvm.org <http://llvm.org/>-coverage-braces/llvm/tools/clang/test/lit.cfg.py <http://lit.cfg.py/>", line 128, in <module>
> config.substitutions.append( ('%clang_func_map', ' ' + lit.util.which('clang-func-mapping', config.environment['PATH']) + ' ') )
> TypeError: cannot concatenate 'str' and 'NoneType' objects
>
> However, this still works when running tests within llvm:
>
> ./bin/llvm-lit <...
2017 Sep 22
0
No longer able to run lit tests within a sub-tool
...line 88, in load_from_path
> >> exec(compile(data, path, 'exec'), cfg_globals, None)
> >> File "/Users/vk/src/llvm.org-coverage-braces/llvm/tools/clang/test/
> lit.cfg.py", line 128, in <module>
> >> config.substitutions.append( ('%clang_func_map', ' ' +
> lit.util.which('clang-func-mapping', config.environment['PATH']) + ' ') )
> >> TypeError: cannot concatenate 'str' and 'NoneType' objects
> >>
> >> However, this still works when running tests within llvm:
&...
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...tools_dir]
tools = [
'c-index-test', 'clang-check', 'clang-diff', 'clang-format', 'opt',
- ToolSubst('%test_debuginfo', command=os.path.join(
- config.llvm_src_root, 'utils', 'test_debuginfo.pl')),
ToolSubst('%clang_func_map', command=FindTool(
'clang-func-mapping'), unresolved='ignore'),
]
local:/Users/dhinton/projects/llvm_project/debuginfo-tests $ git diff master
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..87260f1
--- /dev/null
+++ b/CMakeLists.txt...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...g-check', 'clang-diff', 'clang-format', 'opt',
>> - ToolSubst('%test_debuginfo', command=os.path.join(
>> - config.llvm_src_root, 'utils', 'test_debuginfo.pl <http://test_debuginfo.pl/>')),
>> ToolSubst('%clang_func_map', command=FindTool(
>> 'clang-func-mapping'), unresolved='ignore'),
>> ]
>>
>>
>> local:/Users/dhinton/projects/llvm_project/debuginfo-tests $ git diff master
>> diff --git a/CMakeLists.txt b/CMakeLists.txt
>> new file mode 1...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...;, 'clang-check', 'clang-diff', 'clang-format', 'opt',
> - ToolSubst('%test_debuginfo', command=os.path.join(
> - config.llvm_src_root, 'utils', 'test_debuginfo.pl <http://test_debuginfo.pl/>')),
> ToolSubst('%clang_func_map', command=FindTool(
> 'clang-func-mapping'), unresolved='ignore'),
> ]
>
>
> local:/Users/dhinton/projects/llvm_project/debuginfo-tests $ git diff master
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> new file mode 100644
> index 0000000..87...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig
into it once I get a chance -- traveling so, my access is a bit sketchy
right now.
I'll see if I can grab the logs and let you know if I find anything
interesting.
On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote:
> That change was added specifically to workaround a failure