Displaying 14 results from an estimated 14 matches for "debuginfo_tests_src_root".
2017 Nov 10
2
PSA: debuginfo-tests workflow changing slightly
...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 has no attribute 'debuginfo_tests_src_root'
FAILED: CMakeFiles/check-all
-- adrian
> On Nov 10, 2017, at 1:00 PM, Zachary Turner via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> This is in as of r317925. I'...
2017 Nov 10
2
PSA: debuginfo-tests workflow changing slightly
...ompile(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')
> AttributeError: TestingConfig instance has no attribute 'debuginfo_tests_src_root'
>
> FAILED: CMakeFiles/check-all
>
> -- adrian
>
> > On Nov 10, 2017, at 1:00 PM, Zachary Turner via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev...
2017 Nov 13
2
PSA: debuginfo-tests workflow changing slightly
...ata, 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')
>> AttributeError: TestingConfig instance has no attribute 'debuginfo_tests_src_root'
>>
>> FAILED: CMakeFiles/check-all
>>
>> -- adrian
>>
>> > On Nov 10, 2017, at 1:00 PM, Zachary Turner via llvm-dev <llvm-dev at lists.l...
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...ctories to exclude from the testsuite. The 'Inputs'
+# subdirectories contain auxiliary inputs for various tests in their parent
+# directories.
+config.excludes = ['Inputs']
+
+# test_source_root: The root path where tests are located.
+config.test_source_root = os.path.join(config.debuginfo_tests_src_root)
+
+# test_exec_root: The root path where tests should be run.
+config.test_exec_root = config.debuginfo_tests_obj_root
+
+llvm_config.use_default_substitutions()
+
+llvm_config.use_clang()
+
+if config.llvm_use_sanitizer:
+ # Propagate path to symbolizer for ASan/MSan.
+ llvm_config.with_sys...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...'
>> +# subdirectories contain auxiliary inputs for various tests in their parent
>> +# directories.
>> +config.excludes = ['Inputs']
>> +
>> +# test_source_root: The root path where tests are located.
>> +config.test_source_root = os.path.join(config.debuginfo_tests_src_root)
>> +
>> +# test_exec_root: The root path where tests should be run.
>> +config.test_exec_root = config.debuginfo_tests_obj_root
>> +
>> +llvm_config.use_default_substitutions()
>> +
>> +llvm_config.use_clang()
>> +
>> +if config.llvm_use_saniti...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...stsuite. The 'Inputs'
> +# subdirectories contain auxiliary inputs for various tests in their parent
> +# directories.
> +config.excludes = ['Inputs']
> +
> +# test_source_root: The root path where tests are located.
> +config.test_source_root = os.path.join(config.debuginfo_tests_src_root)
> +
> +# test_exec_root: The root path where tests should be run.
> +config.test_exec_root = config.debuginfo_tests_obj_root
> +
> +llvm_config.use_default_substitutions()
> +
> +llvm_config.use_clang()
> +
> +if config.llvm_use_sanitizer:
> + # Propagate path to s...
2017 Nov 13
3
PSA: debuginfo-tests workflow changing slightly
...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 has no attribute
>>>> 'debuginfo_tests_src_root'
>>>>
>>>> FAILED: CMakeFiles/check-all
>>>>
>>>> -- adrian
>>>>
>>>> > On Nov 10,...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
...uot;/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 has no attribute
>>>>>> 'debuginfo_tests_src_root'
>>>>>> >>>>>>
>>>>>> >>>>...
2017 Nov 13
2
PSA: debuginfo-tests workflow changing slightly
...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')
>>>> AttributeError: TestingConfig instance has no attribute 'debuginfo_tests_src_root'
>>>>
>>>> FAILED: CMakeFiles/check-all
>>>>
>>>> -- adrian
>>>>
>>>> > On Nov 10, 2017, at 1:00...
2017 Nov 14
2
PSA: debuginfo-tests workflow changing slightly
...;), 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')
>>>>> AttributeError: TestingConfig instance has no attribute 'debuginfo_tests_src_root'
>>>>>
>>>>> FAILED: CMakeFiles/check-all
>>>>>
>>>>> -- adrian
>>>>>
>>>>> &...
2017 Nov 14
2
PSA: debuginfo-tests workflow changing slightly
..._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 has no attribute
> 'debuginfo_tests_src_root'
> >>>>>>
> >>>>>> FAILED: CMakeFiles/check-all
> >>>>>>
> >>>>>> -- adr...
2017 Nov 14
3
PSA: debuginfo-tests workflow changing slightly
...> >>>>>> 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 has no attribute
>> 'debuginfo_tests_src_root'
>> >>>>>>
>> >>>>>> FAILED: CMakeFiles/check-all
>> >>>>>>
>> >>...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
...t;>>> 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 has no attribute
>>>> 'debuginfo_tests_src_root'
>>>> >>>>>>
>>>> >>>>>> FAILED: CMakeFiles/check-all
&...
2017 Nov 10
2
PSA: debuginfo-tests workflow changing slightly
Since it's towards the end of the day already, I'll put this in tomorrow
morning around 9 or 10, to make sure I'm around to fix anything that arises
(or revert).
On Thu, Nov 9, 2017 at 2:53 PM Mike Edwards <medwards at apple.com> wrote:
> Hi Zach,
> Thanks for doing this extra work to make this lower impact for the rest of
> us. Let’s give it a try and see what