diff options
author | Ed Maste <emaste@freebsd.org> | 2016-02-19 19:25:03 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2016-02-19 19:25:03 +0000 |
commit | 28cbb8616e2764340d4c583ba531e3391346025e (patch) | |
tree | e2d7f9b6db8e6c21aac3ea0282b4a90ac48731c0 /lldb/packages/Python/lldbsuite/test/lang/cpp/class_static | |
parent | 87e368b7db8ec570b82f94c706734320a7145e6c (diff) | |
download | bcm5719-llvm-28cbb8616e2764340d4c583ba531e3391346025e.tar.gz bcm5719-llvm-28cbb8616e2764340d4c583ba531e3391346025e.zip |
Remove expectedFailureFreeBSD decorator
All invocations are updated to use the generic expectedFailureAll.
Differential Revision: http://reviews.llvm.org/D17455
llvm-svn: 261355
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/class_static')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py index dabd40533c8..acce769bf94 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py @@ -51,7 +51,7 @@ class StaticVariableTestCase(TestBase): @expectedFailureDarwin(9980907) @expectedFailureAll(compiler=["clang", "gcc"], bugnumber="Compiler emits incomplete debug info") - @expectedFailureFreeBSD('llvm.org/pr20550 failing on FreeBSD-11') + @expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr20550 failing on FreeBSD-11') @add_test_categories(['pyapi']) def test_with_python_api(self): """Test Python APIs on file and class static variables.""" |