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]

r115913 - in /branches/gcc-4_0-branch/gcc: Chan...


Author: janis
Date: Thu Aug  3 22:42:24 2006
New Revision: 115913

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115913
Log:
	* doc/sourcebuild.texi (Test Directives): Document dg-shouldfail.

	* lib/gcc-dg.exp (tool_load): Wrapper to support shouldfail tests.
	(dg-test): Support shouldfail tests.
	* lib/target-supports-dg.exp (dg-shouldfail): New.
	* gcc.test-framework/test-framework.awk: Handle shouldfail tests.
	* gcc.test-framework/dg-do-run-sf-exp-F.c: New test.
	* gcc.test-framework/dg-do-run-sf-exp-P.c: New test.
	* gcc.test-framework/dg-do-run-sft-exp-F.c: New test.
	* gcc.test-framework/dg-do-run-sft-exp-P.c: New test.
	* gcc.test-framework/dg-dox-run-sf-exp-XF.c: New test.
	* gcc.test-framework/dg-dox-run-sf-exp-XP.c: New test.

Added:
    branches/gcc-4_0-branch/gcc/testsuite/gcc.test-framework/dg-do-run-sf-exp-F.c
    branches/gcc-4_0-branch/gcc/testsuite/gcc.test-framework/dg-do-run-sf-exp-P.c
    branches/gcc-4_0-branch/gcc/testsuite/gcc.test-framework/dg-do-run-sft-exp-F.c
    branches/gcc-4_0-branch/gcc/testsuite/gcc.test-framework/dg-do-run-sft-exp-P.c
    branches/gcc-4_0-branch/gcc/testsuite/gcc.test-framework/dg-dox-run-sf-exp-XF.c
    branches/gcc-4_0-branch/gcc/testsuite/gcc.test-framework/dg-dox-run-sf-exp-XP.c
Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/doc/sourcebuild.texi
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_0-branch/gcc/testsuite/gcc.test-framework/test-framework.awk
    branches/gcc-4_0-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/gcc-4_0-branch/gcc/testsuite/lib/target-supports-dg.exp


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