Author: labath
Date: Mon May 18 10:48:48 2015
New Revision: 237577

URL: http://llvm.org/viewvc/llvm-project?rev=237577&view=rev
Log:
Update the failure reason of TestConvenienceVariables and tighten the XFAIL

Modified:
    
lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py

Modified: 
lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py?rev=237577&r1=237576&r2=237577&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
 (original)
+++ 
lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
 Mon May 18 10:48:48 2015
@@ -20,7 +20,7 @@ class ConvenienceVariablesCase(TestBase)
     @dwarf_test
     @skipIfFreeBSD # llvm.org/pr17228
     @skipIfRemote
-    @expectedFailureLinux("llvm.org/pr20276") # intermittent failure on Linux
+    @expectedFailureAll("llvm.org/pr23560", oslist=["linux"], compiler="gcc", 
compiler_version=[">=","4.9"], archs=["i386"])
     @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for 
windows")
     def test_with_dwarf_and_run_commands(self):
         """Test convenience variables lldb.debugger, lldb.target, 
lldb.process, lldb.thread, and lldb.frame."""


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to