This is the mail archive of the gcc-cvs@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]

r168699 - in /trunk/gcc/testsuite: ChangeLog li...


Author: nicola
Date: Wed Jan 12 09:46:56 2011
New Revision: 168699

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168699
Log:
In gcc/testsuite/:
2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>

	Fixed the Objective-C++ testsuite and updated all tests.
	* lib/obj-c++.exp (obj-c++_init): Declare and set
	gcc_warning_prefix and gcc_error_prefix.	
	* obj-c++.dg/attributes/categ-attribute-2.mm: Fixed usage of
	'dg-warning', 'dg-message' and 'dg-error'.
	* obj-c++.dg/class-extension-3.mm: Likewise.
	* obj-c++.dg/class-protocol-1.mm: Likewise.
	* obj-c++.dg/cxx-scope-2.mm: Likewise.
	* obj-c++.dg/encode-7.mm: Likewise.
	* obj-c++.dg/exceptions-3.mm: Likewise.
	* obj-c++.dg/exceptions-5.mm: Likewise.	
	* obj-c++.dg/method-12.mm: Likewise.
	* obj-c++.dg/method-13.mm: Likewise.
	* obj-c++.dg/method-15.mm: Likewise.
	* obj-c++.dg/method-16.mm: Likewise.
	* obj-c++.dg/method-4.mm: Likewise.
	* obj-c++.dg/method-8.mm: Likewise.
	* obj-c++.dg/method-conflict-1.mm: Likewise.
	* obj-c++.dg/method-conflict-2.mm: Likewise.
	* obj-c++.dg/method-conflict-3.mm: Likewise. Also, removed FIXME
	and uncommented second part of the testcase now that the testsuite
	works correctly.
	* obj-c++.dg/method-conflict-4.mm: Likewise.  Also, removed FIXME
	and uncommented second part of the testcase now that the testsuite
	works correctly.
	* obj-c++.dg/private-1.mm: Likewise.	
	* obj-c++.dg/proto-lossage-4.mm: Likewise.
	* obj-c++.dg/syntax-error-7.mm: Likewise.
	* obj-c++.dg/warn5.mm: Likewise.
	* obj-c++.dg/property/at-property-14.mm: Likewise.
	* obj-c++.dg/property/at-property-16.mm: Likewise, and removed
	FIXME.	
	* obj-c++.dg/property/at-property-18.mm: Likewise.
	* obj-c++.dg/property/at-property-20.mm: Likewise, and removed
	FIXME.
	* obj-c++.dg/property/at-property-21.mm: Likewise.
	* obj-c++.dg/property/at-property-28.mm: Likewise.
	* obj-c++.dg/property/at-property-5.mm: Likewise.
	* obj-c++.dg/property/dynamic-2.mm: Likewise.
	* obj-c++.dg/property/property-neg-3.mm: Likewise.
	* obj-c++.dg/property/synthesize-11.mm: Likewise.
	* obj-c++.dg/property/synthesize-6.mm: Likewise.
	* obj-c++.dg/property/synthesize-8.mm: Likewise.
	* obj-c++.dg/property/synthesize-9.mm: Likewise.
	* obj-c++.dg/tls/diag-5.mm: Likewise.
	* obj-c++.dg/ivar-invalid-type-1.mm: Removed FIXME and uncommented
	dg-error, now matched correctly.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/obj-c++.exp
    trunk/gcc/testsuite/obj-c++.dg/attributes/categ-attribute-2.mm
    trunk/gcc/testsuite/obj-c++.dg/class-extension-3.mm
    trunk/gcc/testsuite/obj-c++.dg/class-protocol-1.mm
    trunk/gcc/testsuite/obj-c++.dg/cxx-scope-2.mm
    trunk/gcc/testsuite/obj-c++.dg/encode-7.mm
    trunk/gcc/testsuite/obj-c++.dg/exceptions-3.mm
    trunk/gcc/testsuite/obj-c++.dg/exceptions-5.mm
    trunk/gcc/testsuite/obj-c++.dg/ivar-invalid-type-1.mm
    trunk/gcc/testsuite/obj-c++.dg/method-12.mm
    trunk/gcc/testsuite/obj-c++.dg/method-13.mm
    trunk/gcc/testsuite/obj-c++.dg/method-15.mm
    trunk/gcc/testsuite/obj-c++.dg/method-16.mm
    trunk/gcc/testsuite/obj-c++.dg/method-4.mm
    trunk/gcc/testsuite/obj-c++.dg/method-8.mm
    trunk/gcc/testsuite/obj-c++.dg/method-conflict-1.mm
    trunk/gcc/testsuite/obj-c++.dg/method-conflict-2.mm
    trunk/gcc/testsuite/obj-c++.dg/method-conflict-3.mm
    trunk/gcc/testsuite/obj-c++.dg/method-conflict-4.mm
    trunk/gcc/testsuite/obj-c++.dg/private-1.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-14.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-16.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-18.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-20.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-21.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-28.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-5.mm
    trunk/gcc/testsuite/obj-c++.dg/property/dynamic-2.mm
    trunk/gcc/testsuite/obj-c++.dg/property/property-neg-3.mm
    trunk/gcc/testsuite/obj-c++.dg/property/synthesize-11.mm
    trunk/gcc/testsuite/obj-c++.dg/property/synthesize-6.mm
    trunk/gcc/testsuite/obj-c++.dg/property/synthesize-8.mm
    trunk/gcc/testsuite/obj-c++.dg/property/synthesize-9.mm
    trunk/gcc/testsuite/obj-c++.dg/proto-lossage-4.mm
    trunk/gcc/testsuite/obj-c++.dg/syntax-error-7.mm
    trunk/gcc/testsuite/obj-c++.dg/tls/diag-5.mm
    trunk/gcc/testsuite/obj-c++.dg/warn5.mm


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