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:
Omair Javaid 2016-05-18 20:45:12 +00:00
parent e2f43770a4
commit bc782a866b

View File

@ -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()