mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
xfail TestTopLevelExprs for arm and aarch64 linux
TestTopLevelExprs fails on arm and aarch64 linux similar to behaviour on android. A bug exists here: llvm.org/pr27787. This patch marks xfail on arm and aarch64. llvm-svn: 269980
This commit is contained in:
parent
e2f43770a4
commit
bc782a866b
@ -51,6 +51,7 @@ class TopLevelExpressionsTestCase(TestBase):
|
||||
|
||||
@add_test_categories(['pyapi'])
|
||||
@expectedFailureAndroid(api_levels=[21, 22], bugnumber="llvm.org/pr27787")
|
||||
@expectedFailureAll(oslist=["linux"], archs=["arm", "aarch64"], bugnumber="llvm.org/pr27787")
|
||||
def test_top_level_expressions(self):
|
||||
self.build_and_run()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user