[Lldb-commits] [PATCH] D16334: Fix TestSignedTypes.py by removing a bogus step-over

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 20 11:44:32 PST 2016


amccarth added a comment.

By having tests doing too much, we get problems like this (where ~12 seemingly unrelated tests started failing over the holiday weekend) instead of one test that points to the root cause.  (In this case, we're still looking for the root cause of the regression.  A simple bisect doesn't help because we have separate repos for LLVM, clang, and lldb.)


http://reviews.llvm.org/D16334





More information about the lldb-commits mailing list