Displaying 3 results from an estimated 3 matches for "report_dir".
2012 Sep 06
2
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
..."/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 149,
in action_runtest
report = test_instance.run_test('%s %s' % (name, test_name), args)
File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 1288, in run_test
report = run_test(nick, opts, None, report_dir)
File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 645, in run_test
target_flags)
File "/home/sean/pg/others/llvm/lnt/lnt/testing/util/compilers.py",
line 82, in get_cc_info
cc_name,cc_version_num,cc_build_string,cc_extra = m.groups()
AttributeError: 'No...
2012 Sep 06
0
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
.../others/llvm/lnt/lnt/lnttool/main.py", line 149,
> in action_runtest
> report = test_instance.run_test('%s %s' % (name, test_name), args)
> File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 1288, in run_test
> report = run_test(nick, opts, None, report_dir)
> File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 645, in run_test
> target_flags)
> File "/home/sean/pg/others/llvm/lnt/lnt/testing/util/compilers.py",
> line 82, in get_cc_info
> cc_name,cc_version_num,cc_build_string,cc_extra = m.groups(...
2012 Sep 06
1
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
.../lnt/lnttool/main.py", line 149,
>> in action_runtest
>> report = test_instance.run_test('%s %s' % (name, test_name), args)
>> File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 1288, in run_test
>> report = run_test(nick, opts, None, report_dir)
>> File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 645, in run_test
>> target_flags)
>> File "/home/sean/pg/others/llvm/lnt/lnt/testing/util/compilers.py",
>> line 82, in get_cc_info
>> cc_name,cc_version_num,cc_build_string,...