summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* wasm tests: Fix manual Selenium testsPiotr Wierciński2023-11-062-5/+12
* QTimeZone(qint32 offsetSeconds): use IANA ID when one is availableEdward Welbourne2023-11-032-3/+29
* tests: skip setPermissions test if running as rootSamuli Piippo2023-11-031-2/+3
* Modify the MDI manual test to allow multiple views of same documentShawn Rutledge2023-11-024-7/+31
* QSharedMemory: fix semaphore creation in legacy modeIvan Solovev2023-11-021-0/+26
* Skip mixedScript test on platforms with no Hangul fontEskil Abrahamsen Blomfeldt2023-11-022-7/+3
* QStringView: add isLower and isUpperAnton Kudryavtsev2023-11-021-0/+2
* Extend QTestPrivate property tests - actual implementation [2/2]Ivan Solovev2023-11-011-10/+0
* JNI: don't implement a signature for 'long' C++ typeVolker Hilsheimer2023-11-011-2/+2
* QMetaEnum: refactor keysToValueAhmad Samir2023-10-311-4/+26
* Fix tst_QWidget::hoverPosition blacklisting for x86_64Tor Arne Vestbø2023-10-311-1/+1
* Blacklist tst_QWidget::hoverPosition() on macOS 14 x86_64Tor Arne Vestbø2023-10-311-0/+3
* QLocal8Bit::convertFromUnicode[win]: handle trailing high surrogateMårten Nordheim2023-10-301-6/+24
* QLocal8Bit::convertToUnicode[win]: handle more than one octet stateMårten Nordheim2023-10-301-7/+8
* QLocal8Bit::convertToUnicode[win]: Drop MB_PRECOMPOSED flagMårten Nordheim2023-10-301-4/+1
* Blacklist tst_QTemporaryDir::QTBUG43352_failedSetPermissions on macOS 14 ARMTor Arne Vestbø2023-10-301-0/+2
* Blacklist tst_QWidget::showMinimizedKeepsFocus on macOS 14 in CITor Arne Vestbø2023-10-301-0/+1
* QDate: make conversion from/to chrono types constexpr and noexceptIvan Solovev2023-10-301-0/+32
* macOS: Check NSWindow as well when determining if setVisible can bail outTor Arne Vestbø2023-10-301-0/+20
* Report as available every QTimeZone(qint32).id() resultEdward Welbourne2023-10-301-0/+6
* Skip QVulkan autotests on AndroidLaszlo Agocs2023-10-301-27/+7
* QCommonStyle: cleanup standardIcon()/standardPixmap() [2/2]Christian Ehrlicher2023-10-291-0/+1
* Use localized time-zone abbreviations or offsetEdward Welbourne2023-10-272-27/+62
* QTemporaryFile(Name): don't make the path absolute on generationThiago Macieira2023-10-261-1/+3
* Android: add an appless test that recreates QGuiApplicationVolker Hilsheimer2023-10-263-0/+73
* Work round ICU disagreeing with TZDB about zone transitionsEdward Welbourne2023-10-261-1/+5
* QSP/QWP: introduce owner_before, owner_equal, owner_hashGiuseppe D'Angelo2023-10-261-0/+136
* Suppress deprecation warnings in test of QDTE::timeSpec propertyEdward Welbourne2023-10-261-0/+3
* wasm: Fix test runner for asynchronous testsPiotr Wierciński2023-10-262-2/+1
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-10-261-0/+20
* Explicitly focus automatic default button in QDialogButtonBox inside dialogTor Arne Vestbø2023-10-261-0/+49
* QString/QByteArray: add lvalue and rvalue overloads of left/mid/rightThiago Macieira2023-10-252-3/+278
* QString/QBA: add lvalue and rvalue overloads to first/last/sliced/choppedThiago Macieira2023-10-251-0/+77
* QArrayDataPointer: add an allocating constructorThiago Macieira2023-10-252-15/+9
* tst_QLocale: base europeanTimeZone test on 2013, actually used in testEdward Welbourne2023-10-251-6/+5
* wasm: add QIODevices for accessing JS dataMorten Sørvig2023-10-253-0/+138
* Revert "QAtomic: remove the copy ctor and assignment operator"Volker Hilsheimer2023-10-253-0/+99
* macOS: Fix tst_MacGui::nonModalOrder()Tor Arne Vestbø2023-10-252-42/+22
* Use SSL_CTX_set_dh_auto if DHparam is emptyAndré Klitzing2023-10-251-6/+10
* QAtomic: remove the copy ctor and assignment operatorGiuseppe D'Angelo2023-10-253-99/+0
* QStringList: improve benchmark codeAhmad Samir2023-10-251-7/+12
* QStringConverter[win]: expose+test control of code-pageMårten Nordheim2023-10-241-0/+148
* tst_QHashFunctions: suppress warning about casting from float to _Float16Thiago Macieira2023-10-241-1/+1
* qcore_unix: port qt_safe_poll to QDeadlineTimerAhmad Samir2023-10-241-2/+2
* tst_QSslSocket: Remove compile-time #ifdef checkVolker Hilsheimer2023-10-231-4/+0
* Add a QDateTimeEdit::timeZone propertyEdward Welbourne2023-10-231-22/+22
* JNI: Fix reference leak in QJniArrayVolker Hilsheimer2023-10-231-3/+24
* Add support for containers > 4 Gi elements in QDataStreamØystein Heskestad2023-10-235-7/+208
* Skip Vulkan on Android in QRhi autotestLaszlo Agocs2023-10-231-1/+2
* QStringList: add lastIndexOf() overloadsAhmad Samir2023-10-221-0/+9