diff options
Diffstat (limited to 'lib/tools/test')
| -rw-r--r-- | lib/tools/test/fprof_SUITE.erl | 4 | ||||
| -rw-r--r-- | lib/tools/test/xref_SUITE.erl | 22 | 
2 files changed, 13 insertions, 13 deletions
| diff --git a/lib/tools/test/fprof_SUITE.erl b/lib/tools/test/fprof_SUITE.erl index 8fd164a4b3..ae0e7253ad 100644 --- a/lib/tools/test/fprof_SUITE.erl +++ b/lib/tools/test/fprof_SUITE.erl @@ -51,7 +51,7 @@  suite() ->      [{ct_hooks,[ts_install_cth]}, -     {timetrap,{seconds,60}}]. +     {timetrap,{seconds,240}}].  all() ->       case test_server:is_native(fprof_SUITE) of @@ -571,7 +571,7 @@ seq_r(Start, Stop, Succ, R) ->  create_file_slow(Name, N) when is_integer(N), N >= 0 ->      {ok, FD} =  -    file:open(Name, [raw, write, delayed_write, binary]), +    file:open(Name, [raw, write, binary]),      if N > 256 ->             ok = file:write(FD,                             lists:map(fun (X) -> <<X:32/unsigned>> end, diff --git a/lib/tools/test/xref_SUITE.erl b/lib/tools/test/xref_SUITE.erl index d651cbcfee..018f632948 100644 --- a/lib/tools/test/xref_SUITE.erl +++ b/lib/tools/test/xref_SUITE.erl @@ -1112,27 +1112,16 @@ read_expected(Version) ->            {POS7+2,{FF,{erlang,spawn_opt,4}}},            {POS8+1,{FF,{hej,san,1}}},            {POS8+4,{FF,{a,b,1}}}, -          {POS8+4,{FF,{erlang,apply,2}}}, -          {POS8+5,{FF,{erlang,apply,2}}},            {POS8+6,{FF,{m,f,1}}},            {POS9+1,{FF,{read,bi,0}}},            {POS9+2,{FF,{a,b,1}}}, -          {POS9+2,{FF,{erlang,apply,2}}}, -          {POS9+3,{FF,{erlang,apply,2}}}, -          {POS9+4,{FF,{erlang,apply,2}}},            {POS9+4,{FF,{erlang,not_a_function,1}}},            {POS9+5,{FF,{mod,func,2}}},            {POS9+6,{FF,{erlang,apply,1}}}, -          {POS9+7,{FF,{erlang,apply,2}}},            {POS9+7,{FF,{math,add3,1}}},            {POS9+8,{FF,{q,f,1}}}, -          {POS10+4,{FF,{erlang,apply,2}}},            {POS10+5,{FF,{mod1,fun1,1}}}, -          {POS11+6,{FF,{erlang,apply,2}}}, -          {POS12+1,{FF,{erlang,apply,2}}}, -          {POS12+4,{FF,{erlang,apply,2}}},            {POS12+5,{FF,{m3,f3,2}}}, -          {POS12+7,{FF,{erlang,apply,2}}},            {POS13+1,{FF,{dm,df,1}}},            {POS13+6,{{read,bi,0},{foo,module_info,0}}},            {POS13+7,{{read,bi,0},{read,module_info,0}}}, @@ -1162,15 +1151,26 @@ read_expected(Version) ->              {POS3+3,  {FF,{erlang,spawn_link,3}}},              {POS3+4, {FF,{erlang,spawn_link,3}}},              {POS6+4, {FF,{erlang,spawn,3}}}, +            {POS8+4,{FF,{erlang,apply,2}}}, +            {POS8+5,{FF,{erlang,apply,2}}},              {POS8+6,{FF,{erlang,apply,3}}},              {POS8+7,{FF,{erlang,apply,3}}},              {POS9+1,{FF,{erlang,apply,3}}}, +            {POS9+2,{FF,{erlang,apply,2}}}, +            {POS9+3,{FF,{erlang,apply,2}}}, +            {POS9+4,{FF,{erlang,apply,2}}},              {POS9+5,{FF,{erlang,apply,3}}}, +            {POS9+7,{FF,{erlang,apply,2}}}, +            {POS10+4,{FF,{erlang,apply,2}}},              {POS11+1,{FF,{erlang,apply,3}}},              {POS11+2,{FF,{erlang,apply,3}}},              {POS11+3,{FF,{erlang,apply,3}}},              {POS11+4,{FF,{erlang,apply,3}}}, +            {POS11+6,{FF,{erlang,apply,2}}}, +            {POS12+1,{FF,{erlang,apply,2}}}, +            {POS12+4,{FF,{erlang,apply,2}}},              {POS12+5,{FF,{erlang,apply,3}}}, +            {POS12+7,{FF,{erlang,apply,2}}},              {POS12+8,{FF,{erlang,apply,3}}},              {POS13+5, {{read,bi,0},{erlang,length,1}}},              {POS14+3, {{read,bi,0},{erlang,length,1}}}], | 
