This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch Objc/NeXT/Testuite, committed] *foreach* adjustments for Darwin


we've picked up a fair number of test-suite fails (especially on Darwin8) because of absent functionality and minor nits with headers.

Part 1.
Darwin 8 does not have fast enumeration support in its NeXT lib - so skipping those tests.
We also need to ensure that 'self' is returned from init methods where required (it's a miracle that it works some of the time as is).


checked on x86_64-linux, i686-darwin8, i686-darwin9, x86_64-darwin10.
applied as 168616
cheers
Iain

gcc/testsuite:

	* objc.dg/foreach-1.m: Skip for Darwin < 9.
	* objc.dg/objc-foreach-4.m: Likewise.
	* objc.dg/objc-foreach-5.m: Skip for Darwin < 9, adjust headers.
	* objc.dg/foreach-2.m: Skip for Darwin < 9, return self from init.
	* objc.dg/foreach-4.m: Likewise.
	* objc.dg/foreach-5.m: Likewise.
	* objc.dg/foreach-3.m: Return self from init.

Attachment: 168611-objcd8-foreach.txt
Description: Text document






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]