https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88039

--- Comment #8 from ibuclaw at gcc dot gnu.org ---
Author: ibuclaw
Date: Sun Dec  9 19:55:54 2018
New Revision: 266933

URL: https://gcc.gnu.org/viewcvs?rev=266933&root=gcc&view=rev
Log:
Generate and scan documentation output in Ddoc tests.

The tests in gdc.test/compilable/ddoc*.d don't require the module to be
compiled all the way down to object code.  Instead, only compile the
test sources with -fdoc, and scan the generated html content.

gcc/testsuite/ChangeLog:

        PR d/88039
        * gdc.test/gdc-test.exp (gdc-convert-args): Handle -D.
        (dmd2dg): Check generated html in ddoc tests.
        (gdc-do-test): Set dg-do-what-default to compile for ddoc tests.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gdc.test/gdc-test.exp

Reply via email to