[Lldb-commits] [PATCH] D16736: Always write the session log file in UTF-8

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 2 08:19:21 PST 2016


tfiala added a comment.

This change appears to have caused a test error (rather than a test failure) on the OS X builder.  See here (master builder step):
http://lab.llvm.org:8080/green/job/LLDB/16318/

and here (build and test run step):
http://lab.llvm.org:8080/green/job/lldb_build_test/16209/

It didn't get reported since the test collector Jenkins step is somehow behaving differently than other scenarios and wasn't marking the build as failed.  (I have since fixed this morning).

These look to be some kind of Unicode encoding failure, which means the test is probably doing something that isn't Unicode safe.  I'll have a look at it.


Repository:
  rL LLVM

http://reviews.llvm.org/D16736





More information about the lldb-commits mailing list