Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | disk_log_SUITE: Remove vestiges of VxWorks support | Björn Gustavsson | |
2016-03-09 | Merge branch 'maint' | Björn Gustavsson | |
* maint: io_SUITE: Don't fail on fast computers with rough timers Fix code_SUITE after test_server change Set default value for crash_dump_dir | |||
2016-03-09 | Merge branch 'bjorn/cuddle-with-tests' into maint | Björn Gustavsson | |
* bjorn/cuddle-with-tests: io_SUITE: Don't fail on fast computers with rough timers | |||
2016-03-09 | Merge branch 'siri/crashdump-dir/OTP-13388' into maint | Siri Hansen | |
* siri/crashdump-dir/OTP-13388: Fix code_SUITE after test_server change Set default value for crash_dump_dir | |||
2016-03-09 | Merge branch 'maint' | Anders Svensson | |
2016-03-09 | Merge branch 'anders/diameter/18/dialyzer/OTP-13400' into maint | Anders Svensson | |
* anders/diameter/18/dialyzer/OTP-13400: Fix dialyzer warnings | |||
2016-03-08 | Merge branch 'sverk/literal-alloc-polish' | Sverker Eriksson | |
* sverk/literal-alloc-polish: erts: Add emulator flag +MIscs for literal super carrier size erts: Refactor init of erts_literal_mmapper erts: Make literal_alloc documented and configurable | |||
2016-03-08 | Merge branch 'sverk/Werror-implicit' | Sverker Eriksson | |
* sverk/Werror-implicit: otp: Add gcc option -Werror=implicit | |||
2016-03-08 | erts: Produce debug info for windows tests | Sverker Eriksson | |
Nice with debug info for test drivers and nifs even when not running debug emulator. Flag -Zi will produce *.pdb files, and it seems to be needed both at compilation and at linking (before "-link"). | |||
2016-03-08 | Merge branch 'maint' | Sverker Eriksson | |
2016-03-08 | erts: Fix alloc_SUITE:rbtree and migration for win64 | Sverker Eriksson | |
One little (unsigned long) left behind. | |||
2016-03-08 | Merge branch 'maint' | Anders Svensson | |
2016-03-08 | Merge branch 'anders/diameter/18.3/OTP-13322' into maint | Anders Svensson | |
* anders/diameter/18.3/OTP-13322: vsn -> 1.11.2 Update appup for 18.3 | |||
2016-03-08 | Merge branch 'maint' | Peter Andersson | |
2016-03-08 | Merge branch 'peppe/common_test/cth_improvements' into maint | Peter Andersson | |
* peppe/common_test/cth_improvements: Add missing internal hook functions Fix remaining issues Update ct_hooks test suites Introduce new CT hook functions OTP-13242 | |||
2016-03-08 | Merge branch 'peppe/common_test/rm_unwanted_tests' into maint | Peter Andersson | |
* peppe/common_test/rm_unwanted_tests: Fix remaining issues Enable execution of multiple test cases or groups from a test spec term OTP-13241 | |||
2016-03-08 | Merge branch 'maint' | Henrik Nord | |
2016-03-08 | Merge branch 'henrik/doc-fixes' into maint | Henrik Nord | |
* henrik/doc-fixes: Fix typo in INSTALL.md Update README.md Fix typo in 'app' documentation s/is/are | |||
2016-03-08 | Merge branch 'maint' | Sverker Eriksson | |
2016-03-08 | Merge branch 'sverk/bad_printable_range' into maint | Sverker Eriksson | |
* sverk/bad_printable_range: stdlib: Fix io_SUITE:bad_printable_range for windows | |||
2016-03-08 | Fix problems with formatted test_server printouts | Peter Andersson | |
2016-03-08 | Make sure special characters are escaped in e.g. pal and log printouts | Peter Andersson | |
2016-03-08 | Merge remote-tracking branch 'origin/dgud/wx/bugs' into maint | Dan Gudmundsson | |
* origin/dgud/wx/bugs: wx: Use wrapper classes where possible wx: Wait before throwing away early callbacks to wx_objects wx: Add wxWindow:SetTransparent and CanSetTransperant wx: Add wxWindow SetDoubleBuffered and IsDoubleBuffered from wxWidgets 3.0 wx: Remove http_util usage wx: Tiny optimization wx: Fix a crash with sending two binaries to command queue | |||
2016-03-08 | Merge branch 'dgud/test-cuddle' into maint | Dan Gudmundsson | |
* dgud/test-cuddle: Test windows registry in places we are allowed to write test: do not divide by zero | |||
2016-03-08 | Test windows registry in places we are allowed to write | Dan Gudmundsson | |
Since Windows 8 we are not allowed (in non elevated mode) to write to hklm. | |||
2016-03-08 | test: do not divide by zero | Dan Gudmundsson | |
2016-03-07 | Fix dialyzer warnings | Anders Svensson | |
Whether making record declarations unreadable to compensate for dialyzer's ignorance of match specs is worth it is truly debatable. | |||
2016-03-07 | Fix dialyzer warnings | Anders Svensson | |
Whether making record declarations unreadable to compensate for dialyzer's ignorance of match specs is worth it is truly debatable. | |||
2016-03-07 | Merge branch 'maint' | Anders Svensson | |
2016-03-07 | Merge branch 'anders/diameter/retransmission/OTP-13342' into maint | Anders Svensson | |
* anders/diameter/retransmission/OTP-13342: Fix handling of shared peer connections in watchdog state SUSPECT Remove unnecessary parentheses Remove dead export | |||
2016-03-07 | Merge branch 'anders/diameter/18/performance/OTP-13164' into maint | Anders Svensson | |
* anders/diameter/18/performance/OTP-13164: Make peer handling more efficient Remove unnecessary erlang:monitor/2 qualification | |||
2016-03-07 | Comment and clean up a test | Kostis Sagonas | |
2016-03-07 | stdlib: Fix io_SUITE:bad_printable_range for windows | Sverker Eriksson | |
avoid os:cmd as it treats stderr different on windows. | |||
2016-03-07 | erl_prim_loader_SUITE: Add debug printout | Björn Gustavsson | |
2016-03-07 | Skip erl_prim_loader_SUITE:get_modules/1 when cover-compiled | Björn Gustavsson | |
code:which/1 will return 'cover_compiled' instead of a path. We could work around that, but since erl_prim_loader is not cover-compiled, it does not gain us anything. | |||
2016-03-07 | multi_load_SUITE: Clarify failure reasons | Björn Gustavsson | |
The failure reasons remained from a previous draft of the API. | |||
2016-03-07 | multi_load_SUITE: Don't fail on non-HiPE systems | Björn Gustavsson | |
2016-03-07 | hipe_icode_fp: Replace helper with lists:all | Magnus Lång | |
2016-03-07 | io_SUITE: Don't fail on fast computers with rough timers | Björn Gustavsson | |
On a computer which is fast, but with timers with low resolution, the measured time for an empty queue could be zero, which could cause the test case to fail. Add a calibration function to scale up the amount the amount of work so that the measured time will not be lower than 50 ms. | |||
2016-03-07 | Merge branch 'maint' | Raimo Niskanen | |
2016-03-07 | Merge branch 'msantos/tftp-wrap-block-counter/PR-965' into maint | Raimo Niskanen | |
* msantos/tftp-wrap-block-counter/PR-965: tftp: support transfer of files > 65535 blocks | |||
2016-03-07 | Merge branch 'maint' | Björn Gustavsson | |
* maint: asn1_SUITE_value: Don't test the LDAP module | |||
2016-03-07 | Merge branch 'bjorn/asn1/fix-recursion-problem' into maint | Björn Gustavsson | |
* bjorn/asn1/fix-recursion-problem: asn1_SUITE_value: Don't test the LDAP module | |||
2016-03-05 | Add missing internal hook functions | Peter Andersson | |
2016-03-04 | Fix remaining issues | Peter Andersson | |
2016-03-04 | Fix broken documenation reference | Raimo Niskanen | |
2016-03-04 | Merge branch 'hb/doc/bitstring' | Hans Bolinder | |
* hb/doc/bitstring: erts: Use 'bit string' in The Abstract Format document | |||
2016-03-04 | erts: Use 'bit string' in The Abstract Format document | Hans Bolinder | |
2016-03-03 | hipe_icode_fp: Define types for all records used | Magnus Lång | |
2016-03-03 | Fix remaining issues | Peter Andersson | |