diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-09-13 15:34:59 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-09-13 15:34:59 +0000 |
| commit | 34bdbbdf97ca3a8fdfc53850a4b065951d7fa2ca (patch) | |
| tree | 59fa59dbbb9b43e3e9511485dfe0532626a54ed9 /lldb/test/lang/cpp/class_static/TestStaticVariables.py | |
| parent | ef6f1151b0d1f32b80d8d326e7176ca06e06a2f4 (diff) | |
| download | bcm5719-llvm-34bdbbdf97ca3a8fdfc53850a4b065951d7fa2ca.tar.gz bcm5719-llvm-34bdbbdf97ca3a8fdfc53850a4b065951d7fa2ca.zip | |
test: Update FreeBSD failure decorators
llvm.org/pr15261 missing size for static arrays
llvm.org/pr15278 expressions generating signals
llvm.org/pr15824 thread states aren't properly maintained
llvm.org/pr16696 threaded inferior debugging not yet on FreeBSD
llvm.org/pr17214 inline stepping fails on FreeBSD
llvm.org/pr17225 Clang assertion failure
llvm.org/pr17226 frame info lost after failed expression evaluation
llvm.org/pr17228 test timeout
The first three are existing Linux issues that also affect FreeBSD.
llvm-svn: 190698
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
| -rw-r--r-- | lldb/test/lang/cpp/class_static/TestStaticVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py index d1f9f8118c2..248763eb2f1 100644 --- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py @@ -20,6 +20,7 @@ class StaticVariableTestCase(TestBase): self.buildDsym() self.static_variable_commands() + @expectedFailureFreeBSD('llvm.org/pr15261', failing_compilers) # lldb on FreeBSD does not display the size of (class or file)static arrays @expectedFailureLinux('llvm.org/pr15261', failing_compilers) # lldb on Linux does not display the size of (class or file)static arrays @dwarf_test def test_with_dwarf_and_run_command(self): |

