Author: Vedant Kumar Date: 2020-02-04T10:43:50-08:00 New Revision: 047c041277543564d482cdc297c4e82de0fd2758
URL: https://github.com/llvm/llvm-project/commit/047c041277543564d482cdc297c4e82de0fd2758 DIFF: https://github.com/llvm/llvm-project/commit/047c041277543564d482cdc297c4e82de0fd2758.diff LOG: [lldb/test] Skip TestBasicEntryValuesX86_64 due to llvm.org/PR44774 Added: Modified: lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py Removed: ################################################################################ diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py b/lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py index e0285e6d626d..5cb092377cd0 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py @@ -6,7 +6,8 @@ supported_platforms.extend(lldbplatformutil.getDarwinOSTriples()) lldbinline.MakeInlineTest(__file__, globals(), - [decorators.skipUnlessPlatform(supported_platforms), + [decorators.skipIf(bugnumber="llvm.org/PR44774"), + decorators.skipUnlessPlatform(supported_platforms), decorators.skipIf(compiler="clang", compiler_version=['<', '10.0']), decorators.skipUnlessArch('x86_64'), decorators.skipUnlessHasCallSiteInfo, _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits