Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-09-23 | Improve test suite | Peter Andersson | |
2011-09-23 | Implement support for MFA and Fun as timetrap value | Peter Andersson | |
OTP-9501 | |||
2011-09-23 | Repair and improve the vts mode | Peter Andersson | |
OTP-9429 | |||
2011-09-23 | Implement support for running suites with test case groups through the debugger | Peter Andersson | |
OTP-9518 | |||
2011-09-23 | Various corrections and updates to improve error handling and reporting | Peter Andersson | |
OTP-8933 | |||
2011-09-23 | Fix problem with incorrect src links | Peter Andersson | |
OTP-9396 | |||
2011-09-23 | Fix problem with end_tc being called with incorrect Suite argument | Peter Andersson | |
OTP-9398: Fix error with end_tc being called with incorrect Suite argument after timeout in lib function OTP-9397: Fix problem with true error not reported to FW | |||
2011-09-23 | Fix error with incorrect test case status when end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-09-23 | Introduce new framework callback function to read info about color of comments | Peter Andersson | |
OTP-9237 | |||
2011-09-23 | Fix incorrect module name arg to FW:end_tc/3 | Peter Andersson | |
OTP-9379 | |||
2011-09-23 | Introduce new 'logopts' flag | Peter Andersson | |
Introduce new 'logopts' flag and make it possible to modify the default logging behaviour OTP-9372 OTP-9396 | |||
2011-09-23 | Fix problem with logdir string and some other minor bugs | Peter Andersson | |
OTP-9370: Fix problem with crash if logdir contains multiple dirs OTP-9155: Fix some minor remaining bugs | |||
2011-09-23 | Fix problem with automatically generated init & end-config functions for groups | Peter Andersson | |
OTP-9369 | |||
2011-09-23 | Fix error with test_server not releasing SASL TTY handlers | Peter Andersson | |
OTP-9311 | |||
2011-09-23 | Modify start options and introduce CT profiles | Peter Andersson | |
OTP-9155: Improve handling of start options in Common Test OTP-9428: Introduce first version of CT profiles (for evaluation) | |||
2011-09-23 | Merge branch 'dev' into major | Lukas Larsson | |
* dev: Update ber_bin and ber_bin_v2 to return binaries | |||
2011-09-23 | Merge branch 'lukas/asn1/fix_ber_other_testcase/OTP-9573' into dev | Lukas Larsson | |
* lukas/asn1/fix_ber_other_testcase/OTP-9573: Update ber_bin and ber_bin_v2 to return binaries | |||
2011-09-23 | Update ber_bin and ber_bin_v2 to return binaries | Lukas Larsson | |
2011-09-22 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-22 | Merge branch 'hl/beam_disasm-no_attri_chunk' into dev | Henrik Nord | |
* hl/beam_disasm-no_attri_chunk: beam_disasm: Handle stripped BEAM files OTP-9571 | |||
2011-09-22 | ei: Add gcc link flags to port_call_SUITE | Björn-Egil Dahlberg | |
2011-09-22 | Merge branch 'dev' into major | Lars Thorsen | |
* dev: Fix the formatting of function signatures in the pdf | |||
2011-09-22 | Merge branch 'lars/erl_docgen/fix-pdf-func-signatures/OTP-9563' into dev | Lars Thorsen | |
* lars/erl_docgen/fix-pdf-func-signatures/OTP-9563: Fix the formatting of function signatures in the pdf | |||
2011-09-22 | Change static link test of ssl to dynamic | Björn-Egil Dahlberg | |
Only used for commercial builds | |||
2011-09-22 | Fix the formatting of function signatures in the pdf | Lars Thorsen | |
2011-09-22 | Fix lost wakeup of scheduler when enqueuing auxiliary work | Rickard Green | |
When auxiliary work was enqueued on a scheduler, the wakeup of the scheduler in order to handle this work could be lost. Wakeups in order to handle ordinary work were not effected by this bug. The bug only effected runtime systems with SMP support as follows: * Deallocation of some ETS data structures could be delayed. * On Linux systems not using the NPTL thread library (typically ancient systems with kernel versions prior to 2.6) and Windows systems, the {Port, {exit_status, Status}} message from a terminating port program could be delayed. That is, it only effected port programs which had been started by passing exit_status as an option to open_port/2. | |||
2011-09-21 | Remove static ssl linking in crypto for otp_build | Björn-Egil Dahlberg | |
2011-09-21 | [wx] Re-generate code | Dan Gudmundsson | |
With the previous commited code-generator | |||
2011-09-21 | [wx] Remove optional shadowing clauses | Dan Gudmundsson | |
In some cases the non optional clause could make some clauses unreachable. i.e. in the following example the second clause will never be reached. prepend(This,Window) when is_record(This, wx_ref),is_record(Window, wx_ref) -> prepend(This,Window, []); prepend(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> ?CLASS(ThisT,wxSizer), ?CLASS(ItemT,wxSizerItem), wxe_util:call(?wxSizer_Prepend_1, <<ThisRef:32/?UI,ItemRef:32/?UI>>). | |||
2011-09-21 | Revert "Prepare for release" | Sverker Eriksson | |
This reverts commit a3193f17e111492bf508057ae6a26d0d7c1bc4fc. | |||
2011-09-21 | system documentation: Support parallel make | Björn Gustavsson | |
2011-09-21 | Revert "Support md2WithRSAEncryption certificates in public_key" | Sverker Eriksson | |
This reverts commit c7e5f7576e213060cbb332be64a7c3798f6a2cc2. | |||
2011-09-21 | Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4" | Sverker Eriksson | |
This reverts commit 82897cc8f399fab832148711b586215c9a3f7af1. | |||
2011-09-21 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-21 | Merge branch 'ta/typer-quote-atoms' into dev | Henrik Nord | |
* ta/typer-quote-atoms: Update Dialyzer's reference results Quote atoms if necessary in types OTP-9560 | |||
2011-09-21 | Merge remote branch 'upstream/dev' into major | Ingela Anderton Andin | |
* upstream/dev: Prepare for release | |||
2011-09-21 | Support parallel make when running erl_interface tests | Björn Gustavsson | |
2011-09-21 | Merge branch 'ia/public_key/prepare-for-release' into dev | Ingela Anderton Andin | |
* ia/public_key/prepare-for-release: Prepare for release | |||
2011-09-21 | Prepare for release | Ingela Anderton Andin | |
Updates version and appup-file | |||
2011-09-21 | odbc/c_src/Makefile.in: Support parallel make | Björn Gustavsson | |
Force early creation of directories. See 8d3a2dfa646ab2ceb41905c673adb15e57bf9cfd for more details. | |||
2011-09-21 | tools/c_src/Makefile.in: Support parallel make | Björn Gustavsson | |
Force early creations of directories. See 8d3a2dfa646ab2ceb41905c673adb15e57bf9cfd for more details. | |||
2011-09-21 | gs: Correct support for parallel make | Björn Gustavsson | |
2011-09-21 | [wx] Remove warning | Dan Gudmundsson | |
2011-09-21 | [wx] Fix trailing whitespace | Dan Gudmundsson | |
2011-09-21 | [wx] Test colors in textctrl | Dan Gudmundsson | |
2011-09-21 | [wx] Fix cleanup memory references | Dan Gudmundsson | |
Could cause a crash in later restarts | |||
2011-09-21 | beam_disasm: Handle stripped BEAM files | Haitao Li | |
beam_disasm:file/1 would crash if asked to disassemble a stripped BEAM file without an "Attr" chunk. | |||
2011-09-21 | Merge branch 'dev' into major | Dan Gudmundsson | |
2011-09-21 | Merge branch 'dgud/mnesia/leaking-log/OTP-9551' into dev | Dan Gudmundsson | |
* dgud/mnesia/leaking-log/OTP-9551: [mnesia] Use api to log decisions. |