D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 21054 - Test Suite test/run.d has no documentation on how the dmd under test is specified
Summary: Test Suite test/run.d has no documentation on how the dmd under test is speci...
Status: RESOLVED INVALID
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P1 normal
Assignee: No Owner
URL:
Keywords: TestSuite
Depends on:
Blocks:
 
Reported: 2020-07-18 11:00 UTC by Walter Bright
Modified: 2020-08-06 21:04 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Walter Bright 2020-07-18 11:00:00 UTC
I cannot find in test/run.d where it decides which dmd to run the tests on. The emitted output is "..." for which compiler is run, which is useless. Couldn't find it in test/README.md, either.

Even using the -v switch doesn't produce useful information.
Comment 1 moonlightsentinel 2020-08-06 21:04:31 UTC
run.d -v prints all relevant environment variables including `DMD`. This varaible is documented in test/README.md as the tested compiler.