summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthread/tst_qthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/qthread/tst_qthread.cpp')
-rw-r--r--tests/auto/corelib/thread/qthread/tst_qthread.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/corelib/thread/qthread/tst_qthread.cpp b/tests/auto/corelib/thread/qthread/tst_qthread.cpp
index 54309cbcb1..3202d57409 100644
--- a/tests/auto/corelib/thread/qthread/tst_qthread.cpp
+++ b/tests/auto/corelib/thread/qthread/tst_qthread.cpp
@@ -463,7 +463,7 @@ void tst_QThread::terminate()
QSKIP("Thread termination is not supported on Android.");
#endif
#if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
- QSKIP("Thread termination might result in stack underflow address sanitizer errors.")
+ QSKIP("Thread termination might result in stack underflow address sanitizer errors.");
#endif
Terminate_Thread thread;
@@ -533,7 +533,7 @@ void tst_QThread::terminated()
QSKIP("Thread termination is not supported on Android.");
#endif
#if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
- QSKIP("Thread termination might result in stack underflow address sanitizer errors.")
+ QSKIP("Thread termination might result in stack underflow address sanitizer errors.");
#endif
SignalRecorder recorder;
@@ -1748,7 +1748,7 @@ Q_SIGNALS:
void tst_QThread::terminateAndPrematureDestruction()
{
#if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
- QSKIP("Thread termination might result in stack underflow address sanitizer errors.")
+ QSKIP("Thread termination might result in stack underflow address sanitizer errors.");
#endif
WaitToRun_Thread thread;
@@ -1768,7 +1768,7 @@ void tst_QThread::terminateAndPrematureDestruction()
void tst_QThread::terminateAndDoubleDestruction()
{
#if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)
- QSKIP("Thread termination might result in stack underflow address sanitizer errors.")
+ QSKIP("Thread termination might result in stack underflow address sanitizer errors.");
#endif
class ChildObject : public QObject