Author: David Spickett Date: 2024-05-29T10:28:10Z New Revision: 23a09b99313edb67d267a974be6cebfdfd97c7c8
URL: https://github.com/llvm/llvm-project/commit/23a09b99313edb67d267a974be6cebfdfd97c7c8 DIFF: https://github.com/llvm/llvm-project/commit/23a09b99313edb67d267a974be6cebfdfd97c7c8.diff LOG: [lldb][Test] Remove some xfails for AArch64 Linux PR #92245 fixed these tests on Linux. They likely work on FreeBSD too but leaving the xfail for that so it can be confirmed later. Also updated a bugzilla link to one that redirects to Github issues. Relates to issues #43398 and #48751. Added: Modified: lldb/test/API/commands/expression/fixits/TestFixIts.py lldb/test/API/commands/expression/static-initializers/TestStaticInitializers.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/expression/fixits/TestFixIts.py b/lldb/test/API/commands/expression/fixits/TestFixIts.py index bc53b72fe611b..1b22ed1c0077c 100644 --- a/lldb/test/API/commands/expression/fixits/TestFixIts.py +++ b/lldb/test/API/commands/expression/fixits/TestFixIts.py @@ -106,9 +106,8 @@ def test_with_target_error_applies_fixit(self): ) self.assertIn("null_pointer->first", ret_val.GetError()) - # The final function call runs into SIGILL on aarch64-linux. @expectedFailureAll( - archs=["aarch64"], oslist=["freebsd", "linux"], bugnumber="llvm.org/pr49407" + archs=["aarch64"], oslist=["freebsd"], bugnumber="llvm.org/pr49407" ) def test_with_multiple_retries(self): """Test calling expressions with errors that can be fixed by the FixIts.""" diff --git a/lldb/test/API/commands/expression/static-initializers/TestStaticInitializers.py b/lldb/test/API/commands/expression/static-initializers/TestStaticInitializers.py index 5fc37ac6a5818..ea3aa6a4608c4 100644 --- a/lldb/test/API/commands/expression/static-initializers/TestStaticInitializers.py +++ b/lldb/test/API/commands/expression/static-initializers/TestStaticInitializers.py @@ -7,8 +7,8 @@ class StaticInitializers(TestBase): @expectedFailureAll( archs="aarch64", - oslist=["freebsd", "linux"], - bugnumber="https://bugs.llvm.org/show_bug.cgi?id=44053", + oslist=["freebsd"], + bugnumber="llvm.org/pr44053", ) def test(self): """Test a static initializer.""" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits