Skip to content

Strange test failures when building for s390x #8203

Description

@Conan-Kudo

Project

Deskflow

Deskflow version number

1.19.0

Build type

Community package (apt, dnf, brew, etc.)

Operating systems (OS)

  • Windows
  • macOS
  • Linux (X11)
  • Linux (Wayland)
  • BSD-derived
  • Other (please specify)

Wayland on Linux

  • I have reviewed the Wayland known issues and my issue is new
  • I am not using Wayland on Linux

Signing on macOS

  • I have authorized the app to run on my Mac
  • I am not using macOS

Continuous build

  • I have tried the latest continuous build and the issue persists
  • I am unable to try the latest continuous build

OS versions/distros

Fedora Linux 42

Deskflow configuration

This is not applicable, as this is a build-time issue.

What steps will reproduce the problem?

Get a Fedora s390x container or VM and attempt to build Deskflow and run the test suite. On a Fedora system, this can be reproduced using Mock.

On a Fedora s390x system, do the following:

  1. dnf install @fedora-packager
  2. sudo usermod -a -G mock $USER && newgrp mock
  3. fedpkg clone -a deskflow
  4. cd deskflow && fedpkg mockbuild

Log output

/builddir/build/BUILD/deskflow-1.19.0-build/deskflow-1.19.0/src/test/unittests/deskflow/ClipboardChunkTests.cpp:39: Failure
Expected equality of these values:
  sequence
    Which is: 1
  (uint32_t)chunk->m_chunk[1]
    Which is: 0
terminate called after throwing an instance of 'testing::internal::GoogleTestFailureException'
  what():  /builddir/build/BUILD/deskflow-1.19.0-build/deskflow-1.19.0/src/test/unittests/deskflow/ClipboardChunkTests.cpp:39: Failure
Expected equality of these values:
  sequence
    Which is: 1
  (uint32_t)chunk->m_chunk[1]
    Which is: 0
/var/tmp/rpm-tmp.zk5otA: line 47:  4687 Aborted                 (core dumped) redhat-linux-build/bin/unittests

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions