Index: lldb/trunk/test/lang/c/const_variables/TestConstVariables.py =================================================================== --- lldb/trunk/test/lang/c/const_variables/TestConstVariables.py +++ lldb/trunk/test/lang/c/const_variables/TestConstVariables.py @@ -16,9 +16,7 @@ self.buildDsym() self.const_variable() - @expectedFailureAll( - oslist=["freebsd", "linux"], compiler="clang", - compiler_version=['<', '3.6']) + @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")