[Development] Fwd: Change in qt/qtdeclarative[stable]: V4: make Scope uncopyable.

Simon Hausmann simon.hausmann at digia.com
Mon Oct 28 10:32:32 CET 2013


Hi,

It looks like some locale or date time related change in qtbase broke 
qtdeclarative test integration on Windows. Does the below failure ring a bell 
for anyone?


Simon

P.S.: We have a revdev to qtdeclarative for changes in qtbase, but 
unfortunately only for Linux.

----------  Forwarded Message  ----------

Subject: Change in qt/qtdeclarative[stable]: V4: make Scope uncopyable.
Date: Monday 28. October 2013, 10.26.16
From: Qt Continuous Integration System (Code Review) <gerrit-noreply at qt-
project.org>
To: Erik Verbruggen <erik.verbruggen at digia.com>
CC: Lars Knoll <lars.knoll at digia.com>, Simon Hausmann 
<simon.hausmann at digia.com>, Qt Sanity Bot <qt_sanitybot at qt-project.org>

Qt Continuous Integration System has posted comments on this change.

Change subject: V4: make Scope uncopyable.
......................................................................


Patch Set 2:

Autotest `tst_qqmllocale' failed :(

  Testing tst_qqmllocale
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(en_US HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(de_DE HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(ar_SA HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : ??:?? FLE Daylight Time
     Expected (l.toString(dt.time(), format)): ??:?? FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(hi_IN HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(zh_CN HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(th_TH HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  Totals: 469 passed, 6 failed, 27 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qqmllocale *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_qqmllocale::initTestCase()
  PASS   : tst_qqmllocale::defaultLocale()
  PASS   : tst_qqmllocale::properties(en_US:name)
  PASS   : tst_qqmllocale::properties(en_US:amText)
  PASS   : tst_qqmllocale::properties(en_US:pmText)
  PASS   : tst_qqmllocale::properties(en_US:nativeLanguageName)
  PASS   : tst_qqmllocale::properties(en_US:nativeCountryName)
  PASS   : tst_qqmllocale::properties(en_US:decimalPoint)
  PASS   : tst_qqmllocale::properties(en_US:groupSeparator)
  PASS   : tst_qqmllocale::properties(en_US:percent)
  PASS   : tst_qqmllocale::properties(en_US:zeroDigit)
  PASS   : tst_qqmllocale::properties(en_US:negativeSign)
  PASS   : tst_qqmllocale::properties(en_US:positiveSign)
  PASS   : tst_qqmllocale::properties(en_US:exponential)
  PASS   : tst_qqmllocale::properties(en_US:measurementSystem)
  PASS   : tst_qqmllocale::properties(en_US:textDirection)
  PASS   : tst_qqmllocale::properties(de_DE:name)
  PASS   : tst_qqmllocale::properties(de_DE:amText)
  PASS   : tst_qqmllocale::properties(de_DE:pmText)
  PASS   : tst_qqmllocale::properties(de_DE:nativeLanguageName)
  PASS   : tst_qqmllocale::properties(de_DE:nativeCountryName)
  PASS   : tst_qqmllocale::properties(de_DE:decimalPoint)
  PASS   : tst_qqmllocale::properties(de_DE:groupSeparator)
  PASS   : tst_qqmllocale::properties(de_DE:percent)
  PASS   : tst_qqmllocale::properties(de_DE:zeroDigit)
  PASS   : tst_qqmllocale::properties(de_DE:negativeSign)
  PASS   : tst_qqmllocale::properties(de_DE:positiveSign)
  PASS   : tst_qqmllocale::properties(de_DE:exponential)
  PASS   : tst_qqmllocale::properties(de_DE:measurementSystem)
  PASS   : tst_qqmllocale::properties(de_DE:textDirection)
  PASS   : tst_qqmllocale::properties(ar_SA:name)
  PASS   : tst_qqmllocale::properties(ar_SA:amText)
  PASS   : tst_qqmllocale::properties(ar_SA:pmText)
  PASS   : tst_qqmllocale::properties(ar_SA:nativeLanguageName)
  PASS   : tst_qqmllocale::properties(ar_SA:nativeCountryName)
  PASS   : tst_qqmllocale::properties(ar_SA:decimalPoint)
  PASS   : tst_qqmllocale::properties(ar_SA:groupSeparator)
  PASS   : tst_qqmllocale::properties(ar_SA:percent)
  PASS   : tst_qqmllocale::properties(ar_SA:zeroDigit)
  PASS   : tst_qqmllocale::properties(ar_SA:negativeSign)
  PASS   : tst_qqmllocale::properties(ar_SA:positiveSign)
  PASS   : tst_qqmllocale::properties(ar_SA:exponential)
  PASS   : tst_qqmllocale::properties(ar_SA:measurementSystem)
  PASS   : tst_qqmllocale::properties(ar_SA:textDirection)
  PASS   : tst_qqmllocale::properties(hi_IN:name)
  PASS   : tst_qqmllocale::properties(hi_IN:amText)
  PASS   : tst_qqmllocale::properties(hi_IN:pmText)
  PASS   : tst_qqmllocale::properties(hi_IN:nativeLanguageName)
  PASS   : tst_qqmllocale::properties(hi_IN:nativeCountryName)
  PASS   : tst_qqmllocale::properties(hi_IN:decimalPoint)
  PASS   : tst_qqmllocale::properties(hi_IN:groupSeparator)
  PASS   : tst_qqmllocale::properties(hi_IN:percent)
  PASS   : tst_qqmllocale::properties(hi_IN:zeroDigit)
  PASS   : tst_qqmllocale::properties(hi_IN:negativeSign)
  PASS   : tst_qqmllocale::properties(hi_IN:positiveSign)
  PASS   : tst_qqmllocale::properties(hi_IN:exponential)
  PASS   : tst_qqmllocale::properties(hi_IN:measurementSystem)
  PASS   : tst_qqmllocale::properties(hi_IN:textDirection)
  PASS   : tst_qqmllocale::properties(zh_CN:name)
  PASS   : tst_qqmllocale::properties(zh_CN:amText)
  PASS   : tst_qqmllocale::properties(zh_CN:pmText)
  PASS   : tst_qqmllocale::properties(zh_CN:nativeLanguageName)
  PASS   : tst_qqmllocale::properties(zh_CN:nativeCountryName)
  PASS   : tst_qqmllocale::properties(zh_CN:decimalPoint)
  PASS   : tst_qqmllocale::properties(zh_CN:groupSeparator)
  PASS   : tst_qqmllocale::properties(zh_CN:percent)
  PASS   : tst_qqmllocale::properties(zh_CN:zeroDigit)
  PASS   : tst_qqmllocale::properties(zh_CN:negativeSign)
  PASS   : tst_qqmllocale::properties(zh_CN:positiveSign)
  PASS   : tst_qqmllocale::properties(zh_CN:exponential)
  PASS   : tst_qqmllocale::properties(zh_CN:measurementSystem)
  PASS   : tst_qqmllocale::properties(zh_CN:textDirection)
  PASS   : tst_qqmllocale::properties(th_TH:name)
  PASS   : tst_qqmllocale::properties(th_TH:amText)
  PASS   : tst_qqmllocale::properties(th_TH:pmText)
  PASS   : tst_qqmllocale::properties(th_TH:nativeLanguageName)
  PASS   : tst_qqmllocale::properties(th_TH:nativeCountryName)
  PASS   : tst_qqmllocale::properties(th_TH:decimalPoint)
  PASS   : tst_qqmllocale::properties(th_TH:groupSeparator)
  PASS   : tst_qqmllocale::properties(th_TH:percent)
  PASS   : tst_qqmllocale::properties(th_TH:zeroDigit)
  PASS   : tst_qqmllocale::properties(th_TH:negativeSign)
  PASS   : tst_qqmllocale::properties(th_TH:positiveSign)
  PASS   : tst_qqmllocale::properties(th_TH:exponential)
  PASS   : tst_qqmllocale::properties(th_TH:measurementSystem)
  PASS   : tst_qqmllocale::properties(th_TH:textDirection)
  PASS   : tst_qqmllocale::currencySymbol(en_US)
  PASS   : tst_qqmllocale::currencySymbol(en_US CurrencyIsoCode)
  PASS   : tst_qqmllocale::currencySymbol(en_US CurrencySymbol)
  PASS   : tst_qqmllocale::currencySymbol(en_US CurrencyDisplayName)
  PASS   : tst_qqmllocale::currencySymbol(de_DE)
  PASS   : tst_qqmllocale::currencySymbol(de_DE CurrencyIsoCode)
  PASS   : tst_qqmllocale::currencySymbol(de_DE CurrencySymbol)
  PASS   : tst_qqmllocale::currencySymbol(de_DE CurrencyDisplayName)
  PASS   : tst_qqmllocale::currencySymbol(ar_SA)
  PASS   : tst_qqmllocale::currencySymbol(ar_SA CurrencyIsoCode)
  PASS   : tst_qqmllocale::currencySymbol(ar_SA CurrencySymbol)
  PASS   : tst_qqmllocale::currencySymbol(ar_SA CurrencyDisplayName)
  PASS   : tst_qqmllocale::currencySymbol(hi_IN)
  PASS   : tst_qqmllocale::currencySymbol(hi_IN CurrencyIsoCode)
  PASS   : tst_qqmllocale::currencySymbol(hi_IN CurrencySymbol)
  PASS   : tst_qqmllocale::currencySymbol(hi_IN CurrencyDisplayName)
  PASS   : tst_qqmllocale::currencySymbol(zh_CN)
  PASS   : tst_qqmllocale::currencySymbol(zh_CN CurrencyIsoCode)
  PASS   : tst_qqmllocale::currencySymbol(zh_CN CurrencySymbol)
  PASS   : tst_qqmllocale::currencySymbol(zh_CN CurrencyDisplayName)
  PASS   : tst_qqmllocale::currencySymbol(th_TH)
  PASS   : tst_qqmllocale::currencySymbol(th_TH CurrencyIsoCode)
  PASS   : tst_qqmllocale::currencySymbol(th_TH CurrencySymbol)
  PASS   : tst_qqmllocale::currencySymbol(th_TH CurrencyDisplayName)
  PASS   : tst_qqmllocale::monthName(en_US)
  PASS   : tst_qqmllocale::monthName(en_US LongFormat)
  PASS   : tst_qqmllocale::monthName(en_US ShortFormat)
  PASS   : tst_qqmllocale::monthName(en_US NarrowFormat)
  PASS   : tst_qqmllocale::monthName(de_DE)
  PASS   : tst_qqmllocale::monthName(de_DE LongFormat)
  PASS   : tst_qqmllocale::monthName(de_DE ShortFormat)
  PASS   : tst_qqmllocale::monthName(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::monthName(ar_SA)
  PASS   : tst_qqmllocale::monthName(ar_SA LongFormat)
  PASS   : tst_qqmllocale::monthName(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::monthName(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::monthName(hi_IN)
  PASS   : tst_qqmllocale::monthName(hi_IN LongFormat)
  PASS   : tst_qqmllocale::monthName(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::monthName(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::monthName(zh_CN)
  PASS   : tst_qqmllocale::monthName(zh_CN LongFormat)
  PASS   : tst_qqmllocale::monthName(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::monthName(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::monthName(th_TH)
  PASS   : tst_qqmllocale::monthName(th_TH LongFormat)
  PASS   : tst_qqmllocale::monthName(th_TH ShortFormat)
  PASS   : tst_qqmllocale::monthName(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(en_US)
  PASS   : tst_qqmllocale::standaloneMonthName(en_US LongFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(en_US ShortFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(en_US NarrowFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(de_DE)
  PASS   : tst_qqmllocale::standaloneMonthName(de_DE LongFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(de_DE ShortFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(ar_SA)
  PASS   : tst_qqmllocale::standaloneMonthName(ar_SA LongFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(hi_IN)
  PASS   : tst_qqmllocale::standaloneMonthName(hi_IN LongFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(zh_CN)
  PASS   : tst_qqmllocale::standaloneMonthName(zh_CN LongFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(th_TH)
  PASS   : tst_qqmllocale::standaloneMonthName(th_TH LongFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(th_TH ShortFormat)
  PASS   : tst_qqmllocale::standaloneMonthName(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::dayName(en_US)
  PASS   : tst_qqmllocale::dayName(en_US LongFormat)
  PASS   : tst_qqmllocale::dayName(en_US ShortFormat)
  PASS   : tst_qqmllocale::dayName(en_US NarrowFormat)
  PASS   : tst_qqmllocale::dayName(de_DE)
  PASS   : tst_qqmllocale::dayName(de_DE LongFormat)
  PASS   : tst_qqmllocale::dayName(de_DE ShortFormat)
  PASS   : tst_qqmllocale::dayName(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::dayName(ar_SA)
  PASS   : tst_qqmllocale::dayName(ar_SA LongFormat)
  PASS   : tst_qqmllocale::dayName(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::dayName(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::dayName(hi_IN)
  PASS   : tst_qqmllocale::dayName(hi_IN LongFormat)
  PASS   : tst_qqmllocale::dayName(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::dayName(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::dayName(zh_CN)
  PASS   : tst_qqmllocale::dayName(zh_CN LongFormat)
  PASS   : tst_qqmllocale::dayName(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::dayName(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::dayName(th_TH)
  PASS   : tst_qqmllocale::dayName(th_TH LongFormat)
  PASS   : tst_qqmllocale::dayName(th_TH ShortFormat)
  PASS   : tst_qqmllocale::dayName(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::standaloneDayName(en_US)
  PASS   : tst_qqmllocale::standaloneDayName(en_US LongFormat)
  PASS   : tst_qqmllocale::standaloneDayName(en_US ShortFormat)
  PASS   : tst_qqmllocale::standaloneDayName(en_US NarrowFormat)
  PASS   : tst_qqmllocale::standaloneDayName(de_DE)
  PASS   : tst_qqmllocale::standaloneDayName(de_DE LongFormat)
  PASS   : tst_qqmllocale::standaloneDayName(de_DE ShortFormat)
  PASS   : tst_qqmllocale::standaloneDayName(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::standaloneDayName(ar_SA)
  PASS   : tst_qqmllocale::standaloneDayName(ar_SA LongFormat)
  PASS   : tst_qqmllocale::standaloneDayName(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::standaloneDayName(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::standaloneDayName(hi_IN)
  PASS   : tst_qqmllocale::standaloneDayName(hi_IN LongFormat)
  PASS   : tst_qqmllocale::standaloneDayName(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::standaloneDayName(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::standaloneDayName(zh_CN)
  PASS   : tst_qqmllocale::standaloneDayName(zh_CN LongFormat)
  PASS   : tst_qqmllocale::standaloneDayName(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::standaloneDayName(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::standaloneDayName(th_TH)
  PASS   : tst_qqmllocale::standaloneDayName(th_TH LongFormat)
  PASS   : tst_qqmllocale::standaloneDayName(th_TH ShortFormat)
  PASS   : tst_qqmllocale::standaloneDayName(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::firstDayOfWeek(en_US)
  PASS   : tst_qqmllocale::firstDayOfWeek(de_DE)
  PASS   : tst_qqmllocale::firstDayOfWeek(ar_SA)
  PASS   : tst_qqmllocale::firstDayOfWeek(hi_IN)
  PASS   : tst_qqmllocale::firstDayOfWeek(zh_CN)
  PASS   : tst_qqmllocale::firstDayOfWeek(th_TH)
  PASS   : tst_qqmllocale::weekDays(en_US)
  PASS   : tst_qqmllocale::weekDays(de_DE)
  PASS   : tst_qqmllocale::weekDays(ar_SA)
  PASS   : tst_qqmllocale::weekDays(hi_IN)
  PASS   : tst_qqmllocale::weekDays(zh_CN)
  PASS   : tst_qqmllocale::weekDays(th_TH)
  PASS   : tst_qqmllocale::uiLanguages(en_US)
  PASS   : tst_qqmllocale::uiLanguages(de_DE)
  PASS   : tst_qqmllocale::uiLanguages(ar_SA)
  PASS   : tst_qqmllocale::uiLanguages(hi_IN)
  PASS   : tst_qqmllocale::uiLanguages(zh_CN)
  PASS   : tst_qqmllocale::uiLanguages(th_TH)
  PASS   : tst_qqmllocale::dateFormat(en_US)
  PASS   : tst_qqmllocale::dateFormat(en_US LongFormat)
  PASS   : tst_qqmllocale::dateFormat(en_US ShortFormat)
  PASS   : tst_qqmllocale::dateFormat(en_US NarrowFormat)
  PASS   : tst_qqmllocale::dateFormat(de_DE)
  PASS   : tst_qqmllocale::dateFormat(de_DE LongFormat)
  PASS   : tst_qqmllocale::dateFormat(de_DE ShortFormat)
  PASS   : tst_qqmllocale::dateFormat(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::dateFormat(ar_SA)
  PASS   : tst_qqmllocale::dateFormat(ar_SA LongFormat)
  PASS   : tst_qqmllocale::dateFormat(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::dateFormat(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::dateFormat(hi_IN)
  PASS   : tst_qqmllocale::dateFormat(hi_IN LongFormat)
  PASS   : tst_qqmllocale::dateFormat(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::dateFormat(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::dateFormat(zh_CN)
  PASS   : tst_qqmllocale::dateFormat(zh_CN LongFormat)
  PASS   : tst_qqmllocale::dateFormat(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::dateFormat(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::dateFormat(th_TH)
  PASS   : tst_qqmllocale::dateFormat(th_TH LongFormat)
  PASS   : tst_qqmllocale::dateFormat(th_TH ShortFormat)
  PASS   : tst_qqmllocale::dateFormat(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(en_US)
  PASS   : tst_qqmllocale::dateTimeFormat(en_US LongFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(en_US ShortFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(en_US NarrowFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(de_DE)
  PASS   : tst_qqmllocale::dateTimeFormat(de_DE LongFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(de_DE ShortFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(ar_SA)
  PASS   : tst_qqmllocale::dateTimeFormat(ar_SA LongFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(hi_IN)
  PASS   : tst_qqmllocale::dateTimeFormat(hi_IN LongFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(zh_CN)
  PASS   : tst_qqmllocale::dateTimeFormat(zh_CN LongFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(th_TH)
  PASS   : tst_qqmllocale::dateTimeFormat(th_TH LongFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(th_TH ShortFormat)
  PASS   : tst_qqmllocale::dateTimeFormat(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::timeFormat(en_US)
  PASS   : tst_qqmllocale::timeFormat(en_US LongFormat)
  PASS   : tst_qqmllocale::timeFormat(en_US ShortFormat)
  PASS   : tst_qqmllocale::timeFormat(en_US NarrowFormat)
  PASS   : tst_qqmllocale::timeFormat(de_DE)
  PASS   : tst_qqmllocale::timeFormat(de_DE LongFormat)
  PASS   : tst_qqmllocale::timeFormat(de_DE ShortFormat)
  PASS   : tst_qqmllocale::timeFormat(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::timeFormat(ar_SA)
  PASS   : tst_qqmllocale::timeFormat(ar_SA LongFormat)
  PASS   : tst_qqmllocale::timeFormat(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::timeFormat(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::timeFormat(hi_IN)
  PASS   : tst_qqmllocale::timeFormat(hi_IN LongFormat)
  PASS   : tst_qqmllocale::timeFormat(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::timeFormat(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::timeFormat(zh_CN)
  PASS   : tst_qqmllocale::timeFormat(zh_CN LongFormat)
  PASS   : tst_qqmllocale::timeFormat(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::timeFormat(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::timeFormat(th_TH)
  PASS   : tst_qqmllocale::timeFormat(th_TH LongFormat)
  PASS   : tst_qqmllocale::timeFormat(th_TH ShortFormat)
  PASS   : tst_qqmllocale::timeFormat(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(en_US)
  PASS   : tst_qqmllocale::dateToLocaleString(en_US LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(en_US ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(en_US NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(de_DE)
  PASS   : tst_qqmllocale::dateToLocaleString(de_DE LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(de_DE ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(ar_SA)
  PASS   : tst_qqmllocale::dateToLocaleString(ar_SA LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(hi_IN)
  PASS   : tst_qqmllocale::dateToLocaleString(hi_IN LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(zh_CN)
  PASS   : tst_qqmllocale::dateToLocaleString(zh_CN LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(th_TH)
  PASS   : tst_qqmllocale::dateToLocaleString(th_TH LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(th_TH ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleString(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(en_US hh:mm dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(en_US h:m:sap ddd MMMM 
d yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(en_US 'The date and 
time is: 'H:mm:ss:zzz dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(en_US MMM d yyyy HH:mm 
t)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(de_DE hh:mm dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(de_DE h:m:sap ddd MMMM 
d yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(de_DE 'The date and 
time is: 'H:mm:ss:zzz dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(de_DE MMM d yyyy HH:mm 
t)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(ar_SA hh:mm dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(ar_SA h:m:sap ddd MMMM 
d yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(ar_SA 'The date and 
time is: 'H:mm:ss:zzz dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(ar_SA MMM d yyyy HH:mm 
t)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(hi_IN hh:mm dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(hi_IN h:m:sap ddd MMMM 
d yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(hi_IN 'The date and 
time is: 'H:mm:ss:zzz dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(hi_IN MMM d yyyy HH:mm 
t)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(zh_CN hh:mm dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(zh_CN h:m:sap ddd MMMM 
d yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(zh_CN 'The date and 
time is: 'H:mm:ss:zzz dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(zh_CN MMM d yyyy HH:mm 
t)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(th_TH hh:mm dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(th_TH h:m:sap ddd MMMM 
d yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(th_TH 'The date and 
time is: 'H:mm:ss:zzz dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleStringFormatted(th_TH MMM d yyyy HH:mm 
t)
  PASS   : tst_qqmllocale::dateToLocaleDateString(en_US)
  PASS   : tst_qqmllocale::dateToLocaleDateString(en_US LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(en_US ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(en_US NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(de_DE)
  PASS   : tst_qqmllocale::dateToLocaleDateString(de_DE LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(de_DE ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(ar_SA)
  PASS   : tst_qqmllocale::dateToLocaleDateString(ar_SA LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(hi_IN)
  PASS   : tst_qqmllocale::dateToLocaleDateString(hi_IN LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(zh_CN)
  PASS   : tst_qqmllocale::dateToLocaleDateString(zh_CN LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(th_TH)
  PASS   : tst_qqmllocale::dateToLocaleDateString(th_TH LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(th_TH ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateString(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(en_US dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(en_US ddd MMMM d 
yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(en_US 'The date is: 
'dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(en_US MMM d yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(de_DE dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(de_DE ddd MMMM d 
yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(de_DE 'The date is: 
'dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(de_DE MMM d yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(ar_SA dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(ar_SA ddd MMMM d 
yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(ar_SA 'The date is: 
'dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(ar_SA MMM d yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(hi_IN dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(hi_IN ddd MMMM d 
yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(hi_IN 'The date is: 
'dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(hi_IN MMM d yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(zh_CN dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(zh_CN ddd MMMM d 
yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(zh_CN 'The date is: 
'dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(zh_CN MMM d yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(th_TH dd.MM.yyyy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(th_TH ddd MMMM d 
yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(th_TH 'The date is: 
'dd/MM/yy)
  PASS   : tst_qqmllocale::dateToLocaleDateStringFormatted(th_TH MMM d yyyy)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(en_US)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(en_US LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(en_US ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(en_US NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(de_DE)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(de_DE LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(de_DE ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(de_DE NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(ar_SA)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(ar_SA LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(ar_SA ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(ar_SA NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(hi_IN)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(hi_IN LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(hi_IN ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(hi_IN NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(zh_CN)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(zh_CN LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(zh_CN ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(zh_CN NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(th_TH)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(th_TH LongFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(th_TH ShortFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeString(th_TH NarrowFormat)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(en_US hh:mm)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(en_US h:m:sap)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(en_US 'The time is: 
'H:mm:ss:zzz)
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(en_US HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(de_DE hh:mm)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(de_DE h:m:sap)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(de_DE 'The time is: 
'H:mm:ss:zzz)
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(de_DE HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(ar_SA hh:mm)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(ar_SA h:m:sap)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(ar_SA 'The time is: 
'H:mm:ss:zzz)
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(ar_SA HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : ??:?? FLE Daylight Time
     Expected (l.toString(dt.time(), format)): ??:?? FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(hi_IN hh:mm)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(hi_IN h:m:sap)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(hi_IN 'The time is: 
'H:mm:ss:zzz)
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(hi_IN HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(zh_CN hh:mm)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(zh_CN h:m:sap)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(zh_CN 'The time is: 
'H:mm:ss:zzz)
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(zh_CN HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(th_TH hh:mm)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(th_TH h:m:sap)
  PASS   : tst_qqmllocale::dateToLocaleTimeStringFormatted(th_TH 'The time is: 
'H:mm:ss:zzz)
  FAIL!  : tst_qqmllocale::dateToLocaleTimeStringFormatted(th_TH HH:mm t) 
Compared values are not the same
     Actual   (val.toString())               : 18:53 FLE Daylight Time
     Expected (l.toString(dt.time(), format)): 18:53 FLE Standard Time
  tst_qqmllocale.cpp(913) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleString(en_US 1) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(934) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleString(en_US long) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(934) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleString(en_US short) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(934) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleString(de_DE long) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(934) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleString(de_DE short) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(934) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleString(ar_SA long) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(934) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleString(ar_SA short) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(934) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleString(zh_CN long) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(934) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleString(zh_CN short) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(934) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleDateString(en_US 1) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(979) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleDateString(en_US long) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(979) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleDateString(en_US short) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(979) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleDateString(de_DE long) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(979) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleDateString(de_DE short) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(979) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleDateString(ar_SA long) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(979) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleDateString(ar_SA short) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(979) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleDateString(zh_CN long) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(979) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleDateString(zh_CN short) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(979) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleTimeString(en_US 1) Needs fixes in our 
date time parser
  tst_qqmllocale.cpp(1024) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleTimeString(en_US long) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(1024) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleTimeString(en_US short) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(1024) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleTimeString(de_DE long) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(1024) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleTimeString(de_DE short) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(1024) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleTimeString(ar_SA long) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(1024) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleTimeString(ar_SA short) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(1024) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleTimeString(zh_CN long) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(1024) : failure location
  SKIP   : tst_qqmllocale::dateFromLocaleTimeString(zh_CN short) Needs fixes in 
our date time parser
  tst_qqmllocale.cpp(1024) : failure location
  PASS   : tst_qqmllocale::numberToLocaleString(en_US 1)
  PASS   : tst_qqmllocale::numberToLocaleString(en_US 2)
  PASS   : tst_qqmllocale::numberToLocaleString(en_US 3)
  PASS   : tst_qqmllocale::numberToLocaleString(en_US 4)
  PASS   : tst_qqmllocale::numberToLocaleString(de_DE 1)
  PASS   : tst_qqmllocale::numberToLocaleString(de_DE 2)
  PASS   : tst_qqmllocale::numberToLocaleString(ar_SA 1)
  PASS   : tst_qqmllocale::numberToLocaleString(ar_SA 2)
  PASS   : tst_qqmllocale::numberToLocaleCurrencyString(en_US 1)
  PASS   : tst_qqmllocale::numberToLocaleCurrencyString(en_US 2)
  PASS   : tst_qqmllocale::numberToLocaleCurrencyString(de_DE)
  PASS   : tst_qqmllocale::numberToLocaleCurrencyString(ar_SA)
  PASS   : tst_qqmllocale::numberToLocaleCurrencyString(hi_IN)
  PASS   : tst_qqmllocale::numberToLocaleCurrencyString(zh_CN)
  PASS   : tst_qqmllocale::numberToLocaleCurrencyString(th_TH)
  PASS   : tst_qqmllocale::numberFromLocaleString(en_US 1)
  PASS   : tst_qqmllocale::numberFromLocaleString(en_US 2)
  PASS   : tst_qqmllocale::numberFromLocaleString(en_US 3)
  PASS   : tst_qqmllocale::numberFromLocaleString(de_DE)
  PASS   : tst_qqmllocale::numberFromLocaleString(ar_SA)
  PASS   : tst_qqmllocale::numberFromLocaleString(hi_IN)
  PASS   : tst_qqmllocale::numberFromLocaleString(zh_CN)
  PASS   : tst_qqmllocale::numberFromLocaleString(th_TH)
  PASS   : tst_qqmllocale::numberConstToLocaleString()
  PASS   : tst_qqmllocale::stringLocaleCompare(before)
  PASS   : tst_qqmllocale::stringLocaleCompare(equal)
  PASS   : tst_qqmllocale::stringLocaleCompare(after)
  PASS   : tst_qqmllocale::stringLocaleCompare(swedish1)
  PASS   : tst_qqmllocale::stringLocaleCompare(swedish2)
  PASS   : tst_qqmllocale::stringLocaleCompare(swedish3)
  PASS   : tst_qqmllocale::stringLocaleCompare(swedish4)
  PASS   : tst_qqmllocale::stringLocaleCompare(german1)
  PASS   : tst_qqmllocale::stringLocaleCompare(german2)
  PASS   : tst_qqmllocale::stringLocaleCompare(german3)
  PASS   : tst_qqmllocale::cleanupTestCase()
  Totals: 469 passed, 6 failed, 27 skipped
  ********* Finished testing of tst_qqmllocale *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmllocale: 1 seconds, exit code 6

  Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_01206/win32-msvc2010_Windows_7/log.txt.gz

  Tested changes (refs/builds/stable_1382950917):
    http://codereview.qt-project.org/68481 [PS2] - V4: make Scope uncopyable.

--
To view, visit https://codereview.qt-project.org/68481
To unsubscribe, visit https://codereview.qt-project.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I7f7e0df87326f43cf0ee5da6562726a5e3d2ca9c
Gerrit-PatchSet: 2
Gerrit-Project: qt/qtdeclarative
Gerrit-Branch: stable
Gerrit-Owner: Erik Verbruggen <erik.verbruggen at digia.com>
Gerrit-Reviewer: Erik Verbruggen <erik.verbruggen at digia.com>
Gerrit-Reviewer: Lars Knoll <lars.knoll at digia.com>
Gerrit-Reviewer: Qt Sanity Bot <qt_sanitybot at qt-project.org>
Gerrit-Reviewer: Simon Hausmann <simon.hausmann at digia.com>
-----------------------------------------



More information about the Development mailing list