mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08: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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user