Re: [Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

2015-08-18 Thread Oleksiy Vyalov via lldb-commits
ovyalov closed this revision. ovyalov added a comment. Files: /lldb/trunk/test/lang/c/modules/TestCModules.py Users: ovyalov (Author) http://reviews.llvm.org/rL245357 http://reviews.llvm.org/D11962 ___ lldb-commits mailing list lldb-commits@

Re: [Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

2015-08-18 Thread Greg Clayton via lldb-commits
clayborg added a comment. No need to wait for Sean. http://reviews.llvm.org/D11962 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

2015-08-18 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. Please commit. http://reviews.llvm.org/D11962 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

2015-08-18 Thread Chaoren Lin via lldb-commits
chaoren added a subscriber: chaoren. chaoren added a comment. Ping? It's been a week, and the buildbot is still red because of this: http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/4923 http://reviews.llvm.org/D11962 ___ lldb-commi

Re: [Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

2015-08-12 Thread Oleksiy Vyalov via lldb-commits
ovyalov updated this revision to Diff 31956. ovyalov added a comment. Added bug id to XFAIL decorators http://reviews.llvm.org/D11962 Files: test/lang/c/modules/TestCModules.py Index: test/lang/c/modules/TestCModules.py === ---

Re: [Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

2015-08-11 Thread Ying Chen via lldb-commits
chying accepted this revision. chying added a comment. This revision is now accepted and ready to land. Sorry I mean in the code, like, @expectedFailureDarwin('llvm.org/pr24302') Otherwise, looks good to me. http://reviews.llvm.org/D11962 ___ lldb-c

Re: [Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

2015-08-11 Thread Ying Chen via lldb-commits
chying added a comment. Could you add the related bug to comments or argument? llvm.org/pr24302 http://reviews.llvm.org/D11962 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

2015-08-11 Thread Oleksiy Vyalov via lldb-commits
ovyalov created this revision. ovyalov added reviewers: spyffe, chying, clayborg. ovyalov added a subscriber: lldb-commits. Mark TestCModules as XFAIL on OSX in order to make build bot green - http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/4722 http://reviews.llvm.org/D11962 F