Commit graph

2 commits

Author SHA1 Message Date
Andrei Horodniceanu
2f19831b10
druntime/test/coverage: Fix race condition when modifying source files
This has been hit by ldc because it runs multiple druntime testsuites
in parallel (one for the debug build and one for the release
build). Because of this, modifying the source file directly can lead
to problems which requires that this test be special cased in the ldc
cmake file.

Simply copying the source file to the build directory is enough to get
around this.

A make dependency on the expected output files has also been added.

Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
2024-09-19 08:06:31 +03:00
Iain Buclaw
69ab16a7e8 Merge dlang/druntime repository into dlang/dmd 2022-07-09 18:53:15 +02:00