diff options
author | Björn Gustavsson <[email protected]> | 2015-12-10 12:40:40 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-12-14 15:44:42 +0100 |
commit | 5850300f41de8047b9a9da1e4f00aaee3dcd662c (patch) | |
tree | 0569dfffab90d91edfc4c2a0deb35eea99de620b /erts/test/ethread_SUITE.erl | |
parent | 38e8ab99454f69acab55e5bcb575ed60a8b72c2e (diff) | |
download | otp-5850300f41de8047b9a9da1e4f00aaee3dcd662c.tar.gz otp-5850300f41de8047b9a9da1e4f00aaee3dcd662c.tar.bz2 otp-5850300f41de8047b9a9da1e4f00aaee3dcd662c.zip |
system tests: Replace 'random' with 'rand'
Diffstat (limited to 'erts/test/ethread_SUITE.erl')
-rw-r--r-- | erts/test/ethread_SUITE.erl | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/erts/test/ethread_SUITE.erl b/erts/test/ethread_SUITE.erl index 4a40dbb11e..388af66b23 100644 --- a/erts/test/ethread_SUITE.erl +++ b/erts/test/ethread_SUITE.erl @@ -123,38 +123,6 @@ try_lock_mutex(suite) -> try_lock_mutex(Config) -> run_case(Config, "try_lock_mutex", ""). -%% Remove dead code? - -% wd_dispatch(P) -> -% receive -% bye -> -% ?line true = port_command(P, "-1 "), -% ?line bye; -% L when is_list(L) -> -% ?line true = port_command(P, L), -% ?line wd_dispatch(P) -% end. -% -% watchdog(Port) -> -% ?line process_flag(priority, max), -% ?line receive after 500 -> ok end, -% -% ?line random:seed(), -% ?line true = port_command(Port, "0 "), -% ?line lists:foreach(fun (T) -> -% erlang:send_after(T, -% self(), -% integer_to_list(T) -% ++ " ") -% end, -% lists:usort(lists:map(fun (_) -> -% random:uniform(4500)+500 -% end, -% lists:duplicate(50,0)))), -% ?line erlang:send_after(5100, self(), bye), -% -% wd_dispatch(Port). - cond_wait(doc) -> ["Tests ethr_cond_wait with ethr_cond_signal and ethr_cond_broadcast."]; cond_wait(suite) -> |