labath added a comment.

Could you also add a core file test to `TestLinuxCore`? It should be a matter 
of running `make_core.sh`, saving the files and creating a new test function in 
the file (I've tried to make it simple, if you see room for improvement, then 
let me know).

I think this is especially important as probably noone here has access to this 
hardware, so this will enable the rest of the developers to run at least a 
basic sanity check on their changes.


================
Comment at: 
packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py:36
@@ -35,2 +35,3 @@
     @expectedFailureAll(triple = re.compile('^mips')) # Most of the MIPS 
boards provide only one H/W watchpoints, and S/W watchpoints are not supported 
yet
+    @expectedFailureAll(archs=['s390x']) # SystemZ also currently supports 
only one H/W watchpoint
     @skipIfDarwin
----------------
We generally expectedFailure for things which we consider an lldb bug, and skip 
for cases when the test simply does not apply. Platform not having enough 
watchpoints sounds like the latter case. I see you were simply copying the mips 
case (which does not follow this either), and it doesn't really matter to me, 
but I just wanted to make you aware of that.


http://reviews.llvm.org/D18978



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to