[Chapel Merge] style(tests): move chpldoc tests under test/chpldo

Branch: refs/heads/main
Revision: e2efc7f
Author: arezaii
Link: style(tests): move chpldoc tests under test/chpldoc directory by arezaii · Pull Request #20816 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20816 from arezaii/chpldoc-migrate-tests

style(tests): move chpldoc tests under test/chpldoc directory

This PR migrates several tests for chpldoc flags and one for the no doc
pragma to the test/chpldoc directory to facilitate running a paratest for
all chpldoc tests

  • test/compflags/thomasvandoren/chpldoc moved to test/chpldoc/compflags/help/ and
    test/chpldoc/compflags/combinations/

  • test/variables/bradc/ to test/chpldoc/nodoc/

TESTING:

  • local paratest on test/chpldoc

reviewed by @mppf - thanks!

Modified Files:
A test/chpldoc/compflags/combinations/CHPLDOCOPTS

A test/chpldoc/compflags/combinations/CLEANFILES
A test/chpldoc/compflags/combinations/copyright.doc.catfiles
A test/chpldoc/compflags/combinations/copyright.doc.chpl
A test/chpldoc/compflags/combinations/copyright.doc.chpldocopts
A test/chpldoc/compflags/combinations/copyright.doc.goodend
A test/chpldoc/compflags/combinations/copyright.doc.prediff
A test/chpldoc/compflags/combinations/license.doc.chpl
A test/chpldoc/compflags/combinations/license.doc.chpldocopts
A test/chpldoc/compflags/combinations/license.doc.prediff
A test/chpldoc/compflags/combinations/version.doc.chpl
A test/chpldoc/compflags/combinations/version.doc.chpldocopts
A test/chpldoc/compflags/combinations/version.doc.prediff
A test/chpldoc/compflags/combinations/z_copy_help.doc.chpl
A test/chpldoc/compflags/combinations/z_copy_help.doc.chpldocopts
A test/chpldoc/compflags/combinations/z_copy_help.doc.prediff
A test/chpldoc/compflags/combinations/z_copy_license.doc.chpl
A test/chpldoc/compflags/combinations/z_copy_license.doc.chpldocopts
A test/chpldoc/compflags/combinations/z_copy_license.doc.prediff
A test/chpldoc/compflags/combinations/z_copy_version.doc.chpl
A test/chpldoc/compflags/combinations/z_copy_version.doc.chpldocopts
A test/chpldoc/compflags/combinations/z_copy_version.doc.prediff
A test/chpldoc/compflags/combinations/z_copyright_help_license_version.doc.chpl
A test/chpldoc/compflags/combinations/z_copyright_help_license_version.doc.chpldocopts
A test/chpldoc/compflags/combinations/z_copyright_help_license_version.doc.prediff
A test/chpldoc/compflags/combinations/z_help_license.doc.chpl
A test/chpldoc/compflags/combinations/z_help_license.doc.chpldocopts
A test/chpldoc/compflags/combinations/z_help_license.doc.prediff
A test/chpldoc/compflags/combinations/z_help_version.doc.chpl
A test/chpldoc/compflags/combinations/z_help_version.doc.chpldocopts
A test/chpldoc/compflags/combinations/z_help_version.doc.prediff
A test/chpldoc/compflags/combinations/z_license_version.doc.chpl
A test/chpldoc/compflags/combinations/z_license_version.doc.chpldocopts
A test/chpldoc/compflags/combinations/z_license_version.doc.prediff
A test/chpldoc/compflags/help/chpldoc.doc.chpl
A test/chpldoc/compflags/help/chpldoc.doc.chpldocopts
A test/chpldoc/compflags/help/chpldoc.doc.good
A test/chpldoc/nodoc/pragmaMultipleVars.doc.catfiles
A test/chpldoc/nodoc/pragmaMultipleVars.doc.chpl
A test/chpldoc/nodoc/pragmaMultipleVars.doc.compopts
A test/chpldoc/nodoc/pragmaMultipleVars.doc.good
R test/compflags/thomasvandoren/chpldoc.doc.chpl
R test/compflags/thomasvandoren/chpldoc.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc.doc.good
R test/compflags/thomasvandoren/chpldoc.doc.skipif
R test/compflags/thomasvandoren/chpldoc/CHPLDOCOPTS
R test/compflags/thomasvandoren/chpldoc/CLEANFILES
R test/compflags/thomasvandoren/chpldoc/SKIPIF
R test/compflags/thomasvandoren/chpldoc/copyright.doc.catfiles
R test/compflags/thomasvandoren/chpldoc/copyright.doc.chpl
R test/compflags/thomasvandoren/chpldoc/copyright.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/copyright.doc.goodend
R test/compflags/thomasvandoren/chpldoc/copyright.doc.prediff
R test/compflags/thomasvandoren/chpldoc/license.doc.chpl
R test/compflags/thomasvandoren/chpldoc/license.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/license.doc.prediff
R test/compflags/thomasvandoren/chpldoc/version.doc.chpl
R test/compflags/thomasvandoren/chpldoc/version.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/version.doc.prediff
R test/compflags/thomasvandoren/chpldoc/z_copy_help.doc.chpl
R test/compflags/thomasvandoren/chpldoc/z_copy_help.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/z_copy_help.doc.prediff
R test/compflags/thomasvandoren/chpldoc/z_copy_license.doc.chpl
R test/compflags/thomasvandoren/chpldoc/z_copy_license.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/z_copy_license.doc.prediff
R test/compflags/thomasvandoren/chpldoc/z_copy_version.doc.chpl
R test/compflags/thomasvandoren/chpldoc/z_copy_version.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/z_copy_version.doc.prediff
R test/compflags/thomasvandoren/chpldoc/z_copyright_help_license_version.doc.chpl
R test/compflags/thomasvandoren/chpldoc/z_copyright_help_license_version.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/z_copyright_help_license_version.doc.prediff
R test/compflags/thomasvandoren/chpldoc/z_help_license.doc.chpl
R test/compflags/thomasvandoren/chpldoc/z_help_license.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/z_help_license.doc.prediff
R test/compflags/thomasvandoren/chpldoc/z_help_version.doc.chpl
R test/compflags/thomasvandoren/chpldoc/z_help_version.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/z_help_version.doc.prediff
R test/compflags/thomasvandoren/chpldoc/z_license_version.doc.chpl
R test/compflags/thomasvandoren/chpldoc/z_license_version.doc.chpldocopts
R test/compflags/thomasvandoren/chpldoc/z_license_version.doc.prediff
R test/variables/bradc/pragmaMultipleVars.doc.catfiles
R test/variables/bradc/pragmaMultipleVars.doc.chpl
R test/variables/bradc/pragmaMultipleVars.doc.cleanfiles
R test/variables/bradc/pragmaMultipleVars.doc.compopts
R test/variables/bradc/pragmaMultipleVars.doc.good
R test/variables/bradc/pragmaMultipleVars.doc.skipif
M .gitignore

Compare: https://github.com/chapel-lang/chapel/compare/523f07933ab7...e2efc7f43904