diff options
author | John Högberg <[email protected]> | 2017-10-25 16:29:37 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2017-11-30 15:44:37 +0100 |
commit | 08901d99137014bd53b999a9fbb0aac893d854e4 (patch) | |
tree | b96b2709f10fb16c958cc69c3a15ecf984f0040e /make/otp.mk.in | |
parent | c6f47dd9919c8b1555980a990cbc7af0fd1ca529 (diff) | |
download | otp-08901d99137014bd53b999a9fbb0aac893d854e4.tar.gz otp-08901d99137014bd53b999a9fbb0aac893d854e4.tar.bz2 otp-08901d99137014bd53b999a9fbb0aac893d854e4.zip |
Fix dirty_*if_SUITE after file rewrite
Code loading is done through dirty IO now, causing the
dirty_scheduler_exit tests to fail as they block their own progress
by invoking erts_debug:dirty_io(wait, _); the spawned processes
will exit normally before we have a chance to kill them.
To get around this, we perform a dry run to ensure that all required
code is loaded. It isn't particularly pretty (or fast) but it saves
us the hassle of maintaining a module list (cf. embedded mode).
Diffstat (limited to 'make/otp.mk.in')
0 files changed, 0 insertions, 0 deletions