[cfe-commits] r79259 - /cfe/trunk/test/SemaObjC/id-isa-ref.m

Fariborz Jahanian fjahanian at apple.com
Sat Dec 5 08:51:37 PST 2009


Accessing 'isa' through '->' still fails. This is a known problem and  
I plan to look at it some day.

- Fariborz

On Dec 4, 2009, at 10:08 PM, Chris Lattner wrote:

> Steve, what is the status of this test?  Should it be removed or  
> fixed?
>
> -Chris
>
> On Aug 17, 2009, at 11:01 AM, Daniel Dunbar wrote:
>
>> Author: ddunbar
>> Date: Mon Aug 17 13:01:54 2009
>> New Revision: 79259
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=79259&view=rev
>> Log:
>> XFAIL this test for now. David/Steve, please sort out the correct  
>> fix.
>>
>> Modified:
>>   cfe/trunk/test/SemaObjC/id-isa-ref.m
>>
>> Modified: cfe/trunk/test/SemaObjC/id-isa-ref.m
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/id-isa-ref.m?rev=79259&r1=79258&r2=79259&view=diff
>>
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> =====================================================================
>> --- cfe/trunk/test/SemaObjC/id-isa-ref.m (original)
>> +++ cfe/trunk/test/SemaObjC/id-isa-ref.m Mon Aug 17 13:01:54 2009
>> @@ -1,5 +1,8 @@
>> // RUN: clang-cc -fsyntax-only -verify %s
>>
>> +// Failing currently due to Obj-C type representation changes.  
>> 2009-09-17
>> +// XFAIL
>> +
>> typedef struct objc_object {
>>  struct objc_class *isa;
>> } *id;
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list