[Lldb-commits] [PATCH] TestPrintStackTraces - made XFAIL more precise
Siva Chandra
sivachandra at google.com
Fri Mar 27 15:52:36 PDT 2015
================
Comment at: test/python_api/lldbutil/process/TestPrintStackTraces.py:34
@@ +33,3 @@
+ if self.getArchitecture() in ['i386'] and "linux" in sys.platform:
+ self.skipTest("Skipping because this test is known to fail on i386 Linux")
+
----------------
The test is already marked xfail for i386 and linux. Why have this?
http://reviews.llvm.org/D8677
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list