[cfe-commits] r138688 - /cfe/trunk/test/Modules/lookup.cpp
Douglas Gregor
dgregor at apple.com
Fri Aug 26 22:03:28 PDT 2011
Ugh. I'm on it.
- Doug
On Aug 26, 2011, at 9:14 PM, Andrew Trick wrote:
> Doug,
> On clang-i386-darwin10-RA lookup.cpp still reports:
> error: 'error' diagnostics seen but not expected:
> Line 3: expected a module name after '__import__'
> error: 'warning' diagnostics seen but not expected:
> Line 3: weak identifier 'weak_identifier' never declared
> 2 errors generated.
>
> -Andy
>
> On Aug 26, 2011, at 5:29 PM, Douglas Gregor wrote:
>
>> Author: dgregor
>> Date: Fri Aug 26 19:29:32 2011
>> New Revision: 138688
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=138688&view=rev
>> Log:
>> XFAIL one of the module tests on win32, until we figure out what's happening
>>
>> Modified:
>> cfe/trunk/test/Modules/lookup.cpp
>>
>> Modified: cfe/trunk/test/Modules/lookup.cpp
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/lookup.cpp?rev=138688&r1=138687&r2=138688&view=diff
>> ==============================================================================
>> --- cfe/trunk/test/Modules/lookup.cpp (original)
>> +++ cfe/trunk/test/Modules/lookup.cpp Fri Aug 26 19:29:32 2011
>> @@ -18,6 +18,7 @@
>> // RUN: %clang_cc1 -emit-module -x c++ -o %T/lookup_right_cxx.pcm %S/Inputs/lookup_right.hpp
>> // RUN: %clang_cc1 -x c++ -I %T %s -verify
>> // RUN: %clang_cc1 -ast-print -x c++ -I %T %s | FileCheck -check-prefix=CHECK-PRINT %s
>> +// XFAIL: win32
>>
>> // CHECK-PRINT: int *f0(int *);
>> // CHECK-PRINT: float *f0(float *);
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110826/5836f96b/attachment.html>
More information about the cfe-commits
mailing list