diff options
author | Hans Bolinder <[email protected]> | 2017-02-20 12:38:48 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-02-21 08:43:08 +0100 |
commit | 2b6a4fcf2a87cada2d8e924c312dc516da27b2a0 (patch) | |
tree | dd690f6e98ebd154fcaae3d04bdc41b8497f67c5 /lib/dialyzer/test/r9c_SUITE_data | |
parent | 8beb8c6c11bec528d00125634bdebe38cc1b8d26 (diff) | |
download | otp-2b6a4fcf2a87cada2d8e924c312dc516da27b2a0.tar.gz otp-2b6a4fcf2a87cada2d8e924c312dc516da27b2a0.tar.bz2 otp-2b6a4fcf2a87cada2d8e924c312dc516da27b2a0.zip |
dialyzer: Correct test cases after removal of erlang:hash/2
Diffstat (limited to 'lib/dialyzer/test/r9c_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/r9c_SUITE_data/results/mnesia | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dialyzer/test/r9c_SUITE_data/results/mnesia b/lib/dialyzer/test/r9c_SUITE_data/results/mnesia index bf67447ee7..71acdd9c9e 100644 --- a/lib/dialyzer/test/r9c_SUITE_data/results/mnesia +++ b/lib/dialyzer/test/r9c_SUITE_data/results/mnesia @@ -17,6 +17,7 @@ mnesia_frag.erl:294: The call mnesia_frag:remote_collect(Ref::reference(),{'erro mnesia_frag.erl:304: The call mnesia_frag:remote_collect(Ref::reference(),{'error',{'node_not_running',_}},[],OldSelectFun::fun(() -> [any()])) will never return since it differs in the 2nd argument from the success typing arguments: (reference(),'ok',[any()],fun(() -> [any()])) mnesia_frag.erl:312: The call mnesia_frag:remote_collect(Ref::reference(),LocalRes::{'error',_},[],OldSelectFun::fun(() -> [any()])) will never return since it differs in the 2nd argument from the success typing arguments: (reference(),'ok',[any()],fun(() -> [any()])) mnesia_frag_hash.erl:24: Callback info about the mnesia_frag_hash behaviour is not available +mnesia_frag_old_hash.erl:105: Call to missing or unexported function erlang:hash/2 mnesia_frag_old_hash.erl:23: Callback info about the mnesia_frag_hash behaviour is not available mnesia_index.erl:52: The call mnesia_lib:other_val(Var::{_,'commit_work' | 'index' | 'setorbag' | 'storage_type' | {'index',_}},_ReASoN_::any()) will never return since it differs in the 1st argument from the success typing arguments: ({_,'active_replicas' | 'where_to_read' | 'where_to_write'},any()) mnesia_lib.erl:1028: The pattern {'EXIT', Reason} can never match the type [any()] | {'error',_} |