summaryrefslogtreecommitdiff
path: root/lib/common_test
Commit message (Expand)AuthorAgeFilesLines
* ct: Fix typosHenrik Lagebrand2021-02-091-3/+3
* erts: Skip alloc_SUITE for valgrind as wellSverker Eriksson2021-02-011-1/+1
* common_test: Fix test_server valgrind log printingSverker Eriksson2021-01-281-1/+1
* ct: Search PATH for old erlang versions for compat testingLukas Larsson2021-01-181-1/+32
* Merge 'sverker/address-sanitizer' into maint OTP-16959Sverker Eriksson2021-01-113-30/+106
|\
| * Produce nice asan logsSverker Eriksson2020-12-183-30/+106
* | Fix typoStavros Aronis2020-12-181-1/+1
|/
* Prepare releaseErlang/OTP2020-12-112-1/+16
* Fix broken doc. linksPaulo F. Oliveira2020-10-217-75/+75
* Adopt a new approach to doc. hyperlinksPaulo F. Oliveira2020-10-211-42/+124
* Respect xmllintPaulo F. Oliveira2020-10-211-7/+7
* Tentatively fix source file generationPaulo F. Oliveira2020-10-201-4/+3
* Apply newly acquired knowledge to some previously existing common test suitesPaulo F. Oliveira2020-10-161-1/+2
* Fix after looking at generated doc.Paulo F. Oliveira2020-10-161-2/+2
* Fix doc generation issuesPaulo F. Oliveira2020-10-152-2/+2
* Simplify the doc furtherPaulo F. Oliveira2020-10-151-16/+1
* Fix post-rebase elements that had been transported from common_test_app.xmlPaulo F. Oliveira2020-10-152-93/+95
* Fix doc as per generation procedurePaulo F. Oliveira2020-10-151-2/+2
* Prefer plural when in lists, prefer singular when notPaulo F. Oliveira2020-10-141-9/+9
* Simplify doc. by using seetype referencesPaulo F. Oliveira2020-10-141-91/+17
* Add ct_suite with data types and callback definitionsPaulo F. Oliveira2020-10-145-560/+629
* Tweak common_test_app.xml (and fix some issue while at it)Paulo F. Oliveira2020-10-141-61/+62
* Conform to type-export policy (only input and output)Paulo F. Oliveira2020-10-141-4/+0
* Approach code and documentationPaulo F. Oliveira2020-10-141-6/+6
* Add Makefile info (as per ssh/src - example)Paulo F. Oliveira2020-10-141-2/+10
* Fix CTHPriority's typePaulo F. Oliveira2020-10-141-1/+1
* Segregate `default` from Module:groups()Paulo F. Oliveira2020-10-141-5/+7
* Export some more types as per previous commit's "promise"Paulo F. Oliveira2020-10-141-0/+3
* Export types only if referenced by -callbackPaulo F. Oliveira2020-10-141-2/+2
* Re-read the online doc. and name input accordingly (eases reference)Paulo F. Oliveira2020-10-141-38/+37
* Further tweak the formatPaulo F. Oliveira2020-10-141-12/+12
* Format -callback elements as per other behaviour-defining modules in the projectPaulo F. Oliveira2020-10-141-12/+24
* Format as per other elements in common_test (everything except -callback)Paulo F. Oliveira2020-10-141-55/+57
* Improve -spec(_).s by using doc. as reference (also add missing elements)Paulo F. Oliveira2020-10-141-5/+51
* Copy richcarl's behaviour, as-is, to new behaviour-defining module ct_suitePaulo F. Oliveira2020-10-141-0/+70
* Prepare to move behaviour-related code to new module ct_suitePaulo F. Oliveira2020-10-141-70/+1
* Make ct a behaviour for test suitesRichard Carlsson2020-10-141-1/+70
* Prepare releaseErlang/OTP2020-05-112-1/+39
* Revert "Prepare release"Henrik Nord2020-04-222-39/+1
* Prepare releaseErlang/OTP2020-04-222-1/+39
* otp: Refactor type docs to always use <datatype>Lukas Larsson2020-03-275-171/+130
* otp: Fix see link types to be correctLukas Larsson2020-03-276-18/+10
* otp: Move funcs description into funcs_description tagLukas Larsson2020-03-272-9/+11
* otp: Convert all <seealso> to more specific variantsLukas Larsson2020-03-2729-733/+733
* Revert "Prepare release"Henrik Nord2020-03-252-39/+1
* Prepare releaseErlang/OTP2020-03-242-1/+39
* otp: Change all MFA links to use "/" syntax for arityLukas Larsson2020-03-2023-350/+350
* common_test: Add modern ssh host keys to ct_netconfc_SUITEHans Nilsson2020-03-206-0/+42
* Merge branch 'dgud/common_test/fix-test-timers'Dan Gudmundsson2020-03-203-5/+5
|\
| * Reduce timer:sleepDan Gudmundsson2020-02-252-4/+4