[Lldb-commits] [PATCH] Fix and enable some tests on Linux (MI)
Ilia K
ki.stfu at gmail.com
Sun Mar 1 15:00:19 PST 2015
REPOSITORY
rL LLVM
================
Comment at: tools/lldb-mi/control/TestMiExec.py:316
@@ -317,2 +315,3 @@
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin due to calling convention assumptions")
+ #@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin due to calling convention assumptions")
+ @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
----------------
Remove this
http://reviews.llvm.org/D7987
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list