diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2012-02-02 19:55:18 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2012-02-02 19:55:18 +0000 |
| commit | fd72fbef4138fa69f1910022e5f69f36af9ab32e (patch) | |
| tree | 3a82d364fa6bb2961063c5f02d95035e324f02c2 /lldb/test/functionalities/target_command/TestTargetCommand.py | |
| parent | b6d6508b1651bf19c8d8467f1c86e45854148ca3 (diff) | |
| download | bcm5719-llvm-fd72fbef4138fa69f1910022e5f69f36af9ab32e.tar.gz bcm5719-llvm-fd72fbef4138fa69f1910022e5f69f36af9ab32e.zip | |
For processes which are not in one of the "launched and stopped" state, 'target variable' command
should use Target::ReadMemory() call to read from the file section offset address.
Also remove the @expectedFailure decorator..
'target variable' command fails if the target program has been run
rdar://problem/9763907
llvm-svn: 149629
Diffstat (limited to 'lldb/test/functionalities/target_command/TestTargetCommand.py')
| -rw-r--r-- | lldb/test/functionalities/target_command/TestTargetCommand.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/target_command/TestTargetCommand.py b/lldb/test/functionalities/target_command/TestTargetCommand.py index 62f3ade6339..dbeb5080120 100644 --- a/lldb/test/functionalities/target_command/TestTargetCommand.py +++ b/lldb/test/functionalities/target_command/TestTargetCommand.py @@ -36,7 +36,6 @@ class targetCommandTestCase(TestBase): # rdar://problem/9763907 # 'target variable' command fails if the target program has been run - @unittest2.expectedFailure @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") def test_target_variable_command_with_dsym(self): """Test 'target variable' command before and after starting the inferior.""" |

