mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 16:41:18 +08:00
re PR testsuite/24841 (dg-require compilation-test trigged on test with additional-sources barfs)
PR testsuite/24841 * doc/sourcebuild.texi (Test Directives): Document that dg-require directives must come before dg-additional-sources. From-SVN: r129744
This commit is contained in:
parent
489f2598af
commit
9f143763f0
@ -1,3 +1,9 @@
|
||||
2007-10-29 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
PR testsuite/24841
|
||||
* doc/sourcebuild.texi (Test Directives): Document that dg-require
|
||||
directives must come before dg-additional-sources.
|
||||
|
||||
2007-10-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/33723
|
||||
|
@ -1006,14 +1006,16 @@ Expect the test to fail if the conditions (which are the same as for
|
||||
@item @{ dg-require-@var{support} args @}
|
||||
Skip the test if the target does not provide the required support;
|
||||
see @file{gcc-dg.exp} in the GCC testsuite for the actual directives.
|
||||
These directives must appear after any @code{dg-do} directive in the test.
|
||||
These directives must appear after any @code{dg-do} directive in the test
|
||||
and before any @code{dg-additional-sources} directive.
|
||||
They require at least one argument, which can be an empty string if the
|
||||
specific procedure does not examine the argument.
|
||||
|
||||
@item @{ dg-require-effective-target @var{keyword} @}
|
||||
Skip the test if the test target, including current multilib flags,
|
||||
is not covered by the effective-target keyword.
|
||||
This directive must appear after any @code{dg-do} directive in the test.
|
||||
This directive must appear after any @code{dg-do} directive in the test
|
||||
and before any @code{dg-additional-sources} directive.
|
||||
|
||||
@item @{ dg-shouldfail @var{comment} @{ @var{selector} @} @{ @var{include-opts} @} @{ @var{exclude-opts} @} @}
|
||||
Expect the test executable to return a nonzero exit status if the
|
||||
|
Loading…
x
Reference in New Issue
Block a user