[llvm] r247719 - test: Add "REQUIRES: native" so this test passes with no default triple configured

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 22:42:23 PDT 2015


Thanks for the heads-up, I updated in the commit (r247775).

— 
Mehdi

> On Sep 15, 2015, at 8:52 PM, Justin Bogner <mail at justinbogner.com> wrote:
> 
> "Robinson, Paul" <Paul_Robinson at playstation.sony.com> writes:
>> FYI, this will become obsolete and should be removed when D12660 goes in.
> 
> Well, IIUC it won't really be obsolete so much as need to be updated to
> "REQUIRES: default_triple" with D12660. The situation is improved but
> not quite solved.
> 
>> --paulr
>> 
>>> -----Original Message-----
>>> From: llvm-commits [mailto:llvm-commits-bounces at lists.llvm.org] On Behalf
>>> Of Justin Bogner via llvm-commits
>>> Sent: Tuesday, September 15, 2015 2:14 PM
>>> To: llvm-commits at lists.llvm.org
>>> Subject: [llvm] r247719 - test: Add "REQUIRES: native" so this test passes
>>> with no default triple configured
>>> 
>>> Author: bogner
>>> Date: Tue Sep 15 16:13:33 2015
>>> New Revision: 247719
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=247719&view=rev
>>> Log:
>>> test: Add "REQUIRES: native" so this test passes with no default triple
>>> configured
>>> 
>>> Modified:
>>>    llvm/trunk/test/tools/llvm-mc/basic.test
>>> 
>>> Modified: llvm/trunk/test/tools/llvm-mc/basic.test
>>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-
>>> mc/basic.test?rev=247719&r1=247718&r2=247719&view=diff
>>> ==========================================================================
>>> ====
>>> --- llvm/trunk/test/tools/llvm-mc/basic.test (original)
>>> +++ llvm/trunk/test/tools/llvm-mc/basic.test Tue Sep 15 16:13:33 2015
>>> @@ -1,2 +1,4 @@
>>> # RUN: not llvm-mc %t.blah -o %t2 2>&1 | FileCheck --check-prefix=ENOENT
>>> %s
>>> +# REQUIRES: native
>>> +
>>> # ENOENT: {{.*}}.blah: {{[Nn]}}o such file or directory
>>> 
>>> 
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at lists.llvm.org
>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list