summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Android: skip some bluetooth test cases that fail on Android 12 CIAssam Boudjelthia2022-07-142-0/+23
* Close socket descriptor when QBluetoothSocketBluez is destroyedJuha Vuolle2022-05-301-2/+2
* Replace deprecated bluetooth disable/enable methods on AndroidJuha Vuolle2022-05-071-26/+34
* Enable tst_qbluetoothlocaldevice pairing test function on WindowsJuha Vuolle2022-04-221-8/+6
* tst_qbluetoothdevicediscoveryagent to reliably pass on AndroidJuha Vuolle2022-04-221-27/+42
* Enable QBluetoothLocalDevice::hostMode autotest on WindowsJuha Vuolle2022-04-221-21/+36
* Enable tst_qbluetoothlocaldevice power on/off testing on WindowsJuha Vuolle2022-04-201-17/+13
* Remove tst_qbluetoothlocaldevice Windows-only pairing status checksJuha Vuolle2022-04-201-13/+0
* BT LE descriptor and characteristic autotests to pass on AndroidJuha Vuolle2022-04-132-11/+24
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-134-13/+13
* Fix int/qsizetype mismatches in tst_QLowEnergyDescriptor::tst_assignCompare()Marc Mutz2022-04-131-3/+3
* De-pessimize tst_QNdefNfcSmartPosterRecord::checkLocale()Marc Mutz2022-04-131-10/+6
* Fix int/qsizetype mismatches in tst_QBluetoothLocalDevice/tst_QBluetoothDevic...Marc Mutz2022-04-122-3/+3
* Fix int/qsizetype mismathes in tst_QLowEnergyCharacteristic::tst_assignCompare()Marc Mutz2022-04-121-14/+17
* Fix int/qsizetype mismatches in tst_QBluetoothServiceDiscoveryAgent::tst_serv...Marc Mutz2022-04-121-11/+9
* Fix signed/unsigned warnings in testsMarc Mutz2022-04-122-5/+5
* Disable bluetooth address check on autotest on AndroidJuha Vuolle2022-04-122-7/+3
* Port simple cases of count() to size()Marc Mutz2022-04-1111-219/+220
* Use array instead of map in tst_QNdefFilter::appendRecord_data()Marc Mutz2022-04-111-7/+9
* Replace count() comparisons against 0 with isEmpty()Marc Mutz2022-04-0810-45/+45
* Android: Blacklist tst_QBluetoothServer::tst_receiveIvan Solovev2022-04-031-0/+3
* Omit Bluetooth socket peername testcase exact check on WindowsJuha Vuolle2022-03-251-0/+6
* Improve bluetooth availability check on tst_qbluetoothserviceinfoJuha Vuolle2022-03-171-6/+13
* Make tst_qbluetoothserver test to pass on Android deviceJuha Vuolle2022-03-171-3/+5
* Repair tst_QBluetoothDeviceDiscoveryAgent on AndroidAndreas Buhr2022-03-021-1/+3
* Align the bluez dbus socket error codes with other platformsJuha Vuolle2022-02-221-0/+11
* Accommodate different bluez socket types in autotest [secFlags]Juha Vuolle2022-02-221-1/+9
* Use the service's socket protocol info on Bluez bluetooth socketJuha Vuolle2022-02-221-1/+1
* Make Windows bluetooth to scan all found devices for servicesJuha Vuolle2022-01-271-0/+23
* tst_qbluetoothservicediscovery: make auto-test less evilTimur Pocheptsov2022-01-131-9/+6
* tst_QBluetoothServiceInfo::tst_assignment - fix for MontereyTimur Pocheptsov2021-12-232-2/+20
* Re-enable BT tests on macOS and add appropriate Info.plistJuha Vuolle2021-12-2210-16/+64
* Blacklist tst_QBluetoothServiceInfo::tst_assignment on macOS 12 ARMTor Arne Vestbø2021-12-061-0/+2
* Remove qtconnectivity compiler warnings on macOSJuha Vuolle2021-12-062-8/+2
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Skip failing bluetooth tests on macOSIvan Solovev2021-08-106-0/+19
* Replace uses of deprecated QWARN macro with qWarningTor Arne Vestbø2021-08-031-3/+3
* Add hint about proper timeouts to documentationAndreas Buhr2021-06-151-2/+2
* QNdefMessage: fix fromByteArray algorithmIvan Solovev2021-06-141-6/+293
* QNearFieldManager: extend testsIvan Solovev2021-06-117-36/+153
* QNdefNfcSmartPoster: cleanup and extend unit testsIvan Solovev2021-06-091-4/+34
* QNdefRecord: extend testsIvan Solovev2021-06-091-17/+100
* Make QLECharacteristic::handle() and QLEDescriptor::handle() privateAndreas Buhr2021-06-033-114/+0
* QNdefFilter: extend unit testsIvan Solovev2021-06-031-0/+67
* QNdefFilter: add match() methodIvan Solovev2021-06-031-0/+282
* QNdefFilter::appendRecord - do minimal validationIvan Solovev2021-05-313-0/+166
* QNdefRecord: add clear() methodIvan Solovev2021-05-311-0/+16
* QtNFC: refactor directory structureIvan Solovev2021-05-2718-26/+3095
* QtNFC: remove QNearFieldTarget::ndefMessagesWritten signalIvan Solovev2021-05-272-6/+6
* Port cmake autotest to Qt6Juha Vuolle2021-05-112-8/+37