[Lldb-commits] [PATCH] D24283: [lldb] Set the correct triple	when creating an ArchSpec for windows
    walter erquinigo via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Sep 13 13:02:43 PDT 2016
    
    
  
wallace added a comment.
I've run the tests and saw that two tests have been fixed
before:
  Test Methods:       1829
  Reruns:                0
  Success:            1061
  Expected Failure:    113
  Failure:               0
  Error:                 7
  Exceptional Exit:      0
  Unexpected Success:   11
  Skip:                637
  Timeout:               0
  Expected Timeout:      0
After
  Test Methods:       1829
  Reruns:                0
  Success:            1061
  Expected Failure:    115
  Failure:               0
  Error:                 7
  Exceptional Exit:      0
  Unexpected Success:    9
  Skip:                637
  Timeout:               0
  Expected Timeout:      0
So Expected Failures increased by two
https://reviews.llvm.org/D24283
    
    
More information about the lldb-commits
mailing list