aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/register_SUITE.erl
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2017-05-23 18:08:34 +0200
committerJohn Högberg <[email protected]>2017-07-06 12:29:42 +0200
commit29c9a1fc01d64a88cb8e441a63779cfdabefb457 (patch)
treec4849635628fd451195637edb37b17e02f8366ec /erts/emulator/test/register_SUITE.erl
parent392341efcebca6c41d4f88eb3f5731fe46473af7 (diff)
downloadotp-29c9a1fc01d64a88cb8e441a63779cfdabefb457.tar.gz
otp-29c9a1fc01d64a88cb8e441a63779cfdabefb457.tar.bz2
otp-29c9a1fc01d64a88cb8e441a63779cfdabefb457.zip
Enable register_SUITE for lcnt builds
It was disabled for performance reasons, and the new implementation handles it just fine (roughly half as fast as without lcnt).
Diffstat (limited to 'erts/emulator/test/register_SUITE.erl')
-rw-r--r--erts/emulator/test/register_SUITE.erl9
1 files changed, 1 insertions, 8 deletions
diff --git a/erts/emulator/test/register_SUITE.erl b/erts/emulator/test/register_SUITE.erl
index 43ae749498..49da94a775 100644
--- a/erts/emulator/test/register_SUITE.erl
+++ b/erts/emulator/test/register_SUITE.erl
@@ -44,14 +44,7 @@ all() ->
-define(OTP_8099_NAME, otp_8099_reg_proc).
otp_8099(Config) when is_list(Config) ->
- case catch erlang:system_info(lock_counting) of
- true -> {skipped,
- "Lock counting enabled. Current lock counting "
- "implementation cannot handle this many "
- "processes."};
- _ ->
- otp_8099_test(1000000)
- end.
+ otp_8099_test(1000000).
otp_8099_test(0) ->
ok;