From 312ac44c35dc3d7fd204049752a014711daf62c2 Mon Sep 17 00:00:00 2001 From: Stavros Aronis Date: Wed, 23 Jan 2013 11:38:24 +0100 Subject: Remove pubsub and comm_layer tests from testsuite These tests recently broke because of the deprecation of the package system. Furthermore, they included copyrighted code. Finally they were not minimized not targeted to any specific feature and had no warnings being reported. --- lib/dialyzer/test/small_SUITE_data/results/comm_layer | 2 -- lib/dialyzer/test/small_SUITE_data/results/pubsub | 0 2 files changed, 2 deletions(-) delete mode 100644 lib/dialyzer/test/small_SUITE_data/results/comm_layer delete mode 100644 lib/dialyzer/test/small_SUITE_data/results/pubsub (limited to 'lib/dialyzer/test/small_SUITE_data/results') 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 -- cgit v1.2.3 From 6005f67b58e9cae59e292ed9ef087931c6bd0630 Mon Sep 17 00:00:00 2001 From: Stavros Aronis Date: Wed, 23 Jan 2013 14:19:18 +0100 Subject: Update one more unused funs result as per ffe582b --- lib/dialyzer/test/small_SUITE_data/results/cerl_hipeify | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/dialyzer/test/small_SUITE_data/results') 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 -- cgit v1.2.3