diff options
Diffstat (limited to 'lldb/test/lang/c/const_variables/TestConstVariables.py')
-rw-r--r-- | lldb/test/lang/c/const_variables/TestConstVariables.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/c/const_variables/TestConstVariables.py b/lldb/test/lang/c/const_variables/TestConstVariables.py index 9b324dbf8ed..2d91a18f8c8 100644 --- a/lldb/test/lang/c/const_variables/TestConstVariables.py +++ b/lldb/test/lang/c/const_variables/TestConstVariables.py @@ -16,8 +16,8 @@ class ConstVariableTestCase(TestBase): self.buildDsym() self.const_variable() - @expectedFailureAll(oslist=["linux"], compiler="clang") - @expectedFailureAll(oslist=["linux"], compiler="icc") + @expectedFailureAll(oslist=["freebsd", "linux"], compiler="clang") + @expectedFailureAll(oslist=["freebsd", "linux"], compiler="icc") @expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows") @expectedFailureWindows("llvm.org/pr24490: We shouldn't be using platform-specific names like `getpid` in tests") @dwarf_test |