diff options
| author | Pavel Labath <labath@google.com> | 2015-05-05 13:48:58 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-05-05 13:48:58 +0000 |
| commit | 0d31df479fada17234ebea601cdf574e68ad9662 (patch) | |
| tree | 0c79e508d3d884a5ca8e5ae34b5056c61187cef5 /lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py | |
| parent | 2aa8cafaf67e31af5eea1b073c109f83d87f7bf5 (diff) | |
| download | bcm5719-llvm-0d31df479fada17234ebea601cdf574e68ad9662.tar.gz bcm5719-llvm-0d31df479fada17234ebea601cdf574e68ad9662.zip | |
Enable TestConvenienceVariables on Linux
The test has passed in the last 300 runs for me, enabling to see what the buildbot says.
llvm-svn: 236498
Diffstat (limited to 'lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py')
| -rw-r--r-- | lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py index e2dc87bac67..114fb5d2a58 100644 --- a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py +++ b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py @@ -20,7 +20,6 @@ class ConvenienceVariablesCase(TestBase): @dwarf_test @skipIfFreeBSD # llvm.org/pr17228 @skipIfRemote - @expectedFailureLinux("llvm.org/pr20276") # intermittent failure on Linux @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.""" |

