diff options
author | Fredrik Gustafsson <[email protected]> | 2013-01-25 10:02:39 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-01-25 10:02:39 +0100 |
commit | 06fc4b8586e530e1f462bb1761ff5d9bce681dad (patch) | |
tree | 0deeb340e14b9652601717fe515a1fd8f16dc343 /lib/dialyzer/test/small_SUITE_data/results | |
parent | 65d9f5914de50516224f5634b9c672b2d4fdd083 (diff) | |
parent | 6005f67b58e9cae59e292ed9ef087931c6bd0630 (diff) | |
download | otp-06fc4b8586e530e1f462bb1761ff5d9bce681dad.tar.gz otp-06fc4b8586e530e1f462bb1761ff5d9bce681dad.tar.bz2 otp-06fc4b8586e530e1f462bb1761ff5d9bce681dad.zip |
Merge branch 'sa/dialyzer-unknown-arity-funs/OTP-10772'
* sa/dialyzer-unknown-arity-funs/OTP-10772:
Update one more unused funs result as per ffe582b
Remove pubsub and comm_layer tests from testsuite
Properly support functions with arbitrary arity in type specs.
Conflicts:
lib/hipe/cerl/erl_types.erl
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/results')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/cerl_hipeify | 1 | ||||
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/comm_layer | 2 | ||||
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/pubsub | 0 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/cerl_hipeify b/lib/dialyzer/test/small_SUITE_data/results/cerl_hipeify index 06dc0d63ee..91ed552eec 100644 --- a/lib/dialyzer/test/small_SUITE_data/results/cerl_hipeify +++ b/lib/dialyzer/test/small_SUITE_data/results/cerl_hipeify @@ -1,4 +1,3 @@ -cerl_hipeify.erl:370: Function will never be called cerl_hipeify.erl:370: Guard test fun((none()) -> no_return()) =:= F::{_,_,_} | {_,_,_,_} | {_,_,_,_,_} | {_,_,_,_,_,_} | {_,_,_,_,_,_,_} can never succeed cerl_hipeify.erl:641: Function env__new_function_name/2 will never be called diff --git a/lib/dialyzer/test/small_SUITE_data/results/comm_layer b/lib/dialyzer/test/small_SUITE_data/results/comm_layer deleted file mode 100644 index cb4bf14eb4..0000000000 --- a/lib/dialyzer/test/small_SUITE_data/results/comm_layer +++ /dev/null @@ -1,2 +0,0 @@ - -comm_layer.erl:76: Invalid type specification for function 'comm_layer_dir.comm_layer':this/0. The success typing is () -> {_,integer(),pid()} diff --git a/lib/dialyzer/test/small_SUITE_data/results/pubsub b/lib/dialyzer/test/small_SUITE_data/results/pubsub deleted file mode 100644 index e69de29bb2..0000000000 --- a/lib/dialyzer/test/small_SUITE_data/results/pubsub +++ /dev/null |