search for: cfg_global

Displaying 20 results from an estimated 29 matches for "cfg_global".

Did you mean: cfg_globals
2017 Sep 22
2
No longer able to run lit tests within a sub-tool
...le '/Users/vk/src/llvm.org-coverage-braces/llvm/tools/clang/test/lit.cfg.py', traceback: Traceback (most recent call last): File "/Users/vk/src/llvm.org-coverage-braces/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']) + ' ')...
2011 Jan 01
1
[LLVMdev] "nmake check" doesn't work for MSVC
...th) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 174, in search1 > cfg = TestingConfig.frompath(cfgpath, None, litConfig, mustExist = True) > File "M:\Development\Source\LLVM\utils\lit\lit\TestingConfig.py", line 44, in frompath > exec f in cfg_globals > File "M:\Development\x64-msvc\llvm\test\lit.site.cfg", line 19, in <module> > lit.load_config(config, "M:/Development/Source/LLVM/test/lit.cfg") > File "M:\Development\Source\LLVM\utils\lit\lit\LitConfig.py", line 65, in load_config > confi...
2019 Aug 21
2
Cannot run LLVM unit tests doe to python error in lit
...e 'C:\\Users\\sergej\\Developer\\llvm-project\\llvm\\test\\Unit\\lit.cfg.py', traceback: Traceback (most recent call last): File "C:/Users/sergej/Developer/llvm-project/llvm\utils\lit\lit\TestingConfig.py", line 89, in load_from_path exec(compile(data, path, 'exec'), cfg_globals, None) File "C:\Users\sergej\Developer\llvm-project\llvm\test\Unit\lit.cfg.py", line 24, in <module> config.test_exec_root = os.path.join(config.llvm_obj_root, 'unittests') AttributeError: 'TestingConfig' object has no attribute 'llvm_obj_root' FAILED:...
2018 Jul 17
2
lld/mach-o x86_64 asserts
...> unable to parse config file 'C:\\p\\llvm\\llvm\\tools\\lld\\test\ > \lit.cfg.py', traceback: Traceback (most recent call last): > File "C:/p/llvm/llvm\utils\lit\lit\TestingConfig.py", line 88, in > load_from_path > exec(compile(data, path, 'exec'), cfg_globals, None) > File "C:\p\llvm\llvm\tools\lld\test\lit.cfg.py", line 23, in <module> > config.test_format = lit.formats.ShTest(not > llvm_config.use_lit_shell) > AttributeError: 'NoneType' object has no attribute 'use_lit_shell' > > _____________...
2017 Sep 22
2
No longer able to run lit tests within a sub-tool
...age-braces/llvm/tools/clang/test/lit.cfg.py', traceback: Traceback >> (most recent call last): >> File "/Users/vk/src/llvm.org-coverage-braces/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.environ...
2018 Jul 30
3
lld/mach-o x86_64 asserts
...#39;C:\\p\\llvm\\llvm\\tools\\lld\\test\ >> > \lit.cfg.py', traceback: Traceback (most recent call last): >> > File "C:/p/llvm/llvm\utils\lit\lit\TestingConfig.py", line 88, in >> > load_from_path >> > exec(compile(data, path, 'exec'), cfg_globals, None) >> > File "C:\p\llvm\llvm\tools\lld\test\lit.cfg.py", line 23, in <module> >> > config.test_format = lit.formats.ShTest(not >> > llvm_config.use_lit_shell) >> > AttributeError: 'NoneType' object has no attribute 'use_lit_...
2017 Sep 22
0
No longer able to run lit tests within a sub-tool
....org > -coverage-braces/llvm/tools/clang/test/lit.cfg.py', traceback: Traceback > (most recent call last): > File "/Users/vk/src/llvm.org-coverage-braces/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...
2017 Sep 22
2
No longer able to run lit tests within a sub-tool
...src/llvm.org-coverage-braces/llvm/tools/clang/test/lit.cfg.py', traceback: Traceback (most recent call last): >> File "/Users/vk/src/llvm.org-coverage-braces/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'...
2018 Jul 11
2
lld/mach-o x86_64 asserts
On Tue, Jul 10, 2018 at 10:12 PM Carlo Kok via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > That sounds quite reasaonable; how does one usually go about doing that? a repro zip that hits both asserts? > You can take inspiration from anything in lld/test, but basically either an assembly source (or multiple) passed through llvm-mc and then lld, or a YAML file passed to yaml2obj
2017 Sep 22
0
No longer able to run lit tests within a sub-tool
...g/test/lit.cfg.py <http://lit.cfg.py/>', traceback: Traceback (most recent call last): > File "/Users/vk/src/llvm.org <http://llvm.org/>-coverage-braces/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 <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-map...
2017 Sep 22
0
No longer able to run lit tests within a sub-tool
...ces/llvm/tools/clang/test/lit.cfg.py', > traceback: Traceback (most recent call last): > >> File > "/Users/vk/src/llvm.org-coverage-braces/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.envir...
2017 Nov 10
2
PSA: debuginfo-tests workflow changing slightly
...gure-RA/llvm/tools/clang/test/debuginfo-tests/lit.cfg.py', traceback: Traceback (most recent call last): File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/utils/lit/lit/TestingConfig.py", line 88, in load_from_path exec(compile(data, path, 'exec'), cfg_globals, None) File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/test/debuginfo-tests/lit.cfg.py", line 36, in <module> config.test_source_root = os.path.join(config.debuginfo_tests_src_root, 'tests') AttributeError: TestingConfig instance h...
2018 May 06
3
[clang] Running a single testcase
...nfig.py:101: fatal: unable to parse config file '/home/sdi/src/linux-kernel/clang/test/lit.cfg.py', traceback: Traceback (most recent call last): File "/usr/lib/llvm-7/build/utils/lit/lit/TestingConfig.py", line 88, in load_from_path exec(compile(data, path, 'exec'), cfg_globals, None) File "/home/sdi/src/linux-kernel/clang/test/lit.cfg.py", line 25, in <module> config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell) AttributeError: 'NoneType' object has no attribute 'use_lit_shell' Yes, I have a lit.cfg.py. $ LC_ALL=...
2017 Nov 10
2
PSA: debuginfo-tests workflow changing slightly
...fo-tests/lit.cfg.py <http://lit.cfg.py/>', traceback: Traceback (most recent call last): > File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/utils/lit/lit/TestingConfig.py", line 88, in load_from_path > exec(compile(data, path, 'exec'), cfg_globals, None) > File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/test/debuginfo-tests/lit.cfg.py <http://lit.cfg.py/>", line 36, in <module> > config.test_source_root = os.path.join(config.debuginfo_tests_src_root, 'tests') &gt...
2018 May 07
0
[clang] Running a single testcase
...e to parse config file > '/home/sdi/src/linux-kernel/clang/test/lit.cfg.py', traceback: > Traceback (most recent call last): > File "/usr/lib/llvm-7/build/utils/lit/lit/TestingConfig.py", line > 88, in load_from_path > exec(compile(data, path, 'exec'), cfg_globals, None) > File "/home/sdi/src/linux-kernel/clang/test/lit.cfg.py", line 25, in > <module> > config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell) > AttributeError: 'NoneType' object has no attribute 'use_lit_shell' > > Yes, I...
2017 Nov 13
2
PSA: debuginfo-tests workflow changing slightly
.../lit.cfg.py <http://lit.cfg.py/>', traceback: Traceback (most recent call last): >> File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/utils/lit/lit/TestingConfig.py", line 88, in load_from_path >> exec(compile(data, path, 'exec'), cfg_globals, None) >> File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/test/debuginfo-tests/lit.cfg.py <http://lit.cfg.py/>", line 36, in <module> >> config.test_source_root = os.path.join(config.debuginfo_tests_src_root, 'tests...
2017 Nov 13
3
PSA: debuginfo-tests workflow changing slightly
...back: Traceback (most recent call last): >>>> File >>>> "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/utils/lit/lit/TestingConfig.py", >>>> line 88, in load_from_path >>>> exec(compile(data, path, 'exec'), cfg_globals, None) >>>> File >>>> "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/test/debuginfo-tests/ >>>> lit.cfg.py", line 36, in <module> >>>> config.test_source_root = >>>> os.path.join(conf...
2017 Nov 13
2
PSA: debuginfo-tests workflow changing slightly
...http://lit.cfg.py/>', traceback: Traceback (most recent call last): >>>> File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/utils/lit/lit/TestingConfig.py", line 88, in load_from_path >>>> exec(compile(data, path, 'exec'), cfg_globals, None) >>>> File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/test/debuginfo-tests/lit.cfg.py <http://lit.cfg.py/>", line 36, in <module> >>>> config.test_source_root = os.path.join(config.debuginfo_tests_src_ro...
2017 Nov 14
2
PSA: debuginfo-tests workflow changing slightly
...it.cfg.py/>', traceback: Traceback (most recent call last): >>>>> File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/utils/lit/lit/TestingConfig.py", line 88, in load_from_path >>>>> exec(compile(data, path, 'exec'), cfg_globals, None) >>>>> File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/test/debuginfo-tests/lit.cfg.py <http://lit.cfg.py/>", line 36, in <module> >>>>> config.test_source_root = os.path.join(config.debuginfo_test...
2017 Nov 14
2
PSA: debuginfo-tests workflow changing slightly
...ck: Traceback (most recent call last): > >>>>>> File > "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/utils/lit/lit/TestingConfig.py", > line 88, in load_from_path > >>>>>> exec(compile(data, path, 'exec'), cfg_globals, None) > >>>>>> File > "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/test/debuginfo-tests/ > lit.cfg.py", line 36, in <module> > >>>>>> config.test_source_root = > os.path.join(config.debugin...