From ee969f9f274989bd55794bcff9e925663bbc5df4 Mon Sep 17 00:00:00 2001 From: Matt Kopec Date: Thu, 26 Sep 2013 23:30:59 +0000 Subject: Mark 32/64-bit tests as expected fail after root causing and referencing bugzilla. Fix TestFrames.py error to check against a None pc value. llvm-svn: 191470 --- lldb/test/expression_command/test/TestExprs2.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/expression_command') diff --git a/lldb/test/expression_command/test/TestExprs2.py b/lldb/test/expression_command/test/TestExprs2.py index 441cb109426..c3de5c0d18c 100644 --- a/lldb/test/expression_command/test/TestExprs2.py +++ b/lldb/test/expression_command/test/TestExprs2.py @@ -19,7 +19,6 @@ class ExprCommands2TestCase(TestBase): self.line = line_number('main.cpp', '// Please test many expressions while stopped at this line:') - @expectedFailurei386 def test_more_expr_commands(self): """Test some more expression commands.""" self.buildDefault() -- cgit v1.2.3