[llvm] r352950 - [llvm-objcopy] Temporarily limit one test to darwin

Alexander Shaposhnikov via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 21:01:01 PST 2019


Author: alexshap
Date: Fri Feb  1 21:01:00 2019
New Revision: 352950

URL: http://llvm.org/viewvc/llvm-project?rev=352950&view=rev
Log:
[llvm-objcopy] Temporarily limit one test to darwin

Some triples in llvm-mc appear to be unavailable on some buildbots.
To please those buildbots we temporarily limit the test to darwin 
(where the required triple is guranteed to be available)
until we find the right solution.

Modified:
    llvm/trunk/test/tools/llvm-objcopy/MachO/real-world-input-copy.test

Modified: llvm/trunk/test/tools/llvm-objcopy/MachO/real-world-input-copy.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objcopy/MachO/real-world-input-copy.test?rev=352950&r1=352949&r2=352950&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objcopy/MachO/real-world-input-copy.test (original)
+++ llvm/trunk/test/tools/llvm-objcopy/MachO/real-world-input-copy.test Fri Feb  1 21:01:00 2019
@@ -1,3 +1,4 @@
+REQUIRES: system-darwin
 # RUN: llvm-mc -assemble -triple i386-apple-darwin9 -filetype=obj %p/Inputs/macho.32.s -o %t.32.o
 # RUN: llvm-objcopy %t.32.o %t.32.copy.o
 # RUN: cmp %t.32.o %t.32.copy.o




More information about the llvm-commits mailing list