summaryrefslogtreecommitdiff
path: root/tests/auto/qserialport
Commit message (Expand)AuthorAgeFilesLines
* Do not reset RTS after changing other properties on WindowsDenis Shienkov2016-09-231-0/+53
* Add tests for RTS and DTR signalsDenis Shienkov2016-06-301-0/+81
* Use auto in more casesDenis Shienkov2016-06-151-1/+1
* Replace 'Q_FOREACH' with the range-based 'for'Denis Shienkov2016-05-131-4/+4
* Unify license header usageAntti Kokko2016-02-021-16/+11
* Fix stalling of reading with the limited buffer size on *nixDenis Shienkov2015-10-011-0/+45
* Open the dummy device for tests on any platformDenis Shienkov2015-09-101-2/+0
* Remove the clearReceiver() function from the testsDenis Shienkov2015-09-101-54/+0
* Use the termios v2 to custom baud rate switchingDenis Shienkov2015-09-091-0/+10
* Refactor functionality of the loopBack testDenis Shienkov2015-09-081-23/+59
* Add auto tests to check a propertiesDenis Shienkov2015-09-081-0/+171
* Refactor the speed configuration for *nixDenis Shienkov2015-09-071-0/+33
* Increase time for testDenis Shienkov2015-09-061-1/+1
* Share some of windows specific tests and for *unixDenis Shienkov2015-09-061-5/+0
* Use the new signal/slot syntax everywherev5.6.0-alpha1Denis Shienkov2015-09-021-13/+13
* Avoid to start of communication notifier if it already is activeDenis Shienkov2015-08-271-0/+11
* Allow to pass the flush tests using the tty0tty virtual devicesDenis Shienkov2015-08-051-0/+8
* Fix reading when switching from asynchronous to synchronous approachDenis Shienkov2015-07-071-0/+104
* Remove the QT_VERSION_CHECK(5, 0, 0) macrov5.5.0-beta1Denis Shienkov2015-04-191-21/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-251-9/+33
|\
| * Skip the constructByInfo() test if no serial ports are found on *nixDenis Shienkov2015-01-161-1/+15
| * Share the clearReceiver() function and for the *nix testsDenis Shienkov2015-01-151-6/+2
| * Autotest misconfiguration error message is more verboseSergey Belyashov2014-12-011-2/+16
* | Update copyright headersJani Heikkinen2015-02-131-6/+6
* | Improve usage of the break state for the Tx lineDenis Shienkov2015-01-151-0/+59
* | Drop the Qt4 supportDenis Shienkov2014-10-231-5/+1
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-7/+84
|\
| * Restart of async reading when a QSP::clear() is calledDenis Shienkov2014-10-031-0/+42
| * Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-021-0/+35
| * Fix typo in twoStageSynchronousLoopback testDenis Shienkov2014-09-281-2/+2
| * Fix order of passed parameters into QCOMPAREDenis Shienkov2014-09-281-7/+7
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-4/+160
|\ \ | |/
| * Make tst_qtserialport build with Qt 4Samuel Gaist2014-09-121-4/+5
| * Fix a race condition at writing on Windowsv5.3.25.3.2Denis Shienkov2014-08-281-0/+155
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/
* Move the synchronous loopback test from benchmarks to auto testsDenis Shienkov2014-08-031-0/+28
* Fix events handling in waitForBytesWritten() method on WindowsDenis Shienkov2014-07-301-3/+48
* Fix waitForReadyRead() on windowsDenis Shienkov2014-06-031-0/+103
* Add test for the waitForBytesWritten() methodDenis Shienkov2014-05-261-0/+16
* Fix compilation of qserialport auto-test with Qt4Denis Shienkov2014-05-261-0/+8
* Fix compilation of qserialport auto-test with Qt4Denis Shienkov2014-05-231-4/+4
* Add a unit test to verify flush()Denis Shienkov2014-05-131-0/+96
* Fix the default constructor test caseDenis Shienkov2014-05-031-3/+4
* Obsolete the "settings restore on close" APILaszlo Papp2014-03-071-1/+0
* Add the minimal set of the base auto testsv5.3.0-alpha1Denis Shienkov2014-02-222-0/+230