r322405 - Disable test for Windows to fix Windows buildbots.

Richard Trieu via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 11:55:44 PST 2018


Tracking bug is PR35939
r322593 adds comment to test case
This test triggers an assertion in MicrosoftMangle.cpp

On Mon, Jan 15, 2018 at 10:38 AM, David Blaikie <dblaikie at gmail.com> wrote:

> might be worth having an explanation (probably in both the commit message
> and in a comment in the source) about why this test isn't supported on
> windows?
>
> On Fri, Jan 12, 2018 at 1:50 PM Richard Trieu via cfe-commits <
> cfe-commits at lists.llvm.org> wrote:
>
>> Author: rtrieu
>> Date: Fri Jan 12 13:49:20 2018
>> New Revision: 322405
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=322405&view=rev
>> Log:
>> Disable test for Windows to fix Windows buildbots.
>>
>> Modified:
>>     cfe/trunk/test/Modules/odr_hash-Friend.cpp
>>
>> Modified: cfe/trunk/test/Modules/odr_hash-Friend.cpp
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/
>> Modules/odr_hash-Friend.cpp?rev=322405&r1=322404&r2=322405&view=diff
>> ============================================================
>> ==================
>> --- cfe/trunk/test/Modules/odr_hash-Friend.cpp (original)
>> +++ cfe/trunk/test/Modules/odr_hash-Friend.cpp Fri Jan 12 13:49:20 2018
>> @@ -8,6 +8,8 @@
>>  // RUN:  -fmodules-cache-path=%t/modules.cache \
>>  // RUN:  -std=c++11 -x c++ %s -verify
>>
>> +// UNSUPPORTED: windows
>> +
>>  // expected-no-diagnostics
>>
>>  #include "Box.h"
>>
>>
>> _______________________________________________
>> 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/20180116/d647cd4f/attachment.html>


More information about the cfe-commits mailing list