search for: test_debuginfo

Displaying 17 results from an estimated 17 matches for "test_debuginfo".

2012 Jul 23
1
[LLVMdev] Fix for "Bad fd number" error in test_debuginfo.pl
Hi, Please could someone kindly review this patch for me? Many thanks Andy On Wednesday, July 18, 2012 4:29 PM, Andy Gibbs wrote: > Hi, > > Attached is a simple patch to fix a "Bad fd number" error in > test_debuginfo.pl which has come about because of an invalid redirection > in the system call. > > Normally the stdout+stderr to file redirection is "&>" (not ">&" as in > the script!), but I have found this to be unsupported on all shell types > (I think it was i...
2012 Jul 18
0
[LLVMdev] Fix for "Bad fd number" error in test_debuginfo.pl
Hi, Attached is a simple patch to fix a "Bad fd number" error in test_debuginfo.pl which has come about because of an invalid redirection in the system call. Normally the stdout+stderr to file redirection is "&>" (not ">&" as in the script!), but I have found this to be unsupported on all shell types (I think it was introduced in bash at vers...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...onfig.test_source_root = os.path.dirname(__file__) > @@ -58,8 +58,6 @@ tool_dirs = [config.clang_tools_dir, config.llvm_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 <http://test_debuginfo.pl/>')), > ToolSubst('%clang_func_map', command=FindTool( > 'clang-func-mapping'), unresolved='ignore'), > ] >...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...ot = os.path.dirname(__file__) >> @@ -58,8 +58,6 @@ tool_dirs = [config.clang_tools_dir, config.llvm_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 <http://test_debuginfo.pl/>')), >> ToolSubst('%clang_func_map', command=FindTool( >> 'clang-func-mapping'), unresolved='ignore'), &...
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...ere tests are located. config.test_source_root = os.path.dirname(__file__) @@ -58,8 +58,6 @@ tool_dirs = [config.clang_tools_dir, config.llvm_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-test...
2017 Nov 13
2
PSA: debuginfo-tests workflow changing slightly
...lists.llvm.org> wrote: > > The first build where a test fails with similar symptoms has just one blamelist entry: > > http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/40391/ <http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/40391/> > > Update test_debuginfo.pl script to point to new tree location. (detail <http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/40391/changes#detail0>/ViewSVN <http://llvm.org/viewvc/llvm-project/?view=rev&rev=317949>) > by zturner <http://green.lab.llvm.org/green/user/zturner/> > -- ad...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
...t;>>>> one blamelist entry: >>>>>> >>> >>>>>> >>> http://green.lab.llvm.org/green/job/clang-stage1- >>>>>> configure-RA/40391/ >>>>>> >>> >>>>>> >>> • Update test_debuginfo.pl script to point to new tree >>>>>> location. (detail/ViewSVN) >>>>>> >>> by zturner >>>>>> >>> -- adrian >>>>>> >>> >>>>>> >>>> On Nov 13, 2017, at 3:21 PM, Zachary Tu...
2017 Nov 13
3
PSA: debuginfo-tests workflow changing slightly
...test/debuginfo-tests/Output/foreach.m.tmp.o > -o > /Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/clang-build/tools/clang/test/debuginfo-tests/Output/foreach.m.tmp.out > -framework Foundation > /Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/utils/ > test_debuginfo.pl > /Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/test/debuginfo-tests/tests/foreach.m > /Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/clang-build/tools/clang/test/debuginfo-tests/Output/foreach.m.tmp.out > -- Exit Code: 1 Command Output (s...
2017 Nov 14
2
PSA: debuginfo-tests workflow changing slightly
...e: >> >> The first build where a test fails with similar symptoms has just one blamelist entry: >> >> http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/40391/ <http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/40391/> >> >> Update test_debuginfo.pl <http://test_debuginfo.pl/> script to point to new tree location. (detail <http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/40391/changes#detail0>/ViewSVN <http://llvm.org/viewvc/llvm-project/?view=rev&rev=317949>) >> by zturner <http://green.lab.llvm....
2017 Nov 14
2
PSA: debuginfo-tests workflow changing slightly
...vm.org> wrote: > >>> > >>> The first build where a test fails with similar symptoms has just one > blamelist entry: > >>> > >>> http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/40391/ > >>> > >>> • Update test_debuginfo.pl script to point to new tree location. > (detail/ViewSVN) > >>> by zturner > >>> -- adrian > >>> > >>>> On Nov 13, 2017, at 3:21 PM, Zachary Turner <zturner at google.com> > wrote: > >>>> > >>>> On the ot...
2017 Sep 07
2
Status of debuginfo-tests
...); } }; int main() { SVal v; v.Data = 0; v.Kind = 2142; A a; a.foo(v); return 0; } Then, you could have: // posix/aggregate-indirect-arg.s // RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %i -c -o %t.o // RUN: %clangxx %target_itanium_abi_host_triple %t.o -o %t.out // RUN: %test_debuginfo %s %t.out // Radar 8945514 // DEBUGGER: break 22 // DEBUGGER: r // DEBUGGER: p v // CHECK: ${{[0-9]+}} = // CHECK: Data ={{.*}} 0x0{{(0*)}} // CHECK: Kind = 2142 // win/aggregate-indirect-arg.s // RUN: %clangcl /Z7 %i /c /Fo%t.obj // RUN: %lld-link /DEBUG %t.obj /out:%t.lld.exe // RUN: %run_w...
2017 Nov 14
3
PSA: debuginfo-tests workflow changing slightly
...gt;>> >> >>> The first build where a test fails with similar symptoms has just one >> blamelist entry: >> >>> >> >>> http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/40391/ >> >>> >> >>> • Update test_debuginfo.pl script to point to new tree location. >> (detail/ViewSVN) >> >>> by zturner >> >>> -- adrian >> >>> >> >>>> On Nov 13, 2017, at 3:21 PM, Zachary Turner <zturner at google.com> >> wrote: >> >>>> &gt...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
...test fails with similar symptoms has just >>>> one blamelist entry: >>>> >>> >>>> >>> http://green.lab.llvm.org/green/job/clang-stage1- >>>> configure-RA/40391/ >>>> >>> >>>> >>> • Update test_debuginfo.pl script to point to new tree >>>> location. (detail/ViewSVN) >>>> >>> by zturner >>>> >>> -- adrian >>>> >>> >>>> >>>> On Nov 13, 2017, at 3:21 PM, Zachary Turner <zturner at google.com> >&...
2017 Nov 13
2
PSA: debuginfo-tests workflow changing slightly
It looks like the bots are still red? — Adrian > On Nov 10, 2017, at 3:14 PM, Zachary Turner <zturner at google.com> wrote: > > Wasn't quite fixed, but it got a lot further this time. This time there was still an issue in the test_debuginfo.pl <http://test_debuginfo.pl/> script regarding a hardcoded path to the llgdb.py script. I think I never encountered this locally because this codepath only happens on Darwin, and I was testing on Linux. > > (As an aside, ugh... Perl...) > > Regardless, this should be fixed in...
2017 Nov 10
2
PSA: debuginfo-tests workflow changing slightly
> On Nov 10, 2017, at 2:50 PM, Zachary Turner <zturner at google.com> wrote: > > I checked in a fix for that already, sorry for the trouble. I’m waiting for it to cycle awesome. Thanks! -- adrian > On Fri, Nov 10, 2017 at 2:49 PM Adrian Prantl <aprantl at apple.com <mailto:aprantl at apple.com>> wrote: > It looks like this broke green dragon: > >
2017 Sep 08
2
Status of debuginfo-tests
...tructurally > similar that I believe it would be a better to come up with a common > abstraction from a readability / maintenance effort perspective. Basically, > the only thing that the RUN lines do is compile and link executables from > source code using the default target and run the test_debuginfo command. I > think it would be better to define a new command substitution > %clang-compile-link(?) in LIT that has different implementations on windows > and posix. The set of debugger commands used by the tests is so tiny that > it should not be a lot of work to implement a wrapper fo...
2017 Sep 07
2
Status of debuginfo-tests
That's true, but it still requires the person writing the test to be familiar with both formats. Also anything more trivial than dumping a single local variable will probably run into even more issues. For example, The expression parsers each have their own unique quirks, and it might not always be easy to translate. Besides all the format compatibility issues, there's the more general