summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-128-16/+16
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-1210-93/+93
* Skip few Bluetooth autotests on Android emulatorJuha Vuolle2022-09-276-49/+86
* Fix failing BT LE autotest on CI & RHEL 9Juha Vuolle2022-09-191-0/+18
* Skip parts of Bluetooth autotests on Android 12+ emulatorJuha Vuolle2022-08-305-20/+23
* Add tst_qlowenergycontroller_device::testRepeatedCharacteristicsWrite()Ivan Solovev2022-08-262-0/+157
* Bluetooth Windows: refactor getNativeCharacteristicIvan Solovev2022-08-261-2/+6
* Android: skip tst_qbluetooth{device,service}discoveryagent failing casesAssam Boudjelthia2022-08-182-0/+12
* Android: skip some bluetooth test cases that fail on Android 12 CIAssam Boudjelthia2022-07-142-0/+23
* Use SPDX license identifiersLucie Gérard2022-06-1342-1290/+86
* Use the new "permissions error" code on macOSJuha Vuolle2022-05-301-0/+12
* Close socket descriptor when QBluetoothSocketBluez is destroyedJuha Vuolle2022-05-301-2/+2
* Introduce error codes for missing permissionsIvan Solovev2022-05-191-0/+2
* Revise bluetooth hostmode autotest to pass on Android 12Juha Vuolle2022-05-171-8/+20
* Android bluetooth local device always to use "Paired"Juha Vuolle2022-05-171-1/+7
* QtNfc: Get rid of NearFieldTarget classIevgenii Meshcheriakov2022-05-161-1/+1
* Tests: Use REQUIRED COMPONENTS where applicableKai Köhne2022-05-132-3/+3
* Windows: implement the missing APIs for QBluetoothLocalDeviceIvan Solovev2022-05-121-0/+56
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-121-2/+2
* Replace deprecated bluetooth disable/enable methods on AndroidJuha Vuolle2022-05-071-26/+34
* Bluetooth pairing mode improvements on WindowsJuha Vuolle2022-05-021-3/+6
* tst_qbluetoothdevicediscoveryagent to reliably pass on AndroidJuha Vuolle2022-04-221-27/+42
* Enable tst_qbluetoothlocaldevice pairing test function on WindowsJuha Vuolle2022-04-201-8/+6
* Enable QBluetoothLocalDevice::hostMode autotest on WindowsJuha Vuolle2022-04-201-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
* Disable bluetooth address check on autotest on AndroidJuha Vuolle2022-04-122-7/+3
* Fix bluetooth manual test application crash when no adapterJuha Vuolle2022-04-121-0/+4
* Initialize the manual bttestui application member variablesJuha Vuolle2022-04-122-10/+5
* Fix last remaining count() calls to use size()Marc Mutz2022-04-111-3/+3
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-116-15/+15
* Fix int/qsizetype mismatches in tst_QBluetoothLocalDevice/tst_QBluetoothDevic...Marc Mutz2022-04-112-3/+3
* Fix int/qsizetype mismathes in tst_QLowEnergyCharacteristic::tst_assignCompare()Marc Mutz2022-04-111-14/+17
* Fix int/qsizetype mismatches in tst_QBluetoothServiceDiscoveryAgent::tst_serv...Marc Mutz2022-04-111-11/+9
* Fix int/qsizetype mismatches in tst_QLowEnergyDescriptor::tst_assignCompare()Marc Mutz2022-04-111-3/+3
* De-pessimize tst_QNdefNfcSmartPosterRecord::checkLocale()Marc Mutz2022-04-111-10/+6
* Fix signed/unsigned warnings in testsMarc Mutz2022-04-112-5/+5
* Port simple cases of count() to size()Marc Mutz2022-04-1113-232/+233
* 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-0811-46/+46
* Android: Blacklist tst_QBluetoothServer::tst_receiveIvan Solovev2022-04-031-0/+3
* Omit Bluetooth socket peername testcase exact check on WindowsJuha Vuolle2022-03-241-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
* Fix memory leaks in tst_qlowenergycontroller_deviceIvan Solovev2022-01-281-21/+21