]> granicus.if.org Git - llvm/commitdiff
[llvm-ar][test] Correct tests marked as expected fails
authorOwen Reynolds <gbreynoo@gmail.com>
Mon, 12 Aug 2019 13:04:02 +0000 (13:04 +0000)
committerOwen Reynolds <gbreynoo@gmail.com>
Mon, 12 Aug 2019 13:04:02 +0000 (13:04 +0000)
In diff D64802 I marked three tests as expected failures for darwin but
James Nagurne saw these fail on his downstream embedded ARM cross
compiler.
I believe XFAIL: system-darwin should be used instead of using XFAIL:
darwin due to the problem being related to the darwin host and not the
target.

Differential Revision: https://reviews.llvm.org/D65745

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368564 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-ar/extract.test
test/tools/llvm-ar/mri-utf8.test
test/tools/llvm-ar/print.test

index a948274328ef61abe37e9ea8c24716f7a55388c0..a2059d1ba9e9e165d348e98f6e808d0124182edd 100644 (file)
@@ -1,5 +1,5 @@
 ## Test extract operation.
-# XFAIL: darwin
+# XFAIL: system-darwin
 
 RUN: rm -rf %t && mkdir -p %t/extracted/
 
index 57357abf88e4adec228b399fa804a219e29ce5ad..6499996007473d62348975e8c4d9afc09b177c14 100644 (file)
@@ -1,5 +1,5 @@
 # Test non-ascii archive members
-# XFAIL: darwin
+# XFAIL: system-darwin
 
 RUN: rm -rf %t && mkdir -p %t/extracted
 
index 10ef78c152dde3be6222ec4896140ff912c7c84f..4081a36ac4eb3396b50e3f99eee8da69988e2327 100644 (file)
@@ -1,5 +1,5 @@
 ## Test Print output
-# XFAIL: darwin
+# XFAIL: system-darwin
 
 RUN: rm -rf %t && mkdir -p %t
 RUN: echo file1 > %t/1.txt