Author: Davide Italiano Date: 2020-02-11T20:31:09-08:00 New Revision: d797e33cc083c186103e0cb9aeb016913b96fd08
URL: https://github.com/llvm/llvm-project/commit/d797e33cc083c186103e0cb9aeb016913b96fd08 DIFF: https://github.com/llvm/llvm-project/commit/d797e33cc083c186103e0cb9aeb016913b96fd08.diff LOG: [TestConstVariable] Clean-up XFAIL lists. These versions of `clang` are ancient history. Added: Modified: lldb/test/API/lang/c/const_variables/TestConstVariables.py Removed: ################################################################################ diff --git a/lldb/test/API/lang/c/const_variables/TestConstVariables.py b/lldb/test/API/lang/c/const_variables/TestConstVariables.py index 59fa6bcb0a1b..2cc94369f38d 100644 --- a/lldb/test/API/lang/c/const_variables/TestConstVariables.py +++ b/lldb/test/API/lang/c/const_variables/TestConstVariables.py @@ -12,15 +12,6 @@ class ConstVariableTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureAll( - oslist=["freebsd", "linux"], - compiler="clang", compiler_version=["<", "3.5"]) - @expectedFailureAll( - oslist=["freebsd", "linux"], - compiler="clang", compiler_version=["=", "3.7"]) - @expectedFailureAll( - oslist=["freebsd", "linux"], - compiler="clang", compiler_version=["=", "3.8"]) @expectedFailureAll(oslist=["freebsd", "linux"], compiler="icc") @expectedFailureAll(archs=['mips', 'mipsel', 'mips64', 'mips64el']) @expectedFailureAll( _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits