[lldb] Remove xfail aarch64/linux from TestBuiltinTrap.py
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 17 Jun 2020 10:39:52 +0000 (15:39 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 17 Jun 2020 10:48:59 +0000 (15:48 +0500)
The underlying clang bug seems to have been fixed in and test is
consistently passing on aarch64-linux buildbot.

lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py

index 2a9ec4f..604b846 100644 (file)
@@ -23,7 +23,7 @@ class BuiltinTrapTestCase(TestBase):
 
     # gcc generates incorrect linetable
     @expectedFailureAll(archs="arm", compiler="gcc", triple=".*-android")
-    @expectedFailureAll(archs=['aarch64'])
+    @expectedFailureAll(archs=['aarch64'], oslist=no_match(['linux']))
     @skipIfWindows
     def test_with_run_command(self):
         """Test that LLDB handles a function with __builtin_trap correctly."""