Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autotests fail on Windows #270

Open
plfiorini opened this issue Oct 27, 2018 · 0 comments
Open

Autotests fail on Windows #270

plfiorini opened this issue Oct 27, 2018 · 0 comments
Assignees
Labels
bug Something isn't working platform/windows Windows

Comments

@plfiorini
Copy link
Member

See https://ci.appveyor.com/project/plfiorini/fluid/builds/19840593/job/3wdrn4tdhn48whb1

Config: Using QtTest library 5.10.1, Qt 5.10.1 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2015)
PASS   : tst_core::ClipboardTests::initTestCase()
FAIL!  : tst_core::ClipboardTests::test_clear_should_fire_textChanged() Compared values are not the same
   Actual   (): 0
   Expected (): 1
C:\projects\fluid\tests\auto\core\tst_clipboard.qml(57) : failure location
PASS   : tst_core::ClipboardTests::test_clipboard_works()
PASS   : tst_core::ClipboardTests::cleanupTestCase()
PASS   : tst_core::DateTests::initTestCase()
PASS   : tst_core::DateTests::test_dayOfWeek()
PASS   : tst_core::DateTests::test_formatDuration()
FAIL!  : tst_core::DateTests::test_formattedDate() Compared values are not the same
   Actual   (): 12/21/2012
   Expected (): 21 Dec 2012
C:\projects\fluid\tests\auto\core\tst_date.qml(39) : failure location
FAIL!  : tst_core::DateTests::test_friendlyTime() Compared values are not the same
   Actual   (): 12/21/2012 1:37 PM
   Expected (): 21 Dec 2012 13:37:00
C:\projects\fluid\tests\auto\core\tst_date.qml(59) : failure location
PASS   : tst_core::DateTests::cleanupTestCase()
PASS   : tst_core::ClipboardTests::initTestCase()
FAIL!  : tst_core::ClipboardTests::test_clear_should_fire_textChanged() Compared values are not the same
   Actual   (): 0
   Expected (): 1
C:\projects\fluid\tests\auto\core\tst_dateutils.qml(57) : failure location
PASS   : tst_core::ClipboardTests::test_clipboard_works()
PASS   : tst_core::ClipboardTests::cleanupTestCase()
PASS   : tst_core::UtilsTests::initTestCase()
PASS   : tst_core::UtilsTests::test_scale()
PASS   : tst_core::UtilsTests::cleanupTestCase()
Totals: 13 passed, 4 failed, 0 skipped, 0 blacklisted, 111ms
********* Finished testing of tst_core *********
ERROR: Process failed with exit code 4.
@plfiorini plfiorini self-assigned this Oct 27, 2018
@plfiorini plfiorini added bug Something isn't working platform/windows Windows labels Oct 27, 2018
plfiorini added a commit that referenced this issue Oct 27, 2018
Tests fails on Windows due to different time format, we have to
investigate whether the bug is in Qt or Fluid.

Issue: #270
plfiorini added a commit that referenced this issue Oct 27, 2018
Tests fails on Windows due to different time format, we have to
investigate whether the bug is in Qt or Fluid.

Issue: #270
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform/windows Windows
Projects
None yet
Development

No branches or pull requests

1 participant