summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command
diff options
context:
space:
mode:
authorMatt Kopec <Matt.Kopec@intel.com>2013-09-26 23:30:59 +0000
committerMatt Kopec <Matt.Kopec@intel.com>2013-09-26 23:30:59 +0000
commitee969f9f274989bd55794bcff9e925663bbc5df4 (patch)
tree15f6a3bdec03726e5800ef4d4edce2ad6024f771 /lldb/test/expression_command
parent3c6ee599a2a9e43f70bbae277cfd41db9a30f35c (diff)
downloadbcm5719-llvm-ee969f9f274989bd55794bcff9e925663bbc5df4.tar.gz
bcm5719-llvm-ee969f9f274989bd55794bcff9e925663bbc5df4.zip
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
Diffstat (limited to 'lldb/test/expression_command')
-rw-r--r--lldb/test/expression_command/test/TestExprs2.py1
1 files changed, 0 insertions, 1 deletions
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()
OpenPOWER on IntegriCloud