Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-19 | erts: Better suppression of uninitialised sctp_sndrcvinfo | Sverker Eriksson | |
2011-12-19 | stdlib: Enable unused 'end_per_testcase' in ets_SUITE | Sverker Eriksson | |
Also added more information when waiting for test proc to die | |||
2011-12-19 | erts: Make GC tolerate hibernated process without hipe stack | Sverker Eriksson | |
Seen causing segv on sparc with hibernate_native_SUITE:basic: nstack_walk_frame_ra (nsp=0x0, sdesc=0x6c8f2c) at hipe_risc_gc.h:105 gensweep_nstack (p=0x6a6930, ptr_old_htop=0xffbfea50, ptr_n_htop=0xffbfea4c) at hipe/hipe_gc.c:224 do_minor (p=0x6a6930, new_sz=233, objv=0x6a6984, nobj=3) at beam/erl_gc.c:949 minor_collection (p=0x6a6930, need=3, objv=0x6a6984, nobj=3, recl=0xffbfece4) at beam/erl_gc.c:811 erts_garbage_collect (p=0x6a6930, need=3, objv=0x6a6984, nobj=3) at beam/erl_gc.c:379 erts_send_message (sender=0x6a6048, receiver=0x6a6930, receiver_locks=0xffbfedf8, message=6132762, flags=0) at beam/erl_message.c:922 do_send (p=0x6a6048, to=515, msg=6132762, suspend=1) at beam/bif.c:2052 erl_send (p=0x6a6048, to=515, msg=6132762) at beam/bif.c:2151 send_2 (A__p=0x6a6048, BIF__ARGS=0x6a609c) at beam/bif.c:2146 nbif_send_2 () | |||
2011-12-19 | erts: Add missing cleanup to nif_SUITE:threading | Sverker Eriksson | |
2011-12-19 | erts: Skip nif_SUITE:threading if not supported | Sverker Eriksson | |
2011-12-19 | Generate links in C libraries correctly | Hans Bolinder | |
2011-12-16 | Install example dictionaries | Anders Svensson | |
2011-12-16 | Move example code to examples/code | Anders Svensson | |
2011-12-16 | Move example dictionaries to examples/dict | Anders Svensson | |
2011-12-16 | Set name/prefix at compilation, not in dictionaries | Anders Svensson | |
To avoid inappropriate defaults if the dictionaries are reused. | |||
2011-12-16 | Add RFC 4004 (MIP) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4740 (SIP) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4072 (EAP) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4006 (CC) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4005 (NAS) dictionary | Anders Svensson | |
2011-12-16 | Add standards testcase to compiler suite | Anders Svensson | |
To test compilation of example dictionaries from various standards. | |||
2011-12-16 | Remove {init,end}_per_group workaround | Anders Svensson | |
This undoes commit 162c0d3ee30790ec5a75e20b0e2e8bc61ed92375. | |||
2011-12-16 | Use new syntax for specifying ct group properties | Anders Svensson | |
No longer have to duplicate groups for sequential and parallel runs. | |||
2011-12-16 | Increase timetrap in compiler suite | Anders Svensson | |
Compilation is slow on Solaris for one. | |||
2011-12-16 | Minor capx suite tweaks | Anders Svensson | |
2011-12-16 | Minor makefile tweak | Anders Svensson | |
2011-12-16 | Remove trailing whitespace | Anders Svensson | |
2011-12-16 | Update skip condition in gen_sctp suite | Anders Svensson | |
To the R15 behaviour, with a return value instead of badarg. | |||
2011-12-16 | Reintroduce gen_sctp suite | Anders Svensson | |
Commit e05868f49b442c10cedbded390c110473cda6f00 was the original, this commit is the result of splitting that one in two. Resurrect this suite to make SCTP faults more visible: the transport suite has sporadic failures because of them, despite having jacked up timeouts to unreasonable values. | |||
2011-12-16 | Remove delay from connect in transport suite | Anders Svensson | |
There should be no need for it, previous introduction was misguided. | |||
2011-12-16 | Add codec testcase for decode of unknown AVPs | Anders Svensson | |
2011-12-16 | Handle only error return as evidence of no SCTP | Anders Svensson | |
That is, remove the catch for the pre-R15 behaviour. | |||
2011-12-16 | Allow module name mapping at dictionary compilation | Anders Svensson | |
This is to make the 'inherits' option usable with dictionaries that inherit specific AVPs. Something like "diameterc -inherts from/to" effectively replaces "@inherits from" in the source dictionary with "@inherits to". | |||
2011-12-16 | Fix blunder that broke name/prefix compilation options | Anders Svensson | |
2011-12-16 | Update watchdog suite | Anders Svensson | |
2011-12-16 | inet_res_SUITE: Go back to old way to kill test name server | Raimo Niskanen | |
2011-12-16 | Ensure capabilities exchange can't fail too early | Anders Svensson | |
In particular, not before the service process has a monitor on the watchdog since the watchdog's exit reason is meaningful. | |||
2011-12-15 | Update version numbers | Björn-Egil Dahlberg | |
2011-12-14 | Update snmp to correct versionOTP_R15B | Björn-Egil Dahlberg | |
2011-12-13 | [xmerl] Remove trailing blanks | Lars Thorsen | |
OTP-9821 | |||
2011-12-13 | [xmerl] Fix bug in namespace handling for attributes | Lars Thorsen | |
The uniqueness check of attributes failed when the namespace_conformant flag was set to true. | |||
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-12 | Make vxwork build | Björn-Egil Dahlberg | |
2011-12-12 | Update preloaded modules | Björn-Egil Dahlberg | |
OTP-9810 OTP-9812 OTP-9813 OTP-9814 OTP-9818 | |||
2011-12-12 | Merge remote branch 'origin/peppe/common_test/r15b_docs' | Peter Andersson | |
* origin/peppe/common_test/r15b_docs: Update basics chapter and introduce getting started chapter Document the tc_logfile data Document new CSS look and the basic_html flag Document info functions for init/end_per_suite/group Document the group info function Document changes in test specifications (groups) and style sheets Document group specifications in all/0 and the group info function OTP-9156 | |||
2011-12-12 | Update basics chapter and introduce getting started chapter | Peter Andersson | |
2011-12-12 | Document the tc_logfile data | Peter Andersson | |
2011-12-12 | Document new CSS look and the basic_html flag | Peter Andersson | |
2011-12-12 | Document info functions for init/end_per_suite/group | Peter Andersson | |
2011-12-12 | Document the group info function | Peter Andersson | |
2011-12-12 | Document changes in test specifications (groups) and style sheets | Peter Andersson | |
2011-12-12 | Document group specifications in all/0 and the group info function | Peter Andersson | |
2011-12-10 | Merge branch 'rickard/alloc-opt/OTP-7775' | Rickard Green | |
* rickard/alloc-opt/OTP-7775: Fix thread progress debug code for has_reached_wakeup() | |||
2011-12-10 | Fix thread progress debug code for has_reached_wakeup() | Rickard Green | |
2011-12-10 | Merge branch 'dgud/wx/behaviour-spec' | Dan Gudmundsson | |
* dgud/wx/behaviour-spec: [wx] Add handle_cast to avoid behaviour warning [wx] Avoid missing wx_object behaviour warning [wx] Remove warnings Add an additional cast when casting buffer offsets, to remove warnings "cast to pointer from integer of different size" [wx] Add callback specs to wx_object |