aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/Makefile
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2011-12-23 17:31:35 +0100
committerRickard Green <[email protected]>2011-12-27 15:13:48 +0100
commitdf828dcd8e4d42eee9d88f4747cff1730151e351 (patch)
tree22eadd30e279294b66b9823c660baa2bfbaf1c9e /erts/emulator/test/Makefile
parent6088c2c426d71a21874673ca6ddf93aa9e2ed4ab (diff)
downloadotp-df828dcd8e4d42eee9d88f4747cff1730151e351.tar.gz
otp-df828dcd8e4d42eee9d88f4747cff1730151e351.tar.bz2
otp-df828dcd8e4d42eee9d88f4747cff1730151e351.zip
Include wakeup pipe in /dev/poll poll-set also on non-SMP
I/O events could potentially be delayed for ever when enabling kernel-poll on a non-SMP runtime system executing on Solaris. When also combined with async-threads the runtime system hung before completing the boot phase. This bug was introduced in erts-5.9/OTP-R15B.
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r--erts/emulator/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile
index 08d2066da3..a3dcbc4cf3 100644
--- a/erts/emulator/test/Makefile
+++ b/erts/emulator/test/Makefile
@@ -88,6 +88,7 @@ MODULES= \
send_term_SUITE \
sensitive_SUITE \
signal_SUITE \
+ smoke_test_SUITE \
statistics_SUITE \
system_info_SUITE \
system_profile_SUITE \