r299410 - Modules/builtins.m requires shell.

Galina Kistanova via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 3 20:40:56 PDT 2017


Just wanted temporarily disable this test on Windows bots while
investigating the clang assert which happens once in a while
By the way, do you see something like this on your bots?

Assertion failed: (Imported == nullptr || Imported ==
SuggestedModule.getModule()) && "the imported module is different than the
suggested one", file
C:\Buildbot\Slave\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\tools\clang\lib\Lex\PPDirectives.cpp,
line 1911

In the current state the test creates quite some noise.


On Mon, Apr 3, 2017 at 8:27 PM, NAKAMURA Takumi <geek4civic at gmail.com>
wrote:

> What was your issue? Seems nothing to do "shell".
>
> On Tue, Apr 4, 2017 at 12:03 PM Galina Kistanova via cfe-commits <
> cfe-commits at lists.llvm.org> wrote:
>
>> Author: gkistanova
>> Date: Mon Apr  3 21:50:40 2017
>> New Revision: 299410
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=299410&view=rev
>> Log:
>> Modules/builtins.m requires shell.
>>
>> Modified:
>>     cfe/trunk/test/Modules/builtins.m
>>
>> Modified: cfe/trunk/test/Modules/builtins.m
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/
>> Modules/builtins.m?rev=299410&r1=299409&r2=299410&view=diff
>> ============================================================
>> ==================
>> --- cfe/trunk/test/Modules/builtins.m (original)
>> +++ cfe/trunk/test/Modules/builtins.m Mon Apr  3 21:50:40 2017
>> @@ -8,6 +8,7 @@
>>  // RUN: %clang_cc1 -fmodules-cache-path=%t.pch.cache -fmodules
>> -fimplicit-module-maps -I %S/Inputs %s -include-pch %t.pch %s -verify
>>
>>  // expected-no-diagnostics
>> +// REQUIRES: shell
>>
>>  void use_constant_string_builtins1(void) {
>>    (void)__builtin___CFStringMakeConstantString("");
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170403/c5511c4f/attachment-0001.html>


More information about the cfe-commits mailing list