Revert "[macOS] Skip test that triggers a buffer overflow in CoreFoundation"
Allegedly Apple has fixed the bug that made this necessary, so we
should be able to include these two test-cases once more.
This reverts commit ba9585bd02
.
Fixes: QTBUG-69875
Change-Id: I5ac6019c0d647691eda6cdbb2a53e7471859d4a3
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
737fd5550b
commit
4218c3044d
@ -595,10 +595,7 @@ void tst_QLocale::emptyCtor_data()
|
||||
ADD_CTOR_TEST("zz_zz", "C");
|
||||
ADD_CTOR_TEST("zz...", "C");
|
||||
ADD_CTOR_TEST("en.bla", "en_US");
|
||||
#if !(defined(Q_OS_DARWIN) && QT_HAS_FEATURE(address_sanitizer))
|
||||
// See QTBUG-69875
|
||||
ADD_CTOR_TEST("en@bla", "en_US");
|
||||
#endif
|
||||
ADD_CTOR_TEST("en_blaaa", "en_US");
|
||||
ADD_CTOR_TEST("en_zz", "en_US");
|
||||
ADD_CTOR_TEST("en_GB.bla", "en_GB");
|
||||
@ -607,10 +604,7 @@ void tst_QLocale::emptyCtor_data()
|
||||
|
||||
// Empty optional fields, but with punctuators supplied
|
||||
ADD_CTOR_TEST("en.", "en_US");
|
||||
#if !(defined(Q_OS_DARWIN) && QT_HAS_FEATURE(address_sanitizer))
|
||||
// See QTBUG-69875
|
||||
ADD_CTOR_TEST("en@", "en_US");
|
||||
#endif
|
||||
ADD_CTOR_TEST("en.@", "en_US");
|
||||
ADD_CTOR_TEST("en_", "en_US");
|
||||
ADD_CTOR_TEST("en_.", "en_US");
|
||||
|
Loading…
Reference in New Issue
Block a user