From ca4633fd683527097451ca1398c90c87bb5c14fc Mon Sep 17 00:00:00 2001 From: Stavros Aronis Date: Sat, 2 Apr 2011 18:57:42 +0300 Subject: Rename suite data directories --- lib/dialyzer/test/opaque_tests_SUITE_data/results/array | 3 --- lib/dialyzer/test/opaque_tests_SUITE_data/results/crash | 7 ------- lib/dialyzer/test/opaque_tests_SUITE_data/results/dict | 15 --------------- lib/dialyzer/test/opaque_tests_SUITE_data/results/ets | 3 --- lib/dialyzer/test/opaque_tests_SUITE_data/results/gb_sets | 0 .../test/opaque_tests_SUITE_data/results/inf_loop1 | 5 ----- lib/dialyzer/test/opaque_tests_SUITE_data/results/int | 3 --- .../test/opaque_tests_SUITE_data/results/mixed_opaque | 2 -- .../test/opaque_tests_SUITE_data/results/my_digraph | 0 .../test/opaque_tests_SUITE_data/results/my_queue | 7 ------- lib/dialyzer/test/opaque_tests_SUITE_data/results/opaque | 2 -- lib/dialyzer/test/opaque_tests_SUITE_data/results/queue | 11 ----------- lib/dialyzer/test/opaque_tests_SUITE_data/results/rec | 6 ------ lib/dialyzer/test/opaque_tests_SUITE_data/results/timer | 4 ---- lib/dialyzer/test/opaque_tests_SUITE_data/results/union | 5 ----- lib/dialyzer/test/opaque_tests_SUITE_data/results/wings | 11 ----------- 16 files changed, 84 deletions(-) delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/array delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/crash delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/dict delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/ets delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/gb_sets delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/inf_loop1 delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/int delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/mixed_opaque delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/my_digraph delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/my_queue delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/opaque delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/queue delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/rec delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/timer delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/union delete mode 100644 lib/dialyzer/test/opaque_tests_SUITE_data/results/wings (limited to 'lib/dialyzer/test/opaque_tests_SUITE_data/results') diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/array b/lib/dialyzer/test/opaque_tests_SUITE_data/results/array deleted file mode 100644 index b05d088a03..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/array +++ /dev/null @@ -1,3 +0,0 @@ - -array_use.erl:12: The type test is_tuple(array()) breaks the opaqueness of the term array() -array_use.erl:9: The attempt to match a term of type array() against the pattern {'array', _, _, 'undefined', _} breaks the opaqueness of the term diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/crash b/lib/dialyzer/test/opaque_tests_SUITE_data/results/crash deleted file mode 100644 index 6bdd934169..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/crash +++ /dev/null @@ -1,7 +0,0 @@ - -crash_1.erl:42: The specification for crash_1:empty/0 states that the function might also return crash_1:targetlist() but the inferred return is none() -crash_1.erl:45: Record construction #targetlist{list::[]} violates the declared type of field list::'undefined' | crash_1:target() -crash_1.erl:48: The call crash_1:get_using_branch2(Branch::maybe_improper_list(),L::'undefined' | crash_1:target()) contains an opaque term as 2nd argument when terms of different types are expected in these positions -crash_1.erl:50: The pattern <_Branch, []> can never match the type -crash_1.erl:52: The pattern can never match the type -crash_1.erl:54: The pattern can never match the type diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/dict b/lib/dialyzer/test/opaque_tests_SUITE_data/results/dict deleted file mode 100644 index 5c6bf6a927..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/dict +++ /dev/null @@ -1,15 +0,0 @@ - -dict_use.erl:41: The attempt to match a term of type dict() against the pattern 'gazonk' breaks the opaqueness of the term -dict_use.erl:45: The attempt to match a term of type dict() against the pattern [] breaks the opaqueness of the term -dict_use.erl:46: The attempt to match a term of type dict() against the pattern 42 breaks the opaqueness of the term -dict_use.erl:51: The attempt to match a term of type dict() against the pattern [] breaks the opaqueness of the term -dict_use.erl:52: The attempt to match a term of type dict() against the pattern 42 breaks the opaqueness of the term -dict_use.erl:58: Attempt to test for equality between a term of type maybe_improper_list() and a term of opaque type dict() -dict_use.erl:60: Attempt to test for inequality between a term of type atom() and a term of opaque type dict() -dict_use.erl:64: Guard test length(D::dict()) breaks the opaqueness of its argument -dict_use.erl:65: Guard test is_atom(D::dict()) breaks the opaqueness of its argument -dict_use.erl:66: Guard test is_list(D::dict()) breaks the opaqueness of its argument -dict_use.erl:70: The type test is_list(dict()) breaks the opaqueness of the term dict() -dict_use.erl:73: The call dict:fetch('foo',[1 | 2 | 3,...]) does not have an opaque term of type dict() as 2nd argument -dict_use.erl:76: The call dict:merge(Fun::any(),42,[1 | 2,...]) does not have opaque terms as 2nd and 3rd arguments -dict_use.erl:79: The call dict:store(42,'elli',{'dict',0,16,16,8,80,48,{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}}}) does not have an opaque term of type dict() as 3rd argument diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/ets b/lib/dialyzer/test/opaque_tests_SUITE_data/results/ets deleted file mode 100644 index 5498ba1538..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/ets +++ /dev/null @@ -1,3 +0,0 @@ - -ets_use.erl:12: Guard test is_integer(T::atom() | tid()) breaks the opaqueness of its argument -ets_use.erl:7: Guard test is_integer(T::tid()) breaks the opaqueness of its argument diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/gb_sets b/lib/dialyzer/test/opaque_tests_SUITE_data/results/gb_sets deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/inf_loop1 b/lib/dialyzer/test/opaque_tests_SUITE_data/results/inf_loop1 deleted file mode 100644 index eb8f304905..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/inf_loop1 +++ /dev/null @@ -1,5 +0,0 @@ - -inf_loop1.erl:119: The pattern [{_, LNorms}] can never match the type [] -inf_loop1.erl:121: The pattern [{LinksA, LNormA}, {LinksB, LNormB}] can never match the type [] -inf_loop1.erl:129: The pattern [{_, Norm} | _] can never match the type [] -inf_loop1.erl:71: The call gb_trees:get(Edge::any(),Etab::array()) contains an opaque term as 2nd argument when terms of different types are expected in these positions diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/int b/lib/dialyzer/test/opaque_tests_SUITE_data/results/int deleted file mode 100644 index 3ee4def34b..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/int +++ /dev/null @@ -1,3 +0,0 @@ - -int_adt.erl:28: Invalid type specification for function int_adt:add_f/2. The success typing is (number(),float()) -> number() -int_adt.erl:32: Invalid type specification for function int_adt:div_f/2. The success typing is (number(),number()) -> float() diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/mixed_opaque b/lib/dialyzer/test/opaque_tests_SUITE_data/results/mixed_opaque deleted file mode 100644 index ab850b613e..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/mixed_opaque +++ /dev/null @@ -1,2 +0,0 @@ - -mixed_opaque_use.erl:31: The call mixed_opaque_rec_adt:get_a(Q::mixed_opaque_queue_adt:my_queue()) contains an opaque term as 1st argument when an opaque term of type mixed_opaque_rec_adt:rec() is expected diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/my_digraph b/lib/dialyzer/test/opaque_tests_SUITE_data/results/my_digraph deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/my_queue b/lib/dialyzer/test/opaque_tests_SUITE_data/results/my_queue deleted file mode 100644 index 2860b91084..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/my_queue +++ /dev/null @@ -1,7 +0,0 @@ - -my_queue_use.erl:15: The call my_queue_adt:is_empty([]) does not have an opaque term of type my_queue_adt:my_queue() as 1st argument -my_queue_use.erl:19: The call my_queue_adt:add(42,Q0::[]) does not have an opaque term of type my_queue_adt:my_queue() as 2nd argument -my_queue_use.erl:24: The attempt to match a term of type my_queue_adt:my_queue() against the pattern [42 | Q2] breaks the opaqueness of the term -my_queue_use.erl:30: Attempt to test for equality between a term of type [] and a term of opaque type my_queue_adt:my_queue() -my_queue_use.erl:34: Cons will produce an improper list since its 2nd argument is my_queue_adt:my_queue() -my_queue_use.erl:34: The call my_queue_adt:dequeue(nonempty_improper_list(42,my_queue_adt:my_queue())) does not have an opaque term of type my_queue_adt:my_queue() as 1st argument diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/opaque b/lib/dialyzer/test/opaque_tests_SUITE_data/results/opaque deleted file mode 100644 index ca76f57b54..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/opaque +++ /dev/null @@ -1,2 +0,0 @@ - -opaque_bug4.erl:20: The attempt to match a term of type opaque_adt:abc() against the pattern 'a' breaks the opaqueness of the term diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/queue b/lib/dialyzer/test/opaque_tests_SUITE_data/results/queue deleted file mode 100644 index 59ce33f098..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/queue +++ /dev/null @@ -1,11 +0,0 @@ - -queue_use.erl:18: The call queue:is_empty({[],[]}) does not have an opaque term of type queue() as 1st argument -queue_use.erl:22: The call queue:in(42,Q0::{[],[]}) does not have an opaque term of type queue() as 2nd argument -queue_use.erl:27: The attempt to match a term of type queue() against the pattern {"*", Q2} breaks the opaqueness of the term -queue_use.erl:33: Attempt to test for equality between a term of type {[42,...],[]} and a term of opaque type queue() -queue_use.erl:36: The attempt to match a term of type queue() against the pattern {F, _R} breaks the opaqueness of the term -queue_use.erl:40: The call queue:out({[42,...],[]}) does not have an opaque term of type queue() as 1st argument -queue_use.erl:51: The call queue_use:is_in_queue(E::42,DB::#db{p::[],q::queue()}) contains an opaque term as 2nd argument when terms of different types are expected in these positions -queue_use.erl:56: The attempt to match a term of type #db{p::[],q::queue()} against the pattern {'db', _, {L1, L2}} breaks the opaqueness of queue() -queue_use.erl:62: The call queue_use:tuple_queue({42,'gazonk'}) does not have a term of type {_,queue()} (with opaque subterms) as 1st argument -queue_use.erl:65: The call queue:in(F::42,Q::'gazonk') does not have an opaque term of type queue() as 2nd argument diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/rec b/lib/dialyzer/test/opaque_tests_SUITE_data/results/rec deleted file mode 100644 index 72736b3b3c..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/rec +++ /dev/null @@ -1,6 +0,0 @@ - -rec_use.erl:17: The attempt to match a term of type rec_adt:rec() against the pattern {'rec', _, 42} breaks the opaqueness of the term -rec_use.erl:18: Guard test tuple_size(R::rec_adt:rec()) breaks the opaqueness of its argument -rec_use.erl:23: The call rec_adt:get_a(R::tuple()) does not have an opaque term of type rec_adt:rec() as 1st argument -rec_use.erl:27: Attempt to test for equality between a term of type {'rec','gazonk',42} and a term of opaque type rec_adt:rec() -rec_use.erl:30: The call erlang:tuple_size(rec_adt:rec()) contains an opaque term as 1st argument when a structured term of type tuple() is expected diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/timer b/lib/dialyzer/test/opaque_tests_SUITE_data/results/timer deleted file mode 100644 index e917b76b08..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/timer +++ /dev/null @@ -1,4 +0,0 @@ - -timer_use.erl:16: The pattern 'gazonk' can never match the type {'error',_} | {'ok',timer:tref()} -timer_use.erl:17: The attempt to match a term of type {'ok',timer:tref()} against the pattern {'ok', 42} breaks the opaqueness of timer:tref() -timer_use.erl:18: The attempt to match a term of type {'error',_} | {'ok',timer:tref()} against the pattern {Tag, 'gazonk'} breaks the opaqueness of timer:tref() diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/union b/lib/dialyzer/test/opaque_tests_SUITE_data/results/union deleted file mode 100644 index 98829b424a..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/union +++ /dev/null @@ -1,5 +0,0 @@ - -union_use.erl:12: The attempt to match a term of type union_adt:u() against the pattern 'aaa' breaks the opaqueness of the term -union_use.erl:16: The type test is_tuple(union_adt:u()) breaks the opaqueness of the term union_adt:u() -union_use.erl:7: Guard test is_atom(A::union_adt:u()) breaks the opaqueness of its argument -union_use.erl:8: Guard test is_tuple(T::union_adt:u()) breaks the opaqueness of its argument diff --git a/lib/dialyzer/test/opaque_tests_SUITE_data/results/wings b/lib/dialyzer/test/opaque_tests_SUITE_data/results/wings deleted file mode 100644 index a9571441f8..0000000000 --- a/lib/dialyzer/test/opaque_tests_SUITE_data/results/wings +++ /dev/null @@ -1,11 +0,0 @@ - -wings_dissolve.erl:103: Guard test is_list(List::gb_set()) breaks the opaqueness of its argument -wings_dissolve.erl:19: Guard test is_list(Faces::gb_set()) breaks the opaqueness of its argument -wings_dissolve.erl:272: Guard test is_list(Faces::gb_set()) breaks the opaqueness of its argument -wings_dissolve.erl:31: The call gb_sets:is_empty(Faces::[any(),...]) does not have an opaque term of type gb_set() as 1st argument -wings_edge.erl:205: The pattern can never match the type <_,'soft',_> -wings_edge_cmd.erl:30: The call gb_trees:size(P::gb_set()) contains an opaque term as 1st argument when an opaque term of type gb_tree() is expected -wings_edge_cmd.erl:32: The pattern [_ | Parts] can never match the type [] -wings_edge_cmd.erl:32: The pattern [{_, P} | _] can never match the type [] -wings_io.erl:30: The attempt to match a term of type {'empty',queue()} against the pattern {'empty', {In, Out}} breaks the opaqueness of queue() -wings_we.erl:155: The call wings_util:gb_trees_largest_key(Etab::gb_tree()) contains an opaque term as 1st argument when a structured term of type {_,{_,_,_,'nil' | {_,_,_,'nil' | {_,_,_,_}}}} is expected -- cgit v1.2.3