XFAIL test_fp_special_purpose_register_read on android i386

llvm-svn: 246970
This commit is contained in:
Tamas Berghammer 2015-09-07 15:18:24 +00:00
parent b61f89ee52
commit 72eea4e644
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class RegisterCommandsTestCase(TestBase):
self.buildDefault()
self.fp_register_write()
@expectedFailureAndroid(archs=["i386"]) # "register read fstat" always return 0xffff
@expectedFailureClang("llvm.org/pr24733")
def test_fp_special_purpose_register_read(self):
"""Test commands that read fpu special purpose registers."""