diff options
author | Ed Maste <emaste@freebsd.org> | 2014-11-18 19:30:13 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-11-18 19:30:13 +0000 |
commit | 2aff396080d3d1d7a63a7823a1fd4d72eb72742a (patch) | |
tree | b9e42c7717d963f40bbee1c7fe095a74fad63a81 | |
parent | 52e84e99a1c7460e164c4600bc217089190a3c24 (diff) | |
download | bcm5719-llvm-2aff396080d3d1d7a63a7823a1fd4d72eb72742a.tar.gz bcm5719-llvm-2aff396080d3d1d7a63a7823a1fd4d72eb72742a.zip |
Add decorator for test that fails on FreeBSD after editline rework
llvm.org/21599
llvm-svn: 222245
-rw-r--r-- | lldb/test/lang/c/global_variables/TestGlobalVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/test/lang/c/global_variables/TestGlobalVariables.py index 4649275031d..ae0cbf139ab 100644 --- a/lldb/test/lang/c/global_variables/TestGlobalVariables.py +++ b/lldb/test/lang/c/global_variables/TestGlobalVariables.py @@ -17,6 +17,7 @@ class GlobalVariablesTestCase(TestBase): self.buildDsym() self.global_variables() + @expectedFailureFreeBSD("llvm.org/21599 fails after editline rework") @dwarf_test def test_with_dwarf(self): """Test 'frame variable --scope --no-args' which omits args and shows scopes.""" |