Re: [Lldb-commits] [lldb] r331049 - Always normalize FileSpec paths.

2018-04-27 Thread Greg Clayton via lldb-commits
Buildbots should be fixed with 331082. > On Apr 27, 2018, at 1:01 PM, Frédéric Riss wrote: > > > >> On Apr 27, 2018, at 11:17 AM, Jim Ingham via lldb-commits >> mailto:lldb-commits@lists.llvm.org>> wrote: >> >> Greg, >> >> Your new FileSpecTest unit tests are failing in the Xcode build of

Re: [Lldb-commits] [lldb] r331049 - Always normalize FileSpec paths.

2018-04-27 Thread Greg Clayton via lldb-commits
I will fix this ASAP > On Apr 27, 2018, at 11:17 AM, Jim Ingham wrote: > > Greg, > > Your new FileSpecTest unit tests are failing in the Xcode build of lldb, e.g.: > > http://lab.llvm.org:8080/green/view/LLDB/job/lldb-xcode/6271/consoleFull#-1083450927b825e790-484f-4586-af29-73c4754ff671 > >

Re: [Lldb-commits] [lldb] r331049 - Always normalize FileSpec paths.

2018-04-27 Thread Greg Clayton via lldb-commits
Will do > On Apr 27, 2018, at 1:01 PM, Frédéric Riss wrote: > > > >> On Apr 27, 2018, at 11:17 AM, Jim Ingham via lldb-commits >> mailto:lldb-commits@lists.llvm.org>> wrote: >> >> Greg, >> >> Your new FileSpecTest unit tests are failing in the Xcode build of lldb, >> e.g.: >> >> http://l

Re: [Lldb-commits] [lldb] r331049 - Always normalize FileSpec paths.

2018-04-27 Thread Frédéric Riss via lldb-commits
> On Apr 27, 2018, at 11:17 AM, Jim Ingham via lldb-commits > wrote: > > Greg, > > Your new FileSpecTest unit tests are failing in the Xcode build of lldb, e.g.: > > http://lab.llvm.org:8080/green/view/LLDB/job/lldb-xcode/6271/consoleFull#-1083450927b825e790-484f-4586-af29-73c4754ff671 > >

Re: [Lldb-commits] [lldb] r331049 - Always normalize FileSpec paths.

2018-04-27 Thread Jim Ingham via lldb-commits
Greg, Your new FileSpecTest unit tests are failing in the Xcode build of lldb, e.g.: http://lab.llvm.org:8080/green/view/LLDB/job/lldb-xcode/6271/consoleFull#-1083450927b825e790-484f-4586-af29-73c4754ff671 Can you figure out what's up with this? Jim BTW, the "reply to" for lldb-commits mails f

[Lldb-commits] [lldb] r331049 - Always normalize FileSpec paths.

2018-04-27 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Fri Apr 27 08:45:58 2018 New Revision: 331049 URL: http://llvm.org/viewvc/llvm-project?rev=331049&view=rev Log: Always normalize FileSpec paths. Always normalizing lldb_private::FileSpec paths will help us get a consistent results from comparisons when setting breakpoints