summaryrefslogtreecommitdiff
path: root/lib/megaco
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2023-05-152-2/+20
|
* Revert "Prepare release"Henrik Nord2023-04-122-20/+2
| | | | This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
* Prepare releaseErlang/OTP2023-04-112-2/+20
|
* Update copyright yearErlang/OTP2023-04-112-2/+2
|
* Merge PR-7078 from sverker/remove-enable-sanitizers OTP-18538Sverker Eriksson2023-04-032-40/+0
|\ | | | | Remove --enable-sanitizers configure options
| * Remove --enable-sanitizers configure optionSverker Eriksson2023-03-292-40/+0
| | | | | | | | | | | | Motivation: An untested broken feature. Can easily be enabled by setting CFLAGS and LDFLAGS.
* | Doc typo fixesJurek Michal-AMJ0182023-03-241-1/+1
|/
* Prepare releaseErlang/OTP2023-03-062-2/+36
|
* Update copyright yearErlang/OTP2023-03-068-8/+8
|
* megaco: replace size/1 by xxx_size/1Kiko Fernandez-Reyes2023-02-028-34/+34
| | | | | | | | | | | | | | | | | | The <c>size/1</c> BIF is not optimized by the JIT, and its use can result in worse types for Dialyzer. When one knows that the value being tested must be a tuple, <c>tuple_size/1</c> should always be preferred. When one knows that the value being tested must be a binary, <c>byte_size/1</c> should be preferred. However, <c>byte_size/1</c> also accepts a bitstring (rounding up size to a whole number of bytes), so one must make sure that the call to <c>byte_size/</c> is preceded by a call to <c>is_binary/1</c> to ensure that bitstrings are rejected. Note that the compiler removes redundant calls to <c>is_binary/1</c>, so if one is not sure whether previous code had made sure that the argument is a binary, it does not harm to add an <c>is_binary/1</c> test immediately before the call to <c>byte_size/1</c>.
* Prepare releaseErlang/OTP2022-12-122-2/+17
|
* [megaco|test] Tweaked darwin analyzisMicael Karlberg2022-11-221-51/+109
|
* Merge branch 'bmk/megaco/20221031/test_tweaking/25.1' into maintMicael Karlberg2022-11-101-166/+448
|\
| * [megaco|test] Rewrite linux distro checkMicael Karlberg2022-10-311-166/+448
| |
* | Merge branch 'bmk/megaco/20221028/meas_tweaking/OTP-18298' into maintMicael Karlberg2022-10-312-37/+68
|\ \
| * | [megaco|test|examples] Tweaked the meas toolMicael Karlberg2022-10-282-37/+68
| | | | | | | | | | | | | | | | | | | | | Tweaked the meas tool to be less verbose during a test (suite) run. OTP-18298
* | | Update copyright yearErlang/OTP2022-10-031-1/+1
| | |
* | | Merge branch 'bmk/megaco/20220926/test_tweaking/25.0' into maint-25Erlang/OTP2022-10-032-28/+41
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | * bmk/megaco/20220926/test_tweaking/25.0: [megaco|test|mess] Another test case using try-tc [megaco|test|mess] Use try-tc for test case [megaco|test|mib] Minor adjustment of the traffic case
| * | [megaco|test|mess] Another test case using try-tcMicael Karlberg2022-09-261-5/+6
| | |
| * | [megaco|test|mess] Use try-tc for test caseMicael Karlberg2022-09-261-18/+18
| | |
| * | [megaco|test|mib] Minor adjustment of the traffic caseMicael Karlberg2022-09-261-5/+17
| |/
* | Prepare releaseErlang/OTP2022-09-202-2/+34
| |
* | Update copyright yearErlang/OTP2022-09-205-5/+5
| |
* | Merge branch 'bmk/megaco/20220726/test_tweaking' into maintMicael Karlberg2022-09-053-15/+18
|\ \
| * | [megaco|test|trans] Failure info improvementsMicael Karlberg2022-09-021-5/+7
| | |
| * | [megaco|test] Adjust error report functionMicael Karlberg2022-09-021-10/+2
| | | | | | | | | | | | | | | | | | "Magically" wrap'ed error in such a way that the test wrapper themselves did not detect that an error had occured (and therefor could not do checks).
| * | [megaco|test|mess] Increase verbosity for some of the test casesMicael Karlberg2022-07-261-0/+9
| | |
* | | Merge branch 'bmk/megaco/20220711/dialyzer_issues/OTP-18179' into maintMicael Karlberg2022-07-2620-177/+271
|\ \ \ | |/ / |/| |
| * | [megaco|example|simple] Make dialyzer more like app_target ruleMicael Karlberg2022-07-151-11/+12
| | | | | | | | | | | | OTP-18179
| * | [megaco|example|meas] Make dialyzer more like app_target ruleMicael Karlberg2022-07-151-16/+12
| | | | | | | | | | | | OTP-18179
| * | [megaco] Fixed various dialyzer related issuesMicael Karlberg2022-07-1312-129/+132
| | | | | | | | | | | | OTP-18179
| * | [megaco|example|simple] Fixed various dialyzer issuesMicael Karlberg2022-07-132-2/+15
| | | | | | | | | | | | OTP-18179
| * | [megaco|example|simple] Add dialyzer (make) targetsMicael Karlberg2022-07-131-0/+43
| | | | | | | | | | | | OTP-18179
| * | [megaco|example|meas] Fixed various dialyzer issuesMicael Karlberg2022-07-134-44/+37
| | | | | | | | | | | | OTP-18179
| * | [megaco|example|meas] Add dialyzer (make) targetsMicael Karlberg2022-07-131-1/+46
| | | | | | | | | | | | OTP-18179
* | | [megaco|test] More ubuntu tweakingMicael Karlberg2022-07-061-1/+9
| | |
* | | [megaco|test] Linux Mint tweakingMicael Karlberg2022-07-061-1/+9
| | |
* | | [megaco|test] Fedora tweakingMicael Karlberg2022-07-061-4/+12
| | |
* | | [megaco|test] More openSUSE tweakingMicael Karlberg2022-07-061-8/+14
| | |
* | | [megaco|test] SLES tweakingMicael Karlberg2022-07-061-20/+37
| | |
* | | [megaco|test] Tweaked the host analyzis (for openSUSE)Micael Karlberg2022-07-061-66/+126
|/ /
* | Merge branch 'deterministic-build' of https://github.com/TD5/otp into maintBjörn Gustavsson2022-06-294-2/+20
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'deterministic-build' of https://github.com/TD5/otp: make: Allow OTP to be built deterministically compiler: Make test_lib robust to +deterministic compiler: Make compiler forward +determinsitic flag to epp compiler: Make yecc respect +deterministic compiler: Make leex respect +deterministic compiler: Make asn1ct_gen respect +deterministic compiler: Make EPP respect +deterministic OTP-18165
| * | make: Allow OTP to be built deterministicallyTom Davies2022-06-244-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a --enable-deterministic-build to the configure script, which sets ERL_DETERMINISTIC=yes throughout the relevant Makefiles, which then invoke the relevant build stages with the +deterministic option. This addresses absolute paths being included in generated .erl files and compiled .beam files that resulted in builds from different source directories generating different artefacts (which is a component of the issue in erlang#4482). I think it would make sense to make this the default at some stage, but I've put the change behind a flag for now to decouple making deterministic OTP builds possible from making them the default. Having +deterministic set results in compiler options being removed from the module info for modules where this options was used. This may have other implications for users of OTP. For tests themselves, +determinism is not set, since many test cases depend on accessing the test module's compilation options, or other features not available in deterministic mode, in order to configure themselves. For tests of the determinism feature specifically, +deterministic must be explicitly passed to the compiler within the relevant test cases.
* | | Merge branch 'bmk/megaco/20220603/test_tweaking' into maintMicael Karlberg2022-06-151-15/+59
|\ \ \
| * | | [megaco|test|trans] Adjust test case to be more "runnable"Micael Karlberg2022-06-031-15/+59
| | |/ | |/| | | | | | | Tweaked the condition for running test case.
* | | [megaco|test|pending-limit] Tweaked some tcMicael Karlberg2022-05-241-56/+62
|/ / | | | | | | | | | | Tweaked a couple of test cases in the pending-limit test suite. The point is to 'catch' when we fail to start nodes, and skip tc in those cases (instead of crashing and failing).
* | Prepare releaseErlang/OTP2022-05-172-2/+25
| |
* | Update copyright yearErlang/OTP2022-05-171-1/+1
| |
* | Merge branch 'bmk/megaco/20220420/test_tweaking'Micael Karlberg2022-04-296-472/+600
|\ \ | |/ |/|
| * [megaco|test] Tweaked host analyzis for linuxMicael Karlberg2022-04-211-17/+114
| |